Shades of Zest #C57535
Tints of Zest #C57535
RGB
CMYK
RGB Variations
Color information
#C57535 (or 0xC57535) is known color: Zest. HEX triplet: C5, 75 and 35. RGB value is (197,117,53). Sum of RGB (Red+Green+Blue) = 197+117+53=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C57535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57535 is #3A8ACA. Grayscale: #858585. Windows color (decimal): -3836619 or 3503557. OLE color: 3503557.
HSL color Cylindrical-coordinate representation of color #C57535: hue angle of 26.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C57535 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 53 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.23 |
| HSL | 26.67º | 0.58% | 0.49% | - |
| HSV(B) | 26.67º | 0.73% | 0.77% | - |
| XYZ | 30.03 | 24.85 | 6.58 | - |
| YUV | 133.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 53 | 0 | 0.41 | 0.73 | 0.23 | 26.67 | 0.58 | 0.49 |
| Hex | C5 | 75 | 35 | 0 | 29 | 49 | 17 | 1B | 3A | 31 |
| Octal | 305 | 165 | 65 | 0 | 51 | 111 | 27 | 33 | 72 | 61 |
| Binary | 11000101 | 1110101 | 110101 | 0 | 101001 | 1001001 | 10111 | 11011 | 111010 | 110001 |
Color Harmonies of #C57535
Complementary color
Monochromatic Colors of #C57535
Black with #C57535
Text Example
Text Example
White with #C57535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57535; }
p { color: rgb(197,117,53); }
H1.HeaderClassName
{
color: #C57535;
}
.AnyTagClassName
{
color: #C57535;
}
</style>
background-color css
<style>
a { background-color: #C57535; }
a { background-color: rgb(197,117,53); }
div.DivClassName
{
background-color: #C57535;
}
.BgClassName
{
background-color: #C57535;
}
</style>
border-color css
<style>
span { border-color: #C57535; }
span { border-color: rgb(197,117,53); }
td.TdClassName
{
border-color: #C57535;
}
.TagClassName
{
border-color: #C57535;
}
</style>