Shades of Zest #C56E32
Tints of Zest #C56E32
RGB
CMYK
RGB Variations
Color information
#C56E32 (or 0xC56E32) is known color: Zest. HEX triplet: C5, 6E and 32. RGB value is (197,110,50). Sum of RGB (Red+Green+Blue) = 197+110+50=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E32 is #3A91CD. Grayscale: #818181. Windows color (decimal): -3838414 or 3305157. OLE color: 3305157.
HSL color Cylindrical-coordinate representation of color #C56E32: hue angle of 24.49º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C56E32 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 50 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.23 |
| HSL | 24.49º | 0.6% | 0.48% | - |
| HSV(B) | 24.49º | 0.75% | 0.77% | - |
| XYZ | 29.18 | 23.25 | 5.97 | - |
| YUV | 129.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 50 | 0 | 0.44 | 0.75 | 0.23 | 24.49 | 0.6 | 0.48 |
| Hex | C5 | 6E | 32 | 0 | 2C | 4B | 17 | 18 | 3C | 30 |
| Octal | 305 | 156 | 62 | 0 | 54 | 113 | 27 | 30 | 74 | 60 |
| Binary | 11000101 | 1101110 | 110010 | 0 | 101100 | 1001011 | 10111 | 11000 | 111100 | 110000 |
Color Harmonies of #C56E32
Complementary color
Monochromatic Colors of #C56E32
Black with #C56E32
Text Example
Text Example
White with #C56E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E32; }
p { color: rgb(197,110,50); }
H1.HeaderClassName
{
color: #C56E32;
}
.AnyTagClassName
{
color: #C56E32;
}
</style>
background-color css
<style>
a { background-color: #C56E32; }
a { background-color: rgb(197,110,50); }
div.DivClassName
{
background-color: #C56E32;
}
.BgClassName
{
background-color: #C56E32;
}
</style>
border-color css
<style>
span { border-color: #C56E32; }
span { border-color: rgb(197,110,50); }
td.TdClassName
{
border-color: #C56E32;
}
.TagClassName
{
border-color: #C56E32;
}
</style>