Shades of Dark Khaki #C9C373
Tints of Dark Khaki #C9C373
RGB
CMYK
RGB Variations
Color information
#C9C373 (or 0xC9C373) is known color: Dark Khaki. HEX triplet: C9, C3 and 73. RGB value is (201,195,115). Sum of RGB (Red+Green+Blue) = 201+195+115=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C373 is #363C8C. Grayscale: #BCBCBC. Windows color (decimal): -3554445 or 7586761. OLE color: 7586761.
HSL color Cylindrical-coordinate representation of color #C9C373: hue angle of 55.81º degrees, saturation: 0.44, 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 #C9C373 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 115 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.21 |
| HSL | 55.81º | 0.44% | 0.62% | - |
| HSV(B) | 55.81º | 0.43% | 0.79% | - |
| XYZ | 46.7 | 52.69 | 23.93 | - |
| YUV | 187.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 115 | 0 | 0.03 | 0.43 | 0.21 | 55.81 | 0.44 | 0.62 |
| Hex | C9 | C3 | 73 | 0 | 3 | 2B | 15 | 38 | 2C | 3E |
| Octal | 311 | 303 | 163 | 0 | 3 | 53 | 25 | 70 | 54 | 76 |
| Binary | 11001001 | 11000011 | 1110011 | 0 | 11 | 101011 | 10101 | 111000 | 101100 | 111110 |
Color Harmonies of #C9C373
Complementary color
Monochromatic Colors of #C9C373
Black with #C9C373
Text Example
Text Example
White with #C9C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C373; }
p { color: rgb(201,195,115); }
H1.HeaderClassName
{
color: #C9C373;
}
.AnyTagClassName
{
color: #C9C373;
}
</style>
background-color css
<style>
a { background-color: #C9C373; }
a { background-color: rgb(201,195,115); }
div.DivClassName
{
background-color: #C9C373;
}
.BgClassName
{
background-color: #C9C373;
}
</style>
border-color css
<style>
span { border-color: #C9C373; }
span { border-color: rgb(201,195,115); }
td.TdClassName
{
border-color: #C9C373;
}
.TagClassName
{
border-color: #C9C373;
}
</style>