Shades of Dark Khaki #C9C16B
Tints of Dark Khaki #C9C16B
RGB
CMYK
RGB Variations
Color information
#C9C16B (or 0xC9C16B) is known color: Dark Khaki. HEX triplet: C9, C1 and 6B. RGB value is (201,193,107). Sum of RGB (Red+Green+Blue) = 201+193+107=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C16B is #363E94. Grayscale: #B9B9B9. Windows color (decimal): -3554965 or 7061961. OLE color: 7061961.
HSL color Cylindrical-coordinate representation of color #C9C16B: hue angle of 54.89º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9C16B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 107 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.21 |
| HSL | 54.89º | 0.47% | 0.6% | - |
| HSV(B) | 54.89º | 0.47% | 0.79% | - |
| XYZ | 45.81 | 51.62 | 21.46 | - |
| YUV | 185.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 107 | 0 | 0.04 | 0.47 | 0.21 | 54.89 | 0.47 | 0.6 |
| Hex | C9 | C1 | 6B | 0 | 4 | 2F | 15 | 37 | 2F | 3C |
| Octal | 311 | 301 | 153 | 0 | 4 | 57 | 25 | 67 | 57 | 74 |
| Binary | 11001001 | 11000001 | 1101011 | 0 | 100 | 101111 | 10101 | 110111 | 101111 | 111100 |
Color Harmonies of #C9C16B
Complementary color
Monochromatic Colors of #C9C16B
Black with #C9C16B
Text Example
Text Example
White with #C9C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C16B; }
p { color: rgb(201,193,107); }
H1.HeaderClassName
{
color: #C9C16B;
}
.AnyTagClassName
{
color: #C9C16B;
}
</style>
background-color css
<style>
a { background-color: #C9C16B; }
a { background-color: rgb(201,193,107); }
div.DivClassName
{
background-color: #C9C16B;
}
.BgClassName
{
background-color: #C9C16B;
}
</style>
border-color css
<style>
span { border-color: #C9C16B; }
span { border-color: rgb(201,193,107); }
td.TdClassName
{
border-color: #C9C16B;
}
.TagClassName
{
border-color: #C9C16B;
}
</style>