Shades of Dark Khaki #C8BC72
Tints of Dark Khaki #C8BC72
RGB
CMYK
RGB Variations
Color information
#C8BC72 (or 0xC8BC72) is known color: Dark Khaki. HEX triplet: C8, BC and 72. RGB value is (200,188,114). Sum of RGB (Red+Green+Blue) = 200+188+114=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC72 is #37438D. Grayscale: #B7B7B7. Windows color (decimal): -3621774 or 7519432. OLE color: 7519432.
HSL color Cylindrical-coordinate representation of color #C8BC72: hue angle of 51.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8BC72 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 114 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.22 |
| HSL | 51.63º | 0.44% | 0.62% | - |
| HSV(B) | 51.63º | 0.43% | 0.78% | - |
| XYZ | 44.84 | 49.46 | 23.1 | - |
| YUV | 183.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 114 | 0 | 0.06 | 0.43 | 0.22 | 51.63 | 0.44 | 0.62 |
| Hex | C8 | BC | 72 | 0 | 6 | 2B | 16 | 34 | 2C | 3E |
| Octal | 310 | 274 | 162 | 0 | 6 | 53 | 26 | 64 | 54 | 76 |
| Binary | 11001000 | 10111100 | 1110010 | 0 | 110 | 101011 | 10110 | 110100 | 101100 | 111110 |
Color Harmonies of #C8BC72
Complementary color
Monochromatic Colors of #C8BC72
Black with #C8BC72
Text Example
Text Example
White with #C8BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC72; }
p { color: rgb(200,188,114); }
H1.HeaderClassName
{
color: #C8BC72;
}
.AnyTagClassName
{
color: #C8BC72;
}
</style>
background-color css
<style>
a { background-color: #C8BC72; }
a { background-color: rgb(200,188,114); }
div.DivClassName
{
background-color: #C8BC72;
}
.BgClassName
{
background-color: #C8BC72;
}
</style>
border-color css
<style>
span { border-color: #C8BC72; }
span { border-color: rgb(200,188,114); }
td.TdClassName
{
border-color: #C8BC72;
}
.TagClassName
{
border-color: #C8BC72;
}
</style>