Shades of Zest #C57542
Tints of Zest #C57542
RGB
CMYK
RGB Variations
Color information
#C57542 (or 0xC57542) is known color: Zest. HEX triplet: C5, 75 and 42. RGB value is (197,117,66). Sum of RGB (Red+Green+Blue) = 197+117+66=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C57542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57542 is #3A8ABD. Grayscale: #878787. Windows color (decimal): -3836606 or 4355525. OLE color: 4355525.
HSL color Cylindrical-coordinate representation of color #C57542: hue angle of 23.36º 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 #C57542 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 66 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.23 |
| HSL | 23.36º | 0.53% | 0.52% | - |
| HSV(B) | 23.36º | 0.66% | 0.77% | - |
| XYZ | 30.37 | 24.99 | 8.38 | - |
| YUV | 135.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 66 | 0 | 0.41 | 0.66 | 0.23 | 23.36 | 0.53 | 0.52 |
| Hex | C5 | 75 | 42 | 0 | 29 | 42 | 17 | 17 | 35 | 34 |
| Octal | 305 | 165 | 102 | 0 | 51 | 102 | 27 | 27 | 65 | 64 |
| Binary | 11000101 | 1110101 | 1000010 | 0 | 101001 | 1000010 | 10111 | 10111 | 110101 | 110100 |
Color Harmonies of #C57542
Complementary color
Monochromatic Colors of #C57542
Black with #C57542
Text Example
Text Example
White with #C57542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57542; }
p { color: rgb(197,117,66); }
H1.HeaderClassName
{
color: #C57542;
}
.AnyTagClassName
{
color: #C57542;
}
</style>
background-color css
<style>
a { background-color: #C57542; }
a { background-color: rgb(197,117,66); }
div.DivClassName
{
background-color: #C57542;
}
.BgClassName
{
background-color: #C57542;
}
</style>
border-color css
<style>
span { border-color: #C57542; }
span { border-color: rgb(197,117,66); }
td.TdClassName
{
border-color: #C57542;
}
.TagClassName
{
border-color: #C57542;
}
</style>