Shades of Dark Khaki #C0B86F
Tints of Dark Khaki #C0B86F
RGB
CMYK
RGB Variations
Color information
#C0B86F (or 0xC0B86F) is known color: Dark Khaki. HEX triplet: C0, B8 and 6F. RGB value is (192,184,111). Sum of RGB (Red+Green+Blue) = 192+184+111=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B86F is #3F4790. Grayscale: #B2B2B2. Windows color (decimal): -4147089 or 7321792. OLE color: 7321792.
HSL color Cylindrical-coordinate representation of color #C0B86F: hue angle of 54.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0B86F is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 111 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.25 |
| HSL | 54.07º | 0.39% | 0.59% | - |
| HSV(B) | 54.07º | 0.42% | 0.75% | - |
| XYZ | 41.75 | 46.64 | 21.84 | - |
| YUV | 178.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 111 | 0 | 0.04 | 0.42 | 0.25 | 54.07 | 0.39 | 0.59 |
| Hex | C0 | B8 | 6F | 0 | 4 | 2A | 19 | 36 | 27 | 3B |
| Octal | 300 | 270 | 157 | 0 | 4 | 52 | 31 | 66 | 47 | 73 |
| Binary | 11000000 | 10111000 | 1101111 | 0 | 100 | 101010 | 11001 | 110110 | 100111 | 111011 |
Color Harmonies of #C0B86F
Complementary color
Monochromatic Colors of #C0B86F
Black with #C0B86F
Text Example
Text Example
White with #C0B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B86F; }
p { color: rgb(192,184,111); }
H1.HeaderClassName
{
color: #C0B86F;
}
.AnyTagClassName
{
color: #C0B86F;
}
</style>
background-color css
<style>
a { background-color: #C0B86F; }
a { background-color: rgb(192,184,111); }
div.DivClassName
{
background-color: #C0B86F;
}
.BgClassName
{
background-color: #C0B86F;
}
</style>
border-color css
<style>
span { border-color: #C0B86F; }
span { border-color: rgb(192,184,111); }
td.TdClassName
{
border-color: #C0B86F;
}
.TagClassName
{
border-color: #C0B86F;
}
</style>