Shades of Dark Khaki #C0B966
Tints of Dark Khaki #C0B966
RGB
CMYK
RGB Variations
Color information
#C0B966 (or 0xC0B966) is known color: Dark Khaki. HEX triplet: C0, B9 and 66. RGB value is (192,185,102). Sum of RGB (Red+Green+Blue) = 192+185+102=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B966 is #3F4699. Grayscale: #B1B1B1. Windows color (decimal): -4146842 or 6732224. OLE color: 6732224.
HSL color Cylindrical-coordinate representation of color #C0B966: hue angle of 55.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B966 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 102 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.25 |
| HSL | 55.33º | 0.42% | 0.58% | - |
| HSV(B) | 55.33º | 0.47% | 0.75% | - |
| XYZ | 41.49 | 46.86 | 19.43 | - |
| YUV | 177.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 102 | 0 | 0.04 | 0.47 | 0.25 | 55.33 | 0.42 | 0.58 |
| Hex | C0 | B9 | 66 | 0 | 4 | 2F | 19 | 37 | 2A | 3A |
| Octal | 300 | 271 | 146 | 0 | 4 | 57 | 31 | 67 | 52 | 72 |
| Binary | 11000000 | 10111001 | 1100110 | 0 | 100 | 101111 | 11001 | 110111 | 101010 | 111010 |
Color Harmonies of #C0B966
Complementary color
Monochromatic Colors of #C0B966
Black with #C0B966
Text Example
Text Example
White with #C0B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B966; }
p { color: rgb(192,185,102); }
H1.HeaderClassName
{
color: #C0B966;
}
.AnyTagClassName
{
color: #C0B966;
}
</style>
background-color css
<style>
a { background-color: #C0B966; }
a { background-color: rgb(192,185,102); }
div.DivClassName
{
background-color: #C0B966;
}
.BgClassName
{
background-color: #C0B966;
}
</style>
border-color css
<style>
span { border-color: #C0B966; }
span { border-color: rgb(192,185,102); }
td.TdClassName
{
border-color: #C0B966;
}
.TagClassName
{
border-color: #C0B966;
}
</style>