Shades of Dark Khaki #C9C072
Tints of Dark Khaki #C9C072
RGB
CMYK
RGB Variations
Color information
#C9C072 (or 0xC9C072) is known color: Dark Khaki. HEX triplet: C9, C0 and 72. RGB value is (201,192,114). Sum of RGB (Red+Green+Blue) = 201+192+114=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C072 is #363F8D. Grayscale: #BABABA. Windows color (decimal): -3555214 or 7520457. OLE color: 7520457.
HSL color Cylindrical-coordinate representation of color #C9C072: hue angle of 53.79º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9C072 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 114 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.21 |
| HSL | 53.79º | 0.45% | 0.62% | - |
| HSV(B) | 53.79º | 0.43% | 0.79% | - |
| XYZ | 45.97 | 51.33 | 23.4 | - |
| YUV | 185.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 114 | 0 | 0.04 | 0.43 | 0.21 | 53.79 | 0.45 | 0.62 |
| Hex | C9 | C0 | 72 | 0 | 4 | 2B | 15 | 36 | 2D | 3E |
| Octal | 311 | 300 | 162 | 0 | 4 | 53 | 25 | 66 | 55 | 76 |
| Binary | 11001001 | 11000000 | 1110010 | 0 | 100 | 101011 | 10101 | 110110 | 101101 | 111110 |
Color Harmonies of #C9C072
Complementary color
Monochromatic Colors of #C9C072
Black with #C9C072
Text Example
Text Example
White with #C9C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C072; }
p { color: rgb(201,192,114); }
H1.HeaderClassName
{
color: #C9C072;
}
.AnyTagClassName
{
color: #C9C072;
}
</style>
background-color css
<style>
a { background-color: #C9C072; }
a { background-color: rgb(201,192,114); }
div.DivClassName
{
background-color: #C9C072;
}
.BgClassName
{
background-color: #C9C072;
}
</style>
border-color css
<style>
span { border-color: #C9C072; }
span { border-color: rgb(201,192,114); }
td.TdClassName
{
border-color: #C9C072;
}
.TagClassName
{
border-color: #C9C072;
}
</style>