Shades of Dark Khaki #C8C172
Tints of Dark Khaki #C8C172
RGB
CMYK
RGB Variations
Color information
#C8C172 (or 0xC8C172) is known color: Dark Khaki. HEX triplet: C8, C1 and 72. RGB value is (200,193,114). Sum of RGB (Red+Green+Blue) = 200+193+114=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C172 is #373E8D. Grayscale: #BABABA. Windows color (decimal): -3620494 or 7520712. OLE color: 7520712.
HSL color Cylindrical-coordinate representation of color #C8C172: hue angle of 55.12º 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 #C8C172 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 114 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.22 |
| HSL | 55.12º | 0.44% | 0.62% | - |
| HSV(B) | 55.12º | 0.43% | 0.78% | - |
| XYZ | 45.93 | 51.63 | 23.47 | - |
| YUV | 186.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 114 | 0 | 0.04 | 0.43 | 0.22 | 55.12 | 0.44 | 0.62 |
| Hex | C8 | C1 | 72 | 0 | 4 | 2B | 16 | 37 | 2C | 3E |
| Octal | 310 | 301 | 162 | 0 | 4 | 53 | 26 | 67 | 54 | 76 |
| Binary | 11001000 | 11000001 | 1110010 | 0 | 100 | 101011 | 10110 | 110111 | 101100 | 111110 |
Color Harmonies of #C8C172
Complementary color
Monochromatic Colors of #C8C172
Black with #C8C172
Text Example
Text Example
White with #C8C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C172; }
p { color: rgb(200,193,114); }
H1.HeaderClassName
{
color: #C8C172;
}
.AnyTagClassName
{
color: #C8C172;
}
</style>
background-color css
<style>
a { background-color: #C8C172; }
a { background-color: rgb(200,193,114); }
div.DivClassName
{
background-color: #C8C172;
}
.BgClassName
{
background-color: #C8C172;
}
</style>
border-color css
<style>
span { border-color: #C8C172; }
span { border-color: rgb(200,193,114); }
td.TdClassName
{
border-color: #C8C172;
}
.TagClassName
{
border-color: #C8C172;
}
</style>