Shades of Zest #C86E32
Tints of Zest #C86E32
RGB
CMYK
RGB Variations
Color information
#C86E32 (or 0xC86E32) is known color: Zest. HEX triplet: C8, 6E and 32. RGB value is (200,110,50). Sum of RGB (Red+Green+Blue) = 200+110+50=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E32 is #3791CD. Grayscale: #828282. Windows color (decimal): -3641806 or 3305160. OLE color: 3305160.
HSL color Cylindrical-coordinate representation of color #C86E32: hue angle of 24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86E32 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 50 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.22 |
| HSL | 24º | 0.6% | 0.49% | - |
| HSV(B) | 24º | 0.75% | 0.78% | - |
| XYZ | 29.97 | 23.66 | 6.01 | - |
| YUV | 130.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 50 | 0 | 0.45 | 0.75 | 0.22 | 24 | 0.6 | 0.49 |
| Hex | C8 | 6E | 32 | 0 | 2D | 4B | 16 | 18 | 3C | 31 |
| Octal | 310 | 156 | 62 | 0 | 55 | 113 | 26 | 30 | 74 | 61 |
| Binary | 11001000 | 1101110 | 110010 | 0 | 101101 | 1001011 | 10110 | 11000 | 111100 | 110001 |
Color Harmonies of #C86E32
Complementary color
Monochromatic Colors of #C86E32
Black with #C86E32
Text Example
Text Example
White with #C86E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E32; }
p { color: rgb(200,110,50); }
H1.HeaderClassName
{
color: #C86E32;
}
.AnyTagClassName
{
color: #C86E32;
}
</style>
background-color css
<style>
a { background-color: #C86E32; }
a { background-color: rgb(200,110,50); }
div.DivClassName
{
background-color: #C86E32;
}
.BgClassName
{
background-color: #C86E32;
}
</style>
border-color css
<style>
span { border-color: #C86E32; }
span { border-color: rgb(200,110,50); }
td.TdClassName
{
border-color: #C86E32;
}
.TagClassName
{
border-color: #C86E32;
}
</style>