Shades of Dark Khaki #C9BC71
Tints of Dark Khaki #C9BC71
RGB
CMYK
RGB Variations
Color information
#C9BC71 (or 0xC9BC71) is known color: Dark Khaki. HEX triplet: C9, BC and 71. RGB value is (201,188,113). Sum of RGB (Red+Green+Blue) = 201+188+113=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC71 is #36438E. Grayscale: #B7B7B7. Windows color (decimal): -3556239 or 7453897. OLE color: 7453897.
HSL color Cylindrical-coordinate representation of color #C9BC71: hue angle of 51.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9BC71 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 113 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.21 |
| HSL | 51.14º | 0.45% | 0.62% | - |
| HSV(B) | 51.14º | 0.44% | 0.79% | - |
| XYZ | 45.05 | 49.58 | 22.82 | - |
| YUV | 183.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 113 | 0 | 0.06 | 0.44 | 0.21 | 51.14 | 0.45 | 0.62 |
| Hex | C9 | BC | 71 | 0 | 6 | 2C | 15 | 33 | 2D | 3E |
| Octal | 311 | 274 | 161 | 0 | 6 | 54 | 25 | 63 | 55 | 76 |
| Binary | 11001001 | 10111100 | 1110001 | 0 | 110 | 101100 | 10101 | 110011 | 101101 | 111110 |
Color Harmonies of #C9BC71
Complementary color
Monochromatic Colors of #C9BC71
Black with #C9BC71
Text Example
Text Example
White with #C9BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC71; }
p { color: rgb(201,188,113); }
H1.HeaderClassName
{
color: #C9BC71;
}
.AnyTagClassName
{
color: #C9BC71;
}
</style>
background-color css
<style>
a { background-color: #C9BC71; }
a { background-color: rgb(201,188,113); }
div.DivClassName
{
background-color: #C9BC71;
}
.BgClassName
{
background-color: #C9BC71;
}
</style>
border-color css
<style>
span { border-color: #C9BC71; }
span { border-color: rgb(201,188,113); }
td.TdClassName
{
border-color: #C9BC71;
}
.TagClassName
{
border-color: #C9BC71;
}
</style>