Shades of Dark Khaki #C9C368
Tints of Dark Khaki #C9C368
RGB
CMYK
RGB Variations
Color information
#C9C368 (or 0xC9C368) is known color: Dark Khaki. HEX triplet: C9, C3 and 68. RGB value is (201,195,104). Sum of RGB (Red+Green+Blue) = 201+195+104=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C368 is #363C97. Grayscale: #BABABA. Windows color (decimal): -3554456 or 6865865. OLE color: 6865865.
HSL color Cylindrical-coordinate representation of color #C9C368: hue angle of 56.29º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9C368 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 104 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.21 |
| HSL | 56.29º | 0.47% | 0.6% | - |
| HSV(B) | 56.29º | 0.48% | 0.79% | - |
| XYZ | 46.1 | 52.45 | 20.79 | - |
| YUV | 186.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 104 | 0 | 0.03 | 0.48 | 0.21 | 56.29 | 0.47 | 0.6 |
| Hex | C9 | C3 | 68 | 0 | 3 | 30 | 15 | 38 | 2F | 3C |
| Octal | 311 | 303 | 150 | 0 | 3 | 60 | 25 | 70 | 57 | 74 |
| Binary | 11001001 | 11000011 | 1101000 | 0 | 11 | 110000 | 10101 | 111000 | 101111 | 111100 |
Color Harmonies of #C9C368
Complementary color
Monochromatic Colors of #C9C368
Black with #C9C368
Text Example
Text Example
White with #C9C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C368; }
p { color: rgb(201,195,104); }
H1.HeaderClassName
{
color: #C9C368;
}
.AnyTagClassName
{
color: #C9C368;
}
</style>
background-color css
<style>
a { background-color: #C9C368; }
a { background-color: rgb(201,195,104); }
div.DivClassName
{
background-color: #C9C368;
}
.BgClassName
{
background-color: #C9C368;
}
</style>
border-color css
<style>
span { border-color: #C9C368; }
span { border-color: rgb(201,195,104); }
td.TdClassName
{
border-color: #C9C368;
}
.TagClassName
{
border-color: #C9C368;
}
</style>