Shades of Dark Khaki #C9BB70
Tints of Dark Khaki #C9BB70
RGB
CMYK
RGB Variations
Color information
#C9BB70 (or 0xC9BB70) is known color: Dark Khaki. HEX triplet: C9, BB and 70. RGB value is (201,187,112). Sum of RGB (Red+Green+Blue) = 201+187+112=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB70 is #36448F. Grayscale: #B6B6B6. Windows color (decimal): -3556496 or 7388105. OLE color: 7388105.
HSL color Cylindrical-coordinate representation of color #C9BB70: hue angle of 50.56º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9BB70 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 112 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.21 |
| HSL | 50.56º | 0.45% | 0.61% | - |
| HSV(B) | 50.56º | 0.44% | 0.79% | - |
| XYZ | 44.78 | 49.13 | 22.45 | - |
| YUV | 182.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 112 | 0 | 0.07 | 0.44 | 0.21 | 50.56 | 0.45 | 0.61 |
| Hex | C9 | BB | 70 | 0 | 7 | 2C | 15 | 33 | 2D | 3D |
| Octal | 311 | 273 | 160 | 0 | 7 | 54 | 25 | 63 | 55 | 75 |
| Binary | 11001001 | 10111011 | 1110000 | 0 | 111 | 101100 | 10101 | 110011 | 101101 | 111101 |
Color Harmonies of #C9BB70
Complementary color
Monochromatic Colors of #C9BB70
Black with #C9BB70
Text Example
Text Example
White with #C9BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB70; }
p { color: rgb(201,187,112); }
H1.HeaderClassName
{
color: #C9BB70;
}
.AnyTagClassName
{
color: #C9BB70;
}
</style>
background-color css
<style>
a { background-color: #C9BB70; }
a { background-color: rgb(201,187,112); }
div.DivClassName
{
background-color: #C9BB70;
}
.BgClassName
{
background-color: #C9BB70;
}
</style>
border-color css
<style>
span { border-color: #C9BB70; }
span { border-color: rgb(201,187,112); }
td.TdClassName
{
border-color: #C9BB70;
}
.TagClassName
{
border-color: #C9BB70;
}
</style>