Shades of Dark Khaki #C0BA6D
Tints of Dark Khaki #C0BA6D
RGB
CMYK
RGB Variations
Color information
#C0BA6D (or 0xC0BA6D) is known color: Dark Khaki. HEX triplet: C0, BA and 6D. RGB value is (192,186,109). Sum of RGB (Red+Green+Blue) = 192+186+109=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6D is #3F4592. Grayscale: #B3B3B3. Windows color (decimal): -4146579 or 7191232. OLE color: 7191232.
HSL color Cylindrical-coordinate representation of color #C0BA6D: hue angle of 55.66º degrees, saturation: 0.4, 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 #C0BA6D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 109 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.25 |
| HSL | 55.66º | 0.4% | 0.59% | - |
| HSV(B) | 55.66º | 0.43% | 0.75% | - |
| XYZ | 42.06 | 47.43 | 21.41 | - |
| YUV | 179.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 109 | 0 | 0.03 | 0.43 | 0.25 | 55.66 | 0.4 | 0.59 |
| Hex | C0 | BA | 6D | 0 | 3 | 2B | 19 | 38 | 28 | 3B |
| Octal | 300 | 272 | 155 | 0 | 3 | 53 | 31 | 70 | 50 | 73 |
| Binary | 11000000 | 10111010 | 1101101 | 0 | 11 | 101011 | 11001 | 111000 | 101000 | 111011 |
Color Harmonies of #C0BA6D
Complementary color
Monochromatic Colors of #C0BA6D
Black with #C0BA6D
Text Example
Text Example
White with #C0BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA6D; }
p { color: rgb(192,186,109); }
H1.HeaderClassName
{
color: #C0BA6D;
}
.AnyTagClassName
{
color: #C0BA6D;
}
</style>
background-color css
<style>
a { background-color: #C0BA6D; }
a { background-color: rgb(192,186,109); }
div.DivClassName
{
background-color: #C0BA6D;
}
.BgClassName
{
background-color: #C0BA6D;
}
</style>
border-color css
<style>
span { border-color: #C0BA6D; }
span { border-color: rgb(192,186,109); }
td.TdClassName
{
border-color: #C0BA6D;
}
.TagClassName
{
border-color: #C0BA6D;
}
</style>