Khaki (#C3B091)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.11:1 — vs black: 9.94:1
Color values
-
HEX
#C3B091 -
RGB
rgb(195, 176, 145) -
HSL
hsl(37, 29%, 66%) -
CMYK
cmyk( 0, 10, 26, 24 ) -
Websafe
#CC9999
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C3B091 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C3B091
Base
#91A4C3
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C3B091
Base
#C39791
#BDC391
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C3B091
Base
#91C3B0
#B091C3
Two colors flanking the complement — high contrast with less tension than full complementary.
#C3B091
Base
#91BDC3
#9791C3
Four colors at 90° intervals — rich variety, best when one color dominates.
#C3B091
Base
#91C397
#91A4C3
#C391BD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C3B091
Base
#796442
#A88C60
#B59D77
#D1C3AB
#DED4C3
#F6F3EE
Darker shades and lighter tints of Khaki, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#110E09
#392F1F
#625135
#8B734C
#AD9368
#C3B091
Base
#CDBDA4
#D7CBB6
#E2D8C9
#ECE6DC
#F6F3EE
Ready-to-use code snippets for #C3B091. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C3B091;
}
/* Text */
.element {
color: #C3B091;
}
/* Border */
.element {
border: 1px solid #C3B091;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C3B091,
#91A4C3
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C3B091,
#91A4C3
);
}
// SCSS variable
$khaki: #C3B091;
// With RGB channels (useful for rgba() usage)
$khaki-r: 195;
$khaki-g: 176;
$khaki-b: 145;
// Usage
.element {
background-color: $khaki;
color: rgba($khaki-r, $khaki-g, $khaki-b, 0.8);
}
How Khaki appears to people with different types of color vision deficiency.
#C3B091
How the color appears with full color vision.
#B6B690
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#B2B291
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C6ACAC
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B2B2B2
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.