Shades of Dark Khaki #C2BC72
Tints of Dark Khaki #C2BC72
RGB
CMYK
RGB Variations
Color information
#C2BC72 (or 0xC2BC72) is known color: Dark Khaki. HEX triplet: C2, BC and 72. RGB value is (194,188,114). Sum of RGB (Red+Green+Blue) = 194+188+114=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC72 is #3D438D. Grayscale: #B5B5B5. Windows color (decimal): -4014990 or 7519426. OLE color: 7519426.
HSL color Cylindrical-coordinate representation of color #C2BC72: hue angle of 55.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2BC72 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 114 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.24 |
| HSL | 55.5º | 0.4% | 0.6% | - |
| HSV(B) | 55.5º | 0.41% | 0.76% | - |
| XYZ | 43.27 | 48.65 | 23.03 | - |
| YUV | 181.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 114 | 0 | 0.03 | 0.41 | 0.24 | 55.5 | 0.4 | 0.6 |
| Hex | C2 | BC | 72 | 0 | 3 | 29 | 18 | 38 | 28 | 3C |
| Octal | 302 | 274 | 162 | 0 | 3 | 51 | 30 | 70 | 50 | 74 |
| Binary | 11000010 | 10111100 | 1110010 | 0 | 11 | 101001 | 11000 | 111000 | 101000 | 111100 |
Color Harmonies of #C2BC72
Complementary color
Monochromatic Colors of #C2BC72
Black with #C2BC72
Text Example
Text Example
White with #C2BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC72; }
p { color: rgb(194,188,114); }
H1.HeaderClassName
{
color: #C2BC72;
}
.AnyTagClassName
{
color: #C2BC72;
}
</style>
background-color css
<style>
a { background-color: #C2BC72; }
a { background-color: rgb(194,188,114); }
div.DivClassName
{
background-color: #C2BC72;
}
.BgClassName
{
background-color: #C2BC72;
}
</style>
border-color css
<style>
span { border-color: #C2BC72; }
span { border-color: rgb(194,188,114); }
td.TdClassName
{
border-color: #C2BC72;
}
.TagClassName
{
border-color: #C2BC72;
}
</style>