Shades of Zest #C57444
Tints of Zest #C57444
RGB
CMYK
RGB Variations
Color information
#C57444 (or 0xC57444) is known color: Zest. HEX triplet: C5, 74 and 44. RGB value is (197,116,68). Sum of RGB (Red+Green+Blue) = 197+116+68=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C57444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57444 is #3A8BBB. Grayscale: #878787. Windows color (decimal): -3836860 or 4486341. OLE color: 4486341.
HSL color Cylindrical-coordinate representation of color #C57444: hue angle of 22.33º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C57444 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 68 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.23 |
| HSL | 22.33º | 0.53% | 0.52% | - |
| HSV(B) | 22.33º | 0.65% | 0.77% | - |
| XYZ | 30.31 | 24.78 | 8.65 | - |
| YUV | 134.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 68 | 0 | 0.41 | 0.65 | 0.23 | 22.33 | 0.53 | 0.52 |
| Hex | C5 | 74 | 44 | 0 | 29 | 41 | 17 | 16 | 35 | 34 |
| Octal | 305 | 164 | 104 | 0 | 51 | 101 | 27 | 26 | 65 | 64 |
| Binary | 11000101 | 1110100 | 1000100 | 0 | 101001 | 1000001 | 10111 | 10110 | 110101 | 110100 |
Color Harmonies of #C57444
Complementary color
Monochromatic Colors of #C57444
Black with #C57444
Text Example
Text Example
White with #C57444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57444; }
p { color: rgb(197,116,68); }
H1.HeaderClassName
{
color: #C57444;
}
.AnyTagClassName
{
color: #C57444;
}
</style>
background-color css
<style>
a { background-color: #C57444; }
a { background-color: rgb(197,116,68); }
div.DivClassName
{
background-color: #C57444;
}
.BgClassName
{
background-color: #C57444;
}
</style>
border-color css
<style>
span { border-color: #C57444; }
span { border-color: rgb(197,116,68); }
td.TdClassName
{
border-color: #C57444;
}
.TagClassName
{
border-color: #C57444;
}
</style>