Shades of Dark Khaki #C0BA69
Tints of Dark Khaki #C0BA69
RGB
CMYK
RGB Variations
Color information
#C0BA69 (or 0xC0BA69) is known color: Dark Khaki. HEX triplet: C0, BA and 69. RGB value is (192,186,105). Sum of RGB (Red+Green+Blue) = 192+186+105=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA69 is #3F4596. Grayscale: #B2B2B2. Windows color (decimal): -4146583 or 6929088. OLE color: 6929088.
HSL color Cylindrical-coordinate representation of color #C0BA69: hue angle of 55.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0BA69 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 105 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.25 |
| HSL | 55.86º | 0.41% | 0.58% | - |
| HSV(B) | 55.86º | 0.45% | 0.75% | - |
| XYZ | 41.85 | 47.34 | 20.3 | - |
| YUV | 178.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 105 | 0 | 0.03 | 0.45 | 0.25 | 55.86 | 0.41 | 0.58 |
| Hex | C0 | BA | 69 | 0 | 3 | 2D | 19 | 38 | 29 | 3A |
| Octal | 300 | 272 | 151 | 0 | 3 | 55 | 31 | 70 | 51 | 72 |
| Binary | 11000000 | 10111010 | 1101001 | 0 | 11 | 101101 | 11001 | 111000 | 101001 | 111010 |
Color Harmonies of #C0BA69
Complementary color
Monochromatic Colors of #C0BA69
Black with #C0BA69
Text Example
Text Example
White with #C0BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA69; }
p { color: rgb(192,186,105); }
H1.HeaderClassName
{
color: #C0BA69;
}
.AnyTagClassName
{
color: #C0BA69;
}
</style>
background-color css
<style>
a { background-color: #C0BA69; }
a { background-color: rgb(192,186,105); }
div.DivClassName
{
background-color: #C0BA69;
}
.BgClassName
{
background-color: #C0BA69;
}
</style>
border-color css
<style>
span { border-color: #C0BA69; }
span { border-color: rgb(192,186,105); }
td.TdClassName
{
border-color: #C0BA69;
}
.TagClassName
{
border-color: #C0BA69;
}
</style>