Shades of Dark Khaki #C0BA65
Tints of Dark Khaki #C0BA65
RGB
CMYK
RGB Variations
Color information
#C0BA65 (or 0xC0BA65) is known color: Dark Khaki. HEX triplet: C0, BA and 65. RGB value is (192,186,101). Sum of RGB (Red+Green+Blue) = 192+186+101=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA65 is #3F459A. Grayscale: #B2B2B2. Windows color (decimal): -4146587 or 6666944. OLE color: 6666944.
HSL color Cylindrical-coordinate representation of color #C0BA65: hue angle of 56.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0BA65 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 101 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.25 |
| HSL | 56.04º | 0.42% | 0.57% | - |
| HSV(B) | 56.04º | 0.47% | 0.75% | - |
| XYZ | 41.65 | 47.26 | 19.24 | - |
| YUV | 178.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 101 | 0 | 0.03 | 0.47 | 0.25 | 56.04 | 0.42 | 0.57 |
| Hex | C0 | BA | 65 | 0 | 3 | 2F | 19 | 38 | 2A | 39 |
| Octal | 300 | 272 | 145 | 0 | 3 | 57 | 31 | 70 | 52 | 71 |
| Binary | 11000000 | 10111010 | 1100101 | 0 | 11 | 101111 | 11001 | 111000 | 101010 | 111001 |
Color Harmonies of #C0BA65
Complementary color
Monochromatic Colors of #C0BA65
Black with #C0BA65
Text Example
Text Example
White with #C0BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA65; }
p { color: rgb(192,186,101); }
H1.HeaderClassName
{
color: #C0BA65;
}
.AnyTagClassName
{
color: #C0BA65;
}
</style>
background-color css
<style>
a { background-color: #C0BA65; }
a { background-color: rgb(192,186,101); }
div.DivClassName
{
background-color: #C0BA65;
}
.BgClassName
{
background-color: #C0BA65;
}
</style>
border-color css
<style>
span { border-color: #C0BA65; }
span { border-color: rgb(192,186,101); }
td.TdClassName
{
border-color: #C0BA65;
}
.TagClassName
{
border-color: #C0BA65;
}
</style>