Shades of Dark Khaki #C0BA6E
Tints of Dark Khaki #C0BA6E
RGB
CMYK
RGB Variations
Color information
#C0BA6E (or 0xC0BA6E) is known color: Dark Khaki. HEX triplet: C0, BA and 6E. RGB value is (192,186,110). Sum of RGB (Red+Green+Blue) = 192+186+110=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6E is #3F4591. Grayscale: #B3B3B3. Windows color (decimal): -4146578 or 7256768. OLE color: 7256768.
HSL color Cylindrical-coordinate representation of color #C0BA6E: hue angle of 55.61º 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 #C0BA6E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 110 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.25 |
| HSL | 55.61º | 0.39% | 0.59% | - |
| HSV(B) | 55.61º | 0.43% | 0.75% | - |
| XYZ | 42.11 | 47.45 | 21.69 | - |
| YUV | 179.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 110 | 0 | 0.03 | 0.43 | 0.25 | 55.61 | 0.39 | 0.59 |
| Hex | C0 | BA | 6E | 0 | 3 | 2B | 19 | 38 | 27 | 3B |
| Octal | 300 | 272 | 156 | 0 | 3 | 53 | 31 | 70 | 47 | 73 |
| Binary | 11000000 | 10111010 | 1101110 | 0 | 11 | 101011 | 11001 | 111000 | 100111 | 111011 |
Color Harmonies of #C0BA6E
Complementary color
Monochromatic Colors of #C0BA6E
Black with #C0BA6E
Text Example
Text Example
White with #C0BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA6E; }
p { color: rgb(192,186,110); }
H1.HeaderClassName
{
color: #C0BA6E;
}
.AnyTagClassName
{
color: #C0BA6E;
}
</style>
background-color css
<style>
a { background-color: #C0BA6E; }
a { background-color: rgb(192,186,110); }
div.DivClassName
{
background-color: #C0BA6E;
}
.BgClassName
{
background-color: #C0BA6E;
}
</style>
border-color css
<style>
span { border-color: #C0BA6E; }
span { border-color: rgb(192,186,110); }
td.TdClassName
{
border-color: #C0BA6E;
}
.TagClassName
{
border-color: #C0BA6E;
}
</style>