Shades of Zest #C56D34
Tints of Zest #C56D34
RGB
CMYK
RGB Variations
Color information
#C56D34 (or 0xC56D34) is known color: Zest. HEX triplet: C5, 6D and 34. RGB value is (197,109,52). Sum of RGB (Red+Green+Blue) = 197+109+52=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D34 is #3A92CB. Grayscale: #818181. Windows color (decimal): -3838668 or 3435973. OLE color: 3435973.
HSL color Cylindrical-coordinate representation of color #C56D34: hue angle of 23.59º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C56D34 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 52 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.23 |
| HSL | 23.59º | 0.58% | 0.49% | - |
| HSV(B) | 23.59º | 0.74% | 0.77% | - |
| XYZ | 29.11 | 23.06 | 6.16 | - |
| YUV | 128.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 52 | 0 | 0.45 | 0.74 | 0.23 | 23.59 | 0.58 | 0.49 |
| Hex | C5 | 6D | 34 | 0 | 2D | 4A | 17 | 18 | 3A | 31 |
| Octal | 305 | 155 | 64 | 0 | 55 | 112 | 27 | 30 | 72 | 61 |
| Binary | 11000101 | 1101101 | 110100 | 0 | 101101 | 1001010 | 10111 | 11000 | 111010 | 110001 |
Color Harmonies of #C56D34
Complementary color
Monochromatic Colors of #C56D34
Black with #C56D34
Text Example
Text Example
White with #C56D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D34; }
p { color: rgb(197,109,52); }
H1.HeaderClassName
{
color: #C56D34;
}
.AnyTagClassName
{
color: #C56D34;
}
</style>
background-color css
<style>
a { background-color: #C56D34; }
a { background-color: rgb(197,109,52); }
div.DivClassName
{
background-color: #C56D34;
}
.BgClassName
{
background-color: #C56D34;
}
</style>
border-color css
<style>
span { border-color: #C56D34; }
span { border-color: rgb(197,109,52); }
td.TdClassName
{
border-color: #C56D34;
}
.TagClassName
{
border-color: #C56D34;
}
</style>