Shades of Dark Khaki #C2BB71
Tints of Dark Khaki #C2BB71
RGB
CMYK
RGB Variations
Color information
#C2BB71 (or 0xC2BB71) is known color: Dark Khaki. HEX triplet: C2, BB and 71. RGB value is (194,187,113). Sum of RGB (Red+Green+Blue) = 194+187+113=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB71 is #3D448E. Grayscale: #B4B4B4. Windows color (decimal): -4015247 or 7453634. OLE color: 7453634.
HSL color Cylindrical-coordinate representation of color #C2BB71: hue angle of 54.81º 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 #C2BB71 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 113 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.24 |
| HSL | 54.81º | 0.4% | 0.6% | - |
| HSV(B) | 54.81º | 0.42% | 0.76% | - |
| XYZ | 43 | 48.2 | 22.66 | - |
| YUV | 180.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 113 | 0 | 0.04 | 0.42 | 0.24 | 54.81 | 0.4 | 0.6 |
| Hex | C2 | BB | 71 | 0 | 4 | 2A | 18 | 37 | 28 | 3C |
| Octal | 302 | 273 | 161 | 0 | 4 | 52 | 30 | 67 | 50 | 74 |
| Binary | 11000010 | 10111011 | 1110001 | 0 | 100 | 101010 | 11000 | 110111 | 101000 | 111100 |
Color Harmonies of #C2BB71
Complementary color
Monochromatic Colors of #C2BB71
Black with #C2BB71
Text Example
Text Example
White with #C2BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB71; }
p { color: rgb(194,187,113); }
H1.HeaderClassName
{
color: #C2BB71;
}
.AnyTagClassName
{
color: #C2BB71;
}
</style>
background-color css
<style>
a { background-color: #C2BB71; }
a { background-color: rgb(194,187,113); }
div.DivClassName
{
background-color: #C2BB71;
}
.BgClassName
{
background-color: #C2BB71;
}
</style>
border-color css
<style>
span { border-color: #C2BB71; }
span { border-color: rgb(194,187,113); }
td.TdClassName
{
border-color: #C2BB71;
}
.TagClassName
{
border-color: #C2BB71;
}
</style>