Shades of Dark Khaki #C0BA6C
Tints of Dark Khaki #C0BA6C
RGB
CMYK
RGB Variations
Color information
#C0BA6C (or 0xC0BA6C) is known color: Dark Khaki. HEX triplet: C0, BA and 6C. RGB value is (192,186,108). Sum of RGB (Red+Green+Blue) = 192+186+108=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6C is #3F4593. Grayscale: #B3B3B3. Windows color (decimal): -4146580 or 7125696. OLE color: 7125696.
HSL color Cylindrical-coordinate representation of color #C0BA6C: hue angle of 55.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BA6C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 108 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.25 |
| HSL | 55.71º | 0.4% | 0.59% | - |
| HSV(B) | 55.71º | 0.44% | 0.75% | - |
| XYZ | 42 | 47.41 | 21.12 | - |
| YUV | 178.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 108 | 0 | 0.03 | 0.44 | 0.25 | 55.71 | 0.4 | 0.59 |
| Hex | C0 | BA | 6C | 0 | 3 | 2C | 19 | 38 | 28 | 3B |
| Octal | 300 | 272 | 154 | 0 | 3 | 54 | 31 | 70 | 50 | 73 |
| Binary | 11000000 | 10111010 | 1101100 | 0 | 11 | 101100 | 11001 | 111000 | 101000 | 111011 |
Color Harmonies of #C0BA6C
Complementary color
Monochromatic Colors of #C0BA6C
Black with #C0BA6C
Text Example
Text Example
White with #C0BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA6C; }
p { color: rgb(192,186,108); }
H1.HeaderClassName
{
color: #C0BA6C;
}
.AnyTagClassName
{
color: #C0BA6C;
}
</style>
background-color css
<style>
a { background-color: #C0BA6C; }
a { background-color: rgb(192,186,108); }
div.DivClassName
{
background-color: #C0BA6C;
}
.BgClassName
{
background-color: #C0BA6C;
}
</style>
border-color css
<style>
span { border-color: #C0BA6C; }
span { border-color: rgb(192,186,108); }
td.TdClassName
{
border-color: #C0BA6C;
}
.TagClassName
{
border-color: #C0BA6C;
}
</style>