Shades of Dark Khaki #C8C272
Tints of Dark Khaki #C8C272
RGB
CMYK
RGB Variations
Color information
#C8C272 (or 0xC8C272) is known color: Dark Khaki. HEX triplet: C8, C2 and 72. RGB value is (200,194,114). Sum of RGB (Red+Green+Blue) = 200+194+114=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C272 is #373D8D. Grayscale: #BABABA. Windows color (decimal): -3620238 or 7520968. OLE color: 7520968.
HSL color Cylindrical-coordinate representation of color #C8C272: hue angle of 55.81º 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 #C8C272 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 114 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.22 |
| HSL | 55.81º | 0.44% | 0.62% | - |
| HSV(B) | 55.81º | 0.43% | 0.78% | - |
| XYZ | 46.15 | 52.08 | 23.54 | - |
| YUV | 186.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 114 | 0 | 0.03 | 0.43 | 0.22 | 55.81 | 0.44 | 0.62 |
| Hex | C8 | C2 | 72 | 0 | 3 | 2B | 16 | 38 | 2C | 3E |
| Octal | 310 | 302 | 162 | 0 | 3 | 53 | 26 | 70 | 54 | 76 |
| Binary | 11001000 | 11000010 | 1110010 | 0 | 11 | 101011 | 10110 | 111000 | 101100 | 111110 |
Color Harmonies of #C8C272
Complementary color
Monochromatic Colors of #C8C272
Black with #C8C272
Text Example
Text Example
White with #C8C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C272; }
p { color: rgb(200,194,114); }
H1.HeaderClassName
{
color: #C8C272;
}
.AnyTagClassName
{
color: #C8C272;
}
</style>
background-color css
<style>
a { background-color: #C8C272; }
a { background-color: rgb(200,194,114); }
div.DivClassName
{
background-color: #C8C272;
}
.BgClassName
{
background-color: #C8C272;
}
</style>
border-color css
<style>
span { border-color: #C8C272; }
span { border-color: rgb(200,194,114); }
td.TdClassName
{
border-color: #C8C272;
}
.TagClassName
{
border-color: #C8C272;
}
</style>