Shades of Dark Khaki #C0BB64
Tints of Dark Khaki #C0BB64
RGB
CMYK
RGB Variations
Color information
#C0BB64 (or 0xC0BB64) is known color: Dark Khaki. HEX triplet: C0, BB and 64. RGB value is (192,187,100). Sum of RGB (Red+Green+Blue) = 192+187+100=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB64 is #3F449B. Grayscale: #B2B2B2. Windows color (decimal): -4146332 or 6601664. OLE color: 6601664.
HSL color Cylindrical-coordinate representation of color #C0BB64: hue angle of 56.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0BB64 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 100 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.25 |
| HSL | 56.74º | 0.42% | 0.57% | - |
| HSV(B) | 56.74º | 0.48% | 0.75% | - |
| XYZ | 41.81 | 47.67 | 19.05 | - |
| YUV | 178.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 100 | 0 | 0.03 | 0.48 | 0.25 | 56.74 | 0.42 | 0.57 |
| Hex | C0 | BB | 64 | 0 | 3 | 30 | 19 | 39 | 2A | 39 |
| Octal | 300 | 273 | 144 | 0 | 3 | 60 | 31 | 71 | 52 | 71 |
| Binary | 11000000 | 10111011 | 1100100 | 0 | 11 | 110000 | 11001 | 111001 | 101010 | 111001 |
Color Harmonies of #C0BB64
Complementary color
Monochromatic Colors of #C0BB64
Black with #C0BB64
Text Example
Text Example
White with #C0BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB64; }
p { color: rgb(192,187,100); }
H1.HeaderClassName
{
color: #C0BB64;
}
.AnyTagClassName
{
color: #C0BB64;
}
</style>
background-color css
<style>
a { background-color: #C0BB64; }
a { background-color: rgb(192,187,100); }
div.DivClassName
{
background-color: #C0BB64;
}
.BgClassName
{
background-color: #C0BB64;
}
</style>
border-color css
<style>
span { border-color: #C0BB64; }
span { border-color: rgb(192,187,100); }
td.TdClassName
{
border-color: #C0BB64;
}
.TagClassName
{
border-color: #C0BB64;
}
</style>