Shades of Zest #C86E39
Tints of Zest #C86E39
RGB
CMYK
RGB Variations
Color information
#C86E39 (or 0xC86E39) is known color: Zest. HEX triplet: C8, 6E and 39. RGB value is (200,110,57). Sum of RGB (Red+Green+Blue) = 200+110+57=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E39 is #3791C6. Grayscale: #838383. Windows color (decimal): -3641799 or 3763912. OLE color: 3763912.
HSL color Cylindrical-coordinate representation of color #C86E39: hue angle of 22.24º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C86E39 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 57 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.22 |
| HSL | 22.24º | 0.57% | 0.5% | - |
| HSV(B) | 22.24º | 0.72% | 0.78% | - |
| XYZ | 30.13 | 23.73 | 6.86 | - |
| YUV | 130.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 57 | 0 | 0.45 | 0.72 | 0.22 | 22.24 | 0.57 | 0.5 |
| Hex | C8 | 6E | 39 | 0 | 2D | 48 | 16 | 16 | 39 | 32 |
| Octal | 310 | 156 | 71 | 0 | 55 | 110 | 26 | 26 | 71 | 62 |
| Binary | 11001000 | 1101110 | 111001 | 0 | 101101 | 1001000 | 10110 | 10110 | 111001 | 110010 |
Color Harmonies of #C86E39
Complementary color
Monochromatic Colors of #C86E39
Black with #C86E39
Text Example
Text Example
White with #C86E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E39; }
p { color: rgb(200,110,57); }
H1.HeaderClassName
{
color: #C86E39;
}
.AnyTagClassName
{
color: #C86E39;
}
</style>
background-color css
<style>
a { background-color: #C86E39; }
a { background-color: rgb(200,110,57); }
div.DivClassName
{
background-color: #C86E39;
}
.BgClassName
{
background-color: #C86E39;
}
</style>
border-color css
<style>
span { border-color: #C86E39; }
span { border-color: rgb(200,110,57); }
td.TdClassName
{
border-color: #C86E39;
}
.TagClassName
{
border-color: #C86E39;
}
</style>