Shades of Zest #C57140
Tints of Zest #C57140
RGB
CMYK
RGB Variations
Color information
#C57140 (or 0xC57140) is known color: Zest. HEX triplet: C5, 71 and 40. RGB value is (197,113,64). Sum of RGB (Red+Green+Blue) = 197+113+64=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C57140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57140 is #3A8EBF. Grayscale: #848484. Windows color (decimal): -3837632 or 4223429. OLE color: 4223429.
HSL color Cylindrical-coordinate representation of color #C57140: hue angle of 22.11º 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 #C57140 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 64 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.23 |
| HSL | 22.11º | 0.53% | 0.51% | - |
| HSV(B) | 22.11º | 0.68% | 0.77% | - |
| XYZ | 29.86 | 24.05 | 7.92 | - |
| YUV | 132.53 | 89.33 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 64 | 0 | 0.43 | 0.68 | 0.23 | 22.11 | 0.53 | 0.51 |
| Hex | C5 | 71 | 40 | 0 | 2B | 44 | 17 | 16 | 35 | 33 |
| Octal | 305 | 161 | 100 | 0 | 53 | 104 | 27 | 26 | 65 | 63 |
| Binary | 11000101 | 1110001 | 1000000 | 0 | 101011 | 1000100 | 10111 | 10110 | 110101 | 110011 |
Color Harmonies of #C57140
Complementary color
Monochromatic Colors of #C57140
Black with #C57140
Text Example
Text Example
White with #C57140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57140; }
p { color: rgb(197,113,64); }
H1.HeaderClassName
{
color: #C57140;
}
.AnyTagClassName
{
color: #C57140;
}
</style>
background-color css
<style>
a { background-color: #C57140; }
a { background-color: rgb(197,113,64); }
div.DivClassName
{
background-color: #C57140;
}
.BgClassName
{
background-color: #C57140;
}
</style>
border-color css
<style>
span { border-color: #C57140; }
span { border-color: rgb(197,113,64); }
td.TdClassName
{
border-color: #C57140;
}
.TagClassName
{
border-color: #C57140;
}
</style>