Shades of Zest #C57442
Tints of Zest #C57442
RGB
CMYK
RGB Variations
Color information
#C57442 (or 0xC57442) is known color: Zest. HEX triplet: C5, 74 and 42. RGB value is (197,116,66). Sum of RGB (Red+Green+Blue) = 197+116+66=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57442 is #3A8BBD. Grayscale: #868686. Windows color (decimal): -3836862 or 4355269. OLE color: 4355269.
HSL color Cylindrical-coordinate representation of color #C57442: hue angle of 22.9º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C57442 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 66 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.23 |
| HSL | 22.9º | 0.53% | 0.52% | - |
| HSV(B) | 22.9º | 0.66% | 0.77% | - |
| XYZ | 30.25 | 24.75 | 8.34 | - |
| YUV | 134.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 66 | 0 | 0.41 | 0.66 | 0.23 | 22.9 | 0.53 | 0.52 |
| Hex | C5 | 74 | 42 | 0 | 29 | 42 | 17 | 17 | 35 | 34 |
| Octal | 305 | 164 | 102 | 0 | 51 | 102 | 27 | 27 | 65 | 64 |
| Binary | 11000101 | 1110100 | 1000010 | 0 | 101001 | 1000010 | 10111 | 10111 | 110101 | 110100 |
Color Harmonies of #C57442
Complementary color
Monochromatic Colors of #C57442
Black with #C57442
Text Example
Text Example
White with #C57442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57442; }
p { color: rgb(197,116,66); }
H1.HeaderClassName
{
color: #C57442;
}
.AnyTagClassName
{
color: #C57442;
}
</style>
background-color css
<style>
a { background-color: #C57442; }
a { background-color: rgb(197,116,66); }
div.DivClassName
{
background-color: #C57442;
}
.BgClassName
{
background-color: #C57442;
}
</style>
border-color css
<style>
span { border-color: #C57442; }
span { border-color: rgb(197,116,66); }
td.TdClassName
{
border-color: #C57442;
}
.TagClassName
{
border-color: #C57442;
}
</style>