Shades of Dark Khaki #C0BA6A
Tints of Dark Khaki #C0BA6A
RGB
CMYK
RGB Variations
Color information
#C0BA6A (or 0xC0BA6A) is known color: Dark Khaki. HEX triplet: C0, BA and 6A. RGB value is (192,186,106). Sum of RGB (Red+Green+Blue) = 192+186+106=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA6A is #3F4595. Grayscale: #B2B2B2. Windows color (decimal): -4146582 or 6994624. OLE color: 6994624.
HSL color Cylindrical-coordinate representation of color #C0BA6A: hue angle of 55.81º 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 #C0BA6A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 106 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.25 |
| HSL | 55.81º | 0.41% | 0.58% | - |
| HSV(B) | 55.81º | 0.45% | 0.75% | - |
| XYZ | 41.9 | 47.36 | 20.57 | - |
| YUV | 178.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 106 | 0 | 0.03 | 0.45 | 0.25 | 55.81 | 0.41 | 0.58 |
| Hex | C0 | BA | 6A | 0 | 3 | 2D | 19 | 38 | 29 | 3A |
| Octal | 300 | 272 | 152 | 0 | 3 | 55 | 31 | 70 | 51 | 72 |
| Binary | 11000000 | 10111010 | 1101010 | 0 | 11 | 101101 | 11001 | 111000 | 101001 | 111010 |
Color Harmonies of #C0BA6A
Complementary color
Monochromatic Colors of #C0BA6A
Black with #C0BA6A
Text Example
Text Example
White with #C0BA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA6A; }
p { color: rgb(192,186,106); }
H1.HeaderClassName
{
color: #C0BA6A;
}
.AnyTagClassName
{
color: #C0BA6A;
}
</style>
background-color css
<style>
a { background-color: #C0BA6A; }
a { background-color: rgb(192,186,106); }
div.DivClassName
{
background-color: #C0BA6A;
}
.BgClassName
{
background-color: #C0BA6A;
}
</style>
border-color css
<style>
span { border-color: #C0BA6A; }
span { border-color: rgb(192,186,106); }
td.TdClassName
{
border-color: #C0BA6A;
}
.TagClassName
{
border-color: #C0BA6A;
}
</style>