Shades of Zest #C57340
Tints of Zest #C57340
RGB
CMYK
RGB Variations
Color information
#C57340 (or 0xC57340) is known color: Zest. HEX triplet: C5, 73 and 40. RGB value is (197,115,64). Sum of RGB (Red+Green+Blue) = 197+115+64=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C57340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57340 is #3A8CBF. Grayscale: #858585. Windows color (decimal): -3837120 or 4223941. OLE color: 4223941.
HSL color Cylindrical-coordinate representation of color #C57340: hue angle of 23.01º 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 #C57340 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 64 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.23 |
| HSL | 23.01º | 0.53% | 0.51% | - |
| HSV(B) | 23.01º | 0.68% | 0.77% | - |
| XYZ | 30.08 | 24.5 | 7.99 | - |
| YUV | 133.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 64 | 0 | 0.42 | 0.68 | 0.23 | 23.01 | 0.53 | 0.51 |
| Hex | C5 | 73 | 40 | 0 | 2A | 44 | 17 | 17 | 35 | 33 |
| Octal | 305 | 163 | 100 | 0 | 52 | 104 | 27 | 27 | 65 | 63 |
| Binary | 11000101 | 1110011 | 1000000 | 0 | 101010 | 1000100 | 10111 | 10111 | 110101 | 110011 |
Color Harmonies of #C57340
Complementary color
Monochromatic Colors of #C57340
Black with #C57340
Text Example
Text Example
White with #C57340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57340; }
p { color: rgb(197,115,64); }
H1.HeaderClassName
{
color: #C57340;
}
.AnyTagClassName
{
color: #C57340;
}
</style>
background-color css
<style>
a { background-color: #C57340; }
a { background-color: rgb(197,115,64); }
div.DivClassName
{
background-color: #C57340;
}
.BgClassName
{
background-color: #C57340;
}
</style>
border-color css
<style>
span { border-color: #C57340; }
span { border-color: rgb(197,115,64); }
td.TdClassName
{
border-color: #C57340;
}
.TagClassName
{
border-color: #C57340;
}
</style>