Shades of Zest #C56A40
Tints of Zest #C56A40
RGB
CMYK
RGB Variations
Color information
#C56A40 (or 0xC56A40) is known color: Zest. HEX triplet: C5, 6A and 40. RGB value is (197,106,64). Sum of RGB (Red+Green+Blue) = 197+106+64=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A40 is #3A95BF. Grayscale: #808080. Windows color (decimal): -3839424 or 4221637. OLE color: 4221637.
HSL color Cylindrical-coordinate representation of color #C56A40: hue angle of 18.95º 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 #C56A40 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 64 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.23 |
| HSL | 18.95º | 0.53% | 0.51% | - |
| HSV(B) | 18.95º | 0.68% | 0.77% | - |
| XYZ | 29.11 | 22.55 | 7.67 | - |
| YUV | 128.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 64 | 0 | 0.46 | 0.68 | 0.23 | 18.95 | 0.53 | 0.51 |
| Hex | C5 | 6A | 40 | 0 | 2E | 44 | 17 | 13 | 35 | 33 |
| Octal | 305 | 152 | 100 | 0 | 56 | 104 | 27 | 23 | 65 | 63 |
| Binary | 11000101 | 1101010 | 1000000 | 0 | 101110 | 1000100 | 10111 | 10011 | 110101 | 110011 |
Color Harmonies of #C56A40
Complementary color
Monochromatic Colors of #C56A40
Black with #C56A40
Text Example
Text Example
White with #C56A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A40; }
p { color: rgb(197,106,64); }
H1.HeaderClassName
{
color: #C56A40;
}
.AnyTagClassName
{
color: #C56A40;
}
</style>
background-color css
<style>
a { background-color: #C56A40; }
a { background-color: rgb(197,106,64); }
div.DivClassName
{
background-color: #C56A40;
}
.BgClassName
{
background-color: #C56A40;
}
</style>
border-color css
<style>
span { border-color: #C56A40; }
span { border-color: rgb(197,106,64); }
td.TdClassName
{
border-color: #C56A40;
}
.TagClassName
{
border-color: #C56A40;
}
</style>