Shades of Dark Khaki #C9C068
Tints of Dark Khaki #C9C068
RGB
CMYK
RGB Variations
Color information
#C9C068 (or 0xC9C068) is known color: Dark Khaki. HEX triplet: C9, C0 and 68. RGB value is (201,192,104). Sum of RGB (Red+Green+Blue) = 201+192+104=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C068 is #363F97. Grayscale: #B9B9B9. Windows color (decimal): -3555224 or 6865097. OLE color: 6865097.
HSL color Cylindrical-coordinate representation of color #C9C068: hue angle of 54.43º 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 #C9C068 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 104 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.21 |
| HSL | 54.43º | 0.47% | 0.6% | - |
| HSV(B) | 54.43º | 0.48% | 0.79% | - |
| XYZ | 45.44 | 51.12 | 20.57 | - |
| YUV | 184.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 104 | 0 | 0.04 | 0.48 | 0.21 | 54.43 | 0.47 | 0.6 |
| Hex | C9 | C0 | 68 | 0 | 4 | 30 | 15 | 36 | 2F | 3C |
| Octal | 311 | 300 | 150 | 0 | 4 | 60 | 25 | 66 | 57 | 74 |
| Binary | 11001001 | 11000000 | 1101000 | 0 | 100 | 110000 | 10101 | 110110 | 101111 | 111100 |
Color Harmonies of #C9C068
Complementary color
Monochromatic Colors of #C9C068
Black with #C9C068
Text Example
Text Example
White with #C9C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C068; }
p { color: rgb(201,192,104); }
H1.HeaderClassName
{
color: #C9C068;
}
.AnyTagClassName
{
color: #C9C068;
}
</style>
background-color css
<style>
a { background-color: #C9C068; }
a { background-color: rgb(201,192,104); }
div.DivClassName
{
background-color: #C9C068;
}
.BgClassName
{
background-color: #C9C068;
}
</style>
border-color css
<style>
span { border-color: #C9C068; }
span { border-color: rgb(201,192,104); }
td.TdClassName
{
border-color: #C9C068;
}
.TagClassName
{
border-color: #C9C068;
}
</style>