Shades of Dark Khaki #C0BB6E
Tints of Dark Khaki #C0BB6E
RGB
CMYK
RGB Variations
Color information
#C0BB6E (or 0xC0BB6E) is known color: Dark Khaki. HEX triplet: C0, BB and 6E. RGB value is (192,187,110). Sum of RGB (Red+Green+Blue) = 192+187+110=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB6E is #3F4491. Grayscale: #B4B4B4. Windows color (decimal): -4146322 or 7257024. OLE color: 7257024.
HSL color Cylindrical-coordinate representation of color #C0BB6E: hue angle of 56.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0BB6E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 110 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.25 |
| HSL | 56.34º | 0.39% | 0.59% | - |
| HSV(B) | 56.34º | 0.43% | 0.75% | - |
| XYZ | 42.32 | 47.87 | 21.76 | - |
| YUV | 179.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 110 | 0 | 0.03 | 0.43 | 0.25 | 56.34 | 0.39 | 0.59 |
| Hex | C0 | BB | 6E | 0 | 3 | 2B | 19 | 38 | 27 | 3B |
| Octal | 300 | 273 | 156 | 0 | 3 | 53 | 31 | 70 | 47 | 73 |
| Binary | 11000000 | 10111011 | 1101110 | 0 | 11 | 101011 | 11001 | 111000 | 100111 | 111011 |
Color Harmonies of #C0BB6E
Complementary color
Monochromatic Colors of #C0BB6E
Black with #C0BB6E
Text Example
Text Example
White with #C0BB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB6E; }
p { color: rgb(192,187,110); }
H1.HeaderClassName
{
color: #C0BB6E;
}
.AnyTagClassName
{
color: #C0BB6E;
}
</style>
background-color css
<style>
a { background-color: #C0BB6E; }
a { background-color: rgb(192,187,110); }
div.DivClassName
{
background-color: #C0BB6E;
}
.BgClassName
{
background-color: #C0BB6E;
}
</style>
border-color css
<style>
span { border-color: #C0BB6E; }
span { border-color: rgb(192,187,110); }
td.TdClassName
{
border-color: #C0BB6E;
}
.TagClassName
{
border-color: #C0BB6E;
}
</style>