Camel (#C19A6B)
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.59:1 — vs black: 8.10:1
Color values
-
HEX
#C19A6B -
RGB
rgb(193, 154, 107) -
HSL
hsl(32, 41%, 58%) -
CMYK
cmyk( 0, 20, 45, 24 ) -
Websafe
#CC9966
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C19A6B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C19A6B
Base
#6B92C1
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C19A6B
Base
#C16F6B
#BDC16B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C19A6B
Base
#6BC19A
#9A6BC1
Two colors flanking the complement — high contrast with less tension than full complementary.
#C19A6B
Base
#6BBDC1
#6F6BC1
Four colors at 90° intervals — rich variety, best when one color dominates.
#C19A6B
Base
#6BC16F
#6B92C1
#C16BBD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C19A6B
Base
#684C2B
#9E7442
#B5864E
#CDAE88
#D8BFA1
#EEE4D7
Darker shades and lighter tints of Camel, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#120D08
#392A18
#5F4628
#866338
#AD7F48
#C19A6B
Base
#CCAC85
#D7BD9F
#E2CFB9
#EDE1D3
#F7F3ED
Ready-to-use code snippets for #C19A6B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C19A6B;
}
/* Text */
.element {
color: #C19A6B;
}
/* Border */
.element {
border: 1px solid #C19A6B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C19A6B,
#6B92C1
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C19A6B,
#6B92C1
);
}
// SCSS variable
$camel: #C19A6B;
// With RGB channels (useful for rgba() usage)
$camel-r: 193;
$camel-g: 154;
$camel-b: 107;
// Usage
.element {
background-color: $camel;
color: rgba($camel-r, $camel-g, $camel-b, 0.8);
}
How Camel appears to people with different types of color vision deficiency.
#C19A6B
How the color appears with full color vision.
#A7A769
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#9F9F6B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C59595
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#A1A1A1
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.