Shades of Dark Khaki #C0BA70
Tints of Dark Khaki #C0BA70
RGB
CMYK
RGB Variations
Color information
#C0BA70 (or 0xC0BA70) is known color: Dark Khaki. HEX triplet: C0, BA and 70. RGB value is (192,186,112). Sum of RGB (Red+Green+Blue) = 192+186+112=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA70 is #3F458F. Grayscale: #B3B3B3. Windows color (decimal): -4146576 or 7387840. OLE color: 7387840.
HSL color Cylindrical-coordinate representation of color #C0BA70: hue angle of 55.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0BA70 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 112 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.25 |
| HSL | 55.5º | 0.39% | 0.6% | - |
| HSV(B) | 55.5º | 0.42% | 0.75% | - |
| XYZ | 42.22 | 47.49 | 22.27 | - |
| YUV | 179.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 112 | 0 | 0.03 | 0.42 | 0.25 | 55.5 | 0.39 | 0.6 |
| Hex | C0 | BA | 70 | 0 | 3 | 2A | 19 | 38 | 27 | 3C |
| Octal | 300 | 272 | 160 | 0 | 3 | 52 | 31 | 70 | 47 | 74 |
| Binary | 11000000 | 10111010 | 1110000 | 0 | 11 | 101010 | 11001 | 111000 | 100111 | 111100 |
Color Harmonies of #C0BA70
Complementary color
Monochromatic Colors of #C0BA70
Black with #C0BA70
Text Example
Text Example
White with #C0BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA70; }
p { color: rgb(192,186,112); }
H1.HeaderClassName
{
color: #C0BA70;
}
.AnyTagClassName
{
color: #C0BA70;
}
</style>
background-color css
<style>
a { background-color: #C0BA70; }
a { background-color: rgb(192,186,112); }
div.DivClassName
{
background-color: #C0BA70;
}
.BgClassName
{
background-color: #C0BA70;
}
</style>
border-color css
<style>
span { border-color: #C0BA70; }
span { border-color: rgb(192,186,112); }
td.TdClassName
{
border-color: #C0BA70;
}
.TagClassName
{
border-color: #C0BA70;
}
</style>