Shades of Zest #C56C40
Tints of Zest #C56C40
RGB
CMYK
RGB Variations
Color information
#C56C40 (or 0xC56C40) is known color: Zest. HEX triplet: C5, 6C and 40. RGB value is (197,108,64). Sum of RGB (Red+Green+Blue) = 197+108+64=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C40 is #3A93BF. Grayscale: #818181. Windows color (decimal): -3838912 or 4222149. OLE color: 4222149.
HSL color Cylindrical-coordinate representation of color #C56C40: hue angle of 19.85º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C56C40 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 64 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.23 |
| HSL | 19.85º | 0.53% | 0.51% | - |
| HSV(B) | 19.85º | 0.68% | 0.77% | - |
| XYZ | 29.31 | 22.97 | 7.74 | - |
| YUV | 129.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 64 | 0 | 0.45 | 0.68 | 0.23 | 19.85 | 0.53 | 0.51 |
| Hex | C5 | 6C | 40 | 0 | 2D | 44 | 17 | 14 | 35 | 33 |
| Octal | 305 | 154 | 100 | 0 | 55 | 104 | 27 | 24 | 65 | 63 |
| Binary | 11000101 | 1101100 | 1000000 | 0 | 101101 | 1000100 | 10111 | 10100 | 110101 | 110011 |
Color Harmonies of #C56C40
Complementary color
Monochromatic Colors of #C56C40
Black with #C56C40
Text Example
Text Example
White with #C56C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C40; }
p { color: rgb(197,108,64); }
H1.HeaderClassName
{
color: #C56C40;
}
.AnyTagClassName
{
color: #C56C40;
}
</style>
background-color css
<style>
a { background-color: #C56C40; }
a { background-color: rgb(197,108,64); }
div.DivClassName
{
background-color: #C56C40;
}
.BgClassName
{
background-color: #C56C40;
}
</style>
border-color css
<style>
span { border-color: #C56C40; }
span { border-color: rgb(197,108,64); }
td.TdClassName
{
border-color: #C56C40;
}
.TagClassName
{
border-color: #C56C40;
}
</style>