Shades of Dark Khaki #C0B86B
Tints of Dark Khaki #C0B86B
RGB
CMYK
RGB Variations
Color information
#C0B86B (or 0xC0B86B) is known color: Dark Khaki. HEX triplet: C0, B8 and 6B. RGB value is (192,184,107). Sum of RGB (Red+Green+Blue) = 192+184+107=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B86B is #3F4794. Grayscale: #B1B1B1. Windows color (decimal): -4147093 or 7059648. OLE color: 7059648.
HSL color Cylindrical-coordinate representation of color #C0B86B: hue angle of 54.35º 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 #C0B86B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 107 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.25 |
| HSL | 54.35º | 0.4% | 0.59% | - |
| HSV(B) | 54.35º | 0.44% | 0.75% | - |
| XYZ | 41.53 | 46.55 | 20.71 | - |
| YUV | 177.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 107 | 0 | 0.04 | 0.44 | 0.25 | 54.35 | 0.4 | 0.59 |
| Hex | C0 | B8 | 6B | 0 | 4 | 2C | 19 | 36 | 28 | 3B |
| Octal | 300 | 270 | 153 | 0 | 4 | 54 | 31 | 66 | 50 | 73 |
| Binary | 11000000 | 10111000 | 1101011 | 0 | 100 | 101100 | 11001 | 110110 | 101000 | 111011 |
Color Harmonies of #C0B86B
Complementary color
Monochromatic Colors of #C0B86B
Black with #C0B86B
Text Example
Text Example
White with #C0B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B86B; }
p { color: rgb(192,184,107); }
H1.HeaderClassName
{
color: #C0B86B;
}
.AnyTagClassName
{
color: #C0B86B;
}
</style>
background-color css
<style>
a { background-color: #C0B86B; }
a { background-color: rgb(192,184,107); }
div.DivClassName
{
background-color: #C0B86B;
}
.BgClassName
{
background-color: #C0B86B;
}
</style>
border-color css
<style>
span { border-color: #C0B86B; }
span { border-color: rgb(192,184,107); }
td.TdClassName
{
border-color: #C0B86B;
}
.TagClassName
{
border-color: #C0B86B;
}
</style>