Shades of Dark Khaki #C0B962
Tints of Dark Khaki #C0B962
RGB
CMYK
RGB Variations
Color information
#C0B962 (or 0xC0B962) is known color: Dark Khaki. HEX triplet: C0, B9 and 62. RGB value is (192,185,98). Sum of RGB (Red+Green+Blue) = 192+185+98=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B962 is #3F469D. Grayscale: #B1B1B1. Windows color (decimal): -4146846 or 6470080. OLE color: 6470080.
HSL color Cylindrical-coordinate representation of color #C0B962: hue angle of 55.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0B962 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 98 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.25 |
| HSL | 55.53º | 0.43% | 0.57% | - |
| HSV(B) | 55.53º | 0.49% | 0.75% | - |
| XYZ | 41.29 | 46.79 | 18.41 | - |
| YUV | 177.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 98 | 0 | 0.04 | 0.49 | 0.25 | 55.53 | 0.43 | 0.57 |
| Hex | C0 | B9 | 62 | 0 | 4 | 31 | 19 | 38 | 2B | 39 |
| Octal | 300 | 271 | 142 | 0 | 4 | 61 | 31 | 70 | 53 | 71 |
| Binary | 11000000 | 10111001 | 1100010 | 0 | 100 | 110001 | 11001 | 111000 | 101011 | 111001 |
Color Harmonies of #C0B962
Complementary color
Monochromatic Colors of #C0B962
Black with #C0B962
Text Example
Text Example
White with #C0B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B962; }
p { color: rgb(192,185,98); }
H1.HeaderClassName
{
color: #C0B962;
}
.AnyTagClassName
{
color: #C0B962;
}
</style>
background-color css
<style>
a { background-color: #C0B962; }
a { background-color: rgb(192,185,98); }
div.DivClassName
{
background-color: #C0B962;
}
.BgClassName
{
background-color: #C0B962;
}
</style>
border-color css
<style>
span { border-color: #C0B962; }
span { border-color: rgb(192,185,98); }
td.TdClassName
{
border-color: #C0B962;
}
.TagClassName
{
border-color: #C0B962;
}
</style>