Shades of Dark Khaki #C0B973
Tints of Dark Khaki #C0B973
RGB
CMYK
RGB Variations
Color information
#C0B973 (or 0xC0B973) is known color: Dark Khaki. HEX triplet: C0, B9 and 73. RGB value is (192,185,115). Sum of RGB (Red+Green+Blue) = 192+185+115=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B973 is #3F468C. Grayscale: #B3B3B3. Windows color (decimal): -4146829 or 7584192. OLE color: 7584192.
HSL color Cylindrical-coordinate representation of color #C0B973: hue angle of 54.55º 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 #C0B973 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 115 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.25 |
| HSL | 54.55º | 0.38% | 0.6% | - |
| HSV(B) | 54.55º | 0.4% | 0.75% | - |
| XYZ | 42.18 | 47.14 | 23.1 | - |
| YUV | 179.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 115 | 0 | 0.04 | 0.40 | 0.25 | 54.55 | 0.38 | 0.6 |
| Hex | C0 | B9 | 73 | 0 | 4 | 28 | 19 | 37 | 26 | 3C |
| Octal | 300 | 271 | 163 | 0 | 4 | 50 | 31 | 67 | 46 | 74 |
| Binary | 11000000 | 10111001 | 1110011 | 0 | 100 | 101000 | 11001 | 110111 | 100110 | 111100 |
Color Harmonies of #C0B973
Complementary color
Monochromatic Colors of #C0B973
Black with #C0B973
Text Example
Text Example
White with #C0B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B973; }
p { color: rgb(192,185,115); }
H1.HeaderClassName
{
color: #C0B973;
}
.AnyTagClassName
{
color: #C0B973;
}
</style>
background-color css
<style>
a { background-color: #C0B973; }
a { background-color: rgb(192,185,115); }
div.DivClassName
{
background-color: #C0B973;
}
.BgClassName
{
background-color: #C0B973;
}
</style>
border-color css
<style>
span { border-color: #C0B973; }
span { border-color: rgb(192,185,115); }
td.TdClassName
{
border-color: #C0B973;
}
.TagClassName
{
border-color: #C0B973;
}
</style>