Shades of Zest #C57036
Tints of Zest #C57036
RGB
CMYK
RGB Variations
Color information
#C57036 (or 0xC57036) is known color: Zest. HEX triplet: C5, 70 and 36. RGB value is (197,112,54). Sum of RGB (Red+Green+Blue) = 197+112+54=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C57036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57036 is #3A8FC9. Grayscale: #838383. Windows color (decimal): -3837898 or 3567813. OLE color: 3567813.
HSL color Cylindrical-coordinate representation of color #C57036: hue angle of 24.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C57036 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 54 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.23 |
| HSL | 24.34º | 0.57% | 0.49% | - |
| HSV(B) | 24.34º | 0.73% | 0.77% | - |
| XYZ | 29.49 | 23.73 | 6.52 | - |
| YUV | 130.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 54 | 0 | 0.43 | 0.73 | 0.23 | 24.34 | 0.57 | 0.49 |
| Hex | C5 | 70 | 36 | 0 | 2B | 49 | 17 | 18 | 39 | 31 |
| Octal | 305 | 160 | 66 | 0 | 53 | 111 | 27 | 30 | 71 | 61 |
| Binary | 11000101 | 1110000 | 110110 | 0 | 101011 | 1001001 | 10111 | 11000 | 111001 | 110001 |
Color Harmonies of #C57036
Complementary color
Monochromatic Colors of #C57036
Black with #C57036
Text Example
Text Example
White with #C57036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57036; }
p { color: rgb(197,112,54); }
H1.HeaderClassName
{
color: #C57036;
}
.AnyTagClassName
{
color: #C57036;
}
</style>
background-color css
<style>
a { background-color: #C57036; }
a { background-color: rgb(197,112,54); }
div.DivClassName
{
background-color: #C57036;
}
.BgClassName
{
background-color: #C57036;
}
</style>
border-color css
<style>
span { border-color: #C57036; }
span { border-color: rgb(197,112,54); }
td.TdClassName
{
border-color: #C57036;
}
.TagClassName
{
border-color: #C57036;
}
</style>