Shades of Dark Khaki #C8C072
Tints of Dark Khaki #C8C072
RGB
CMYK
RGB Variations
Color information
#C8C072 (or 0xC8C072) is known color: Dark Khaki. HEX triplet: C8, C0 and 72. RGB value is (200,192,114). Sum of RGB (Red+Green+Blue) = 200+192+114=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C072 is #373F8D. Grayscale: #B9B9B9. Windows color (decimal): -3620750 or 7520456. OLE color: 7520456.
HSL color Cylindrical-coordinate representation of color #C8C072: hue angle of 54.42º 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 #C8C072 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 114 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.22 |
| HSL | 54.42º | 0.44% | 0.62% | - |
| HSV(B) | 54.42º | 0.43% | 0.78% | - |
| XYZ | 45.71 | 51.19 | 23.39 | - |
| YUV | 185.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 114 | 0 | 0.04 | 0.43 | 0.22 | 54.42 | 0.44 | 0.62 |
| Hex | C8 | C0 | 72 | 0 | 4 | 2B | 16 | 36 | 2C | 3E |
| Octal | 310 | 300 | 162 | 0 | 4 | 53 | 26 | 66 | 54 | 76 |
| Binary | 11001000 | 11000000 | 1110010 | 0 | 100 | 101011 | 10110 | 110110 | 101100 | 111110 |
Color Harmonies of #C8C072
Complementary color
Monochromatic Colors of #C8C072
Black with #C8C072
Text Example
Text Example
White with #C8C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C072; }
p { color: rgb(200,192,114); }
H1.HeaderClassName
{
color: #C8C072;
}
.AnyTagClassName
{
color: #C8C072;
}
</style>
background-color css
<style>
a { background-color: #C8C072; }
a { background-color: rgb(200,192,114); }
div.DivClassName
{
background-color: #C8C072;
}
.BgClassName
{
background-color: #C8C072;
}
</style>
border-color css
<style>
span { border-color: #C8C072; }
span { border-color: rgb(200,192,114); }
td.TdClassName
{
border-color: #C8C072;
}
.TagClassName
{
border-color: #C8C072;
}
</style>