Shades of Dark Khaki #C0BA63
Tints of Dark Khaki #C0BA63
RGB
CMYK
RGB Variations
Color information
#C0BA63 (or 0xC0BA63) is known color: Dark Khaki. HEX triplet: C0, BA and 63. RGB value is (192,186,99). Sum of RGB (Red+Green+Blue) = 192+186+99=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA63 is #3F459C. Grayscale: #B2B2B2. Windows color (decimal): -4146589 or 6535872. OLE color: 6535872.
HSL color Cylindrical-coordinate representation of color #C0BA63: hue angle of 56.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0BA63 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 99 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.25 |
| HSL | 56.13º | 0.42% | 0.57% | - |
| HSV(B) | 56.13º | 0.48% | 0.75% | - |
| XYZ | 41.55 | 47.23 | 18.73 | - |
| YUV | 177.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 99 | 0 | 0.03 | 0.48 | 0.25 | 56.13 | 0.42 | 0.57 |
| Hex | C0 | BA | 63 | 0 | 3 | 30 | 19 | 38 | 2A | 39 |
| Octal | 300 | 272 | 143 | 0 | 3 | 60 | 31 | 70 | 52 | 71 |
| Binary | 11000000 | 10111010 | 1100011 | 0 | 11 | 110000 | 11001 | 111000 | 101010 | 111001 |
Color Harmonies of #C0BA63
Complementary color
Monochromatic Colors of #C0BA63
Black with #C0BA63
Text Example
Text Example
White with #C0BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA63; }
p { color: rgb(192,186,99); }
H1.HeaderClassName
{
color: #C0BA63;
}
.AnyTagClassName
{
color: #C0BA63;
}
</style>
background-color css
<style>
a { background-color: #C0BA63; }
a { background-color: rgb(192,186,99); }
div.DivClassName
{
background-color: #C0BA63;
}
.BgClassName
{
background-color: #C0BA63;
}
</style>
border-color css
<style>
span { border-color: #C0BA63; }
span { border-color: rgb(192,186,99); }
td.TdClassName
{
border-color: #C0BA63;
}
.TagClassName
{
border-color: #C0BA63;
}
</style>