Shades of Zest #C57041
Tints of Zest #C57041
RGB
CMYK
RGB Variations
Color information
#C57041 (or 0xC57041) is known color: Zest. HEX triplet: C5, 70 and 41. RGB value is (197,112,65). Sum of RGB (Red+Green+Blue) = 197+112+65=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C57041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57041 is #3A8FBE. Grayscale: #848484. Windows color (decimal): -3837887 or 4288709. OLE color: 4288709.
HSL color Cylindrical-coordinate representation of color #C57041: hue angle of 21.36º 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 #C57041 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 65 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.23 |
| HSL | 21.36º | 0.53% | 0.51% | - |
| HSV(B) | 21.36º | 0.67% | 0.77% | - |
| XYZ | 29.77 | 23.84 | 8.03 | - |
| YUV | 132.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 65 | 0 | 0.43 | 0.67 | 0.23 | 21.36 | 0.53 | 0.51 |
| Hex | C5 | 70 | 41 | 0 | 2B | 43 | 17 | 15 | 35 | 33 |
| Octal | 305 | 160 | 101 | 0 | 53 | 103 | 27 | 25 | 65 | 63 |
| Binary | 11000101 | 1110000 | 1000001 | 0 | 101011 | 1000011 | 10111 | 10101 | 110101 | 110011 |
Color Harmonies of #C57041
Complementary color
Monochromatic Colors of #C57041
Black with #C57041
Text Example
Text Example
White with #C57041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57041; }
p { color: rgb(197,112,65); }
H1.HeaderClassName
{
color: #C57041;
}
.AnyTagClassName
{
color: #C57041;
}
</style>
background-color css
<style>
a { background-color: #C57041; }
a { background-color: rgb(197,112,65); }
div.DivClassName
{
background-color: #C57041;
}
.BgClassName
{
background-color: #C57041;
}
</style>
border-color css
<style>
span { border-color: #C57041; }
span { border-color: rgb(197,112,65); }
td.TdClassName
{
border-color: #C57041;
}
.TagClassName
{
border-color: #C57041;
}
</style>