Shades of Dark Khaki #C0BE6B
Tints of Dark Khaki #C0BE6B
RGB
CMYK
RGB Variations
Color information
#C0BE6B (or 0xC0BE6B) is known color: Dark Khaki. HEX triplet: C0, BE and 6B. RGB value is (192,190,107). Sum of RGB (Red+Green+Blue) = 192+190+107=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE6B is #3F4194. Grayscale: #B5B5B5. Windows color (decimal): -4145557 or 7061184. OLE color: 7061184.
HSL color Cylindrical-coordinate representation of color #C0BE6B: hue angle of 58.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0BE6B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 107 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.25 |
| HSL | 58.59º | 0.4% | 0.59% | - |
| HSV(B) | 58.59º | 0.44% | 0.75% | - |
| XYZ | 42.81 | 49.09 | 21.13 | - |
| YUV | 181.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 107 | 0 | 0.01 | 0.44 | 0.25 | 58.59 | 0.4 | 0.59 |
| Hex | C0 | BE | 6B | 0 | 1 | 2C | 19 | 3B | 28 | 3B |
| Octal | 300 | 276 | 153 | 0 | 1 | 54 | 31 | 73 | 50 | 73 |
| Binary | 11000000 | 10111110 | 1101011 | 0 | 1 | 101100 | 11001 | 111011 | 101000 | 111011 |
Color Harmonies of #C0BE6B
Complementary color
Monochromatic Colors of #C0BE6B
Black with #C0BE6B
Text Example
Text Example
White with #C0BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE6B; }
p { color: rgb(192,190,107); }
H1.HeaderClassName
{
color: #C0BE6B;
}
.AnyTagClassName
{
color: #C0BE6B;
}
</style>
background-color css
<style>
a { background-color: #C0BE6B; }
a { background-color: rgb(192,190,107); }
div.DivClassName
{
background-color: #C0BE6B;
}
.BgClassName
{
background-color: #C0BE6B;
}
</style>
border-color css
<style>
span { border-color: #C0BE6B; }
span { border-color: rgb(192,190,107); }
td.TdClassName
{
border-color: #C0BE6B;
}
.TagClassName
{
border-color: #C0BE6B;
}
</style>