Shades of Dark Khaki #C2B971
Tints of Dark Khaki #C2B971
RGB
CMYK
RGB Variations
Color information
#C2B971 (or 0xC2B971) is known color: Dark Khaki. HEX triplet: C2, B9 and 71. RGB value is (194,185,113). Sum of RGB (Red+Green+Blue) = 194+185+113=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B971 is #3D468E. Grayscale: #B3B3B3. Windows color (decimal): -4015759 or 7453122. OLE color: 7453122.
HSL color Cylindrical-coordinate representation of color #C2B971: hue angle of 53.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2B971 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 113 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.24 |
| HSL | 53.33º | 0.4% | 0.6% | - |
| HSV(B) | 53.33º | 0.42% | 0.76% | - |
| XYZ | 42.58 | 47.36 | 22.52 | - |
| YUV | 179.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 113 | 0 | 0.05 | 0.42 | 0.24 | 53.33 | 0.4 | 0.6 |
| Hex | C2 | B9 | 71 | 0 | 5 | 2A | 18 | 35 | 28 | 3C |
| Octal | 302 | 271 | 161 | 0 | 5 | 52 | 30 | 65 | 50 | 74 |
| Binary | 11000010 | 10111001 | 1110001 | 0 | 101 | 101010 | 11000 | 110101 | 101000 | 111100 |
Color Harmonies of #C2B971
Complementary color
Monochromatic Colors of #C2B971
Black with #C2B971
Text Example
Text Example
White with #C2B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B971; }
p { color: rgb(194,185,113); }
H1.HeaderClassName
{
color: #C2B971;
}
.AnyTagClassName
{
color: #C2B971;
}
</style>
background-color css
<style>
a { background-color: #C2B971; }
a { background-color: rgb(194,185,113); }
div.DivClassName
{
background-color: #C2B971;
}
.BgClassName
{
background-color: #C2B971;
}
</style>
border-color css
<style>
span { border-color: #C2B971; }
span { border-color: rgb(194,185,113); }
td.TdClassName
{
border-color: #C2B971;
}
.TagClassName
{
border-color: #C2B971;
}
</style>