Shades of Dark Khaki #C0BB73
Tints of Dark Khaki #C0BB73
RGB
CMYK
RGB Variations
Color information
#C0BB73 (or 0xC0BB73) is known color: Dark Khaki. HEX triplet: C0, BB and 73. RGB value is (192,187,115). Sum of RGB (Red+Green+Blue) = 192+187+115=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB73 is #3F448C. Grayscale: #B4B4B4. Windows color (decimal): -4146317 or 7584704. OLE color: 7584704.
HSL color Cylindrical-coordinate representation of color #C0BB73: hue angle of 56.1º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0BB73 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 115 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.25 |
| HSL | 56.1º | 0.38% | 0.6% | - |
| HSV(B) | 56.1º | 0.4% | 0.75% | - |
| XYZ | 42.6 | 47.98 | 23.24 | - |
| YUV | 180.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 115 | 0 | 0.03 | 0.40 | 0.25 | 56.1 | 0.38 | 0.6 |
| Hex | C0 | BB | 73 | 0 | 3 | 28 | 19 | 38 | 26 | 3C |
| Octal | 300 | 273 | 163 | 0 | 3 | 50 | 31 | 70 | 46 | 74 |
| Binary | 11000000 | 10111011 | 1110011 | 0 | 11 | 101000 | 11001 | 111000 | 100110 | 111100 |
Color Harmonies of #C0BB73
Complementary color
Monochromatic Colors of #C0BB73
Black with #C0BB73
Text Example
Text Example
White with #C0BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB73; }
p { color: rgb(192,187,115); }
H1.HeaderClassName
{
color: #C0BB73;
}
.AnyTagClassName
{
color: #C0BB73;
}
</style>
background-color css
<style>
a { background-color: #C0BB73; }
a { background-color: rgb(192,187,115); }
div.DivClassName
{
background-color: #C0BB73;
}
.BgClassName
{
background-color: #C0BB73;
}
</style>
border-color css
<style>
span { border-color: #C0BB73; }
span { border-color: rgb(192,187,115); }
td.TdClassName
{
border-color: #C0BB73;
}
.TagClassName
{
border-color: #C0BB73;
}
</style>