Shades of Zest #C56D41
Tints of Zest #C56D41
RGB
CMYK
RGB Variations
Color information
#C56D41 (or 0xC56D41) is known color: Zest. HEX triplet: C5, 6D and 41. RGB value is (197,109,65). Sum of RGB (Red+Green+Blue) = 197+109+65=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D41 is #3A92BE. Grayscale: #828282. Windows color (decimal): -3838655 or 4287941. OLE color: 4287941.
HSL color Cylindrical-coordinate representation of color #C56D41: hue angle of 20º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C56D41 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 65 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.23 |
| HSL | 20º | 0.53% | 0.51% | - |
| HSV(B) | 20º | 0.67% | 0.77% | - |
| XYZ | 29.45 | 23.19 | 7.92 | - |
| YUV | 130.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 65 | 0 | 0.45 | 0.67 | 0.23 | 20 | 0.53 | 0.51 |
| Hex | C5 | 6D | 41 | 0 | 2D | 43 | 17 | 14 | 35 | 33 |
| Octal | 305 | 155 | 101 | 0 | 55 | 103 | 27 | 24 | 65 | 63 |
| Binary | 11000101 | 1101101 | 1000001 | 0 | 101101 | 1000011 | 10111 | 10100 | 110101 | 110011 |
Color Harmonies of #C56D41
Complementary color
Monochromatic Colors of #C56D41
Black with #C56D41
Text Example
Text Example
White with #C56D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D41; }
p { color: rgb(197,109,65); }
H1.HeaderClassName
{
color: #C56D41;
}
.AnyTagClassName
{
color: #C56D41;
}
</style>
background-color css
<style>
a { background-color: #C56D41; }
a { background-color: rgb(197,109,65); }
div.DivClassName
{
background-color: #C56D41;
}
.BgClassName
{
background-color: #C56D41;
}
</style>
border-color css
<style>
span { border-color: #C56D41; }
span { border-color: rgb(197,109,65); }
td.TdClassName
{
border-color: #C56D41;
}
.TagClassName
{
border-color: #C56D41;
}
</style>