Shades of Zest #C56D39
Tints of Zest #C56D39
RGB
CMYK
RGB Variations
Color information
#C56D39 (or 0xC56D39) is known color: Zest. HEX triplet: C5, 6D and 39. RGB value is (197,109,57). Sum of RGB (Red+Green+Blue) = 197+109+57=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D39 is #3A92C6. Grayscale: #818181. Windows color (decimal): -3838663 or 3763653. OLE color: 3763653.
HSL color Cylindrical-coordinate representation of color #C56D39: hue angle of 22.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C56D39 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 57 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.23 |
| HSL | 22.29º | 0.55% | 0.5% | - |
| HSV(B) | 22.29º | 0.71% | 0.77% | - |
| XYZ | 29.23 | 23.1 | 6.79 | - |
| YUV | 129.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 57 | 0 | 0.45 | 0.71 | 0.23 | 22.29 | 0.55 | 0.5 |
| Hex | C5 | 6D | 39 | 0 | 2D | 47 | 17 | 16 | 37 | 32 |
| Octal | 305 | 155 | 71 | 0 | 55 | 107 | 27 | 26 | 67 | 62 |
| Binary | 11000101 | 1101101 | 111001 | 0 | 101101 | 1000111 | 10111 | 10110 | 110111 | 110010 |
Color Harmonies of #C56D39
Complementary color
Monochromatic Colors of #C56D39
Black with #C56D39
Text Example
Text Example
White with #C56D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D39; }
p { color: rgb(197,109,57); }
H1.HeaderClassName
{
color: #C56D39;
}
.AnyTagClassName
{
color: #C56D39;
}
</style>
background-color css
<style>
a { background-color: #C56D39; }
a { background-color: rgb(197,109,57); }
div.DivClassName
{
background-color: #C56D39;
}
.BgClassName
{
background-color: #C56D39;
}
</style>
border-color css
<style>
span { border-color: #C56D39; }
span { border-color: rgb(197,109,57); }
td.TdClassName
{
border-color: #C56D39;
}
.TagClassName
{
border-color: #C56D39;
}
</style>