Shades of Zest #C57735
Tints of Zest #C57735
RGB
CMYK
RGB Variations
Color information
#C57735 (or 0xC57735) is known color: Zest. HEX triplet: C5, 77 and 35. RGB value is (197,119,53). Sum of RGB (Red+Green+Blue) = 197+119+53=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C57735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57735 is #3A88CA. Grayscale: #878787. Windows color (decimal): -3836107 or 3504069. OLE color: 3504069.
HSL color Cylindrical-coordinate representation of color #C57735: hue angle of 27.5º 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 #C57735 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 53 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.23 |
| HSL | 27.5º | 0.58% | 0.49% | - |
| HSV(B) | 27.5º | 0.73% | 0.77% | - |
| XYZ | 30.27 | 25.32 | 6.66 | - |
| YUV | 134.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 53 | 0 | 0.40 | 0.73 | 0.23 | 27.5 | 0.58 | 0.49 |
| Hex | C5 | 77 | 35 | 0 | 28 | 49 | 17 | 1C | 3A | 31 |
| Octal | 305 | 167 | 65 | 0 | 50 | 111 | 27 | 34 | 72 | 61 |
| Binary | 11000101 | 1110111 | 110101 | 0 | 101000 | 1001001 | 10111 | 11100 | 111010 | 110001 |
Color Harmonies of #C57735
Complementary color
Monochromatic Colors of #C57735
Black with #C57735
Text Example
Text Example
White with #C57735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57735; }
p { color: rgb(197,119,53); }
H1.HeaderClassName
{
color: #C57735;
}
.AnyTagClassName
{
color: #C57735;
}
</style>
background-color css
<style>
a { background-color: #C57735; }
a { background-color: rgb(197,119,53); }
div.DivClassName
{
background-color: #C57735;
}
.BgClassName
{
background-color: #C57735;
}
</style>
border-color css
<style>
span { border-color: #C57735; }
span { border-color: rgb(197,119,53); }
td.TdClassName
{
border-color: #C57735;
}
.TagClassName
{
border-color: #C57735;
}
</style>