Shades of Zest #C57536
Tints of Zest #C57536
RGB
CMYK
RGB Variations
Color information
#C57536 (or 0xC57536) is known color: Zest. HEX triplet: C5, 75 and 36. RGB value is (197,117,54). Sum of RGB (Red+Green+Blue) = 197+117+54=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C57536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57536 is #3A8AC9. Grayscale: #868686. Windows color (decimal): -3836618 or 3569093. OLE color: 3569093.
HSL color Cylindrical-coordinate representation of color #C57536: hue angle of 26.43º degrees, saturation: 0.57, 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 #C57536 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 54 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.23 |
| HSL | 26.43º | 0.57% | 0.49% | - |
| HSV(B) | 26.43º | 0.73% | 0.77% | - |
| XYZ | 30.05 | 24.86 | 6.7 | - |
| YUV | 133.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 54 | 0 | 0.41 | 0.73 | 0.23 | 26.43 | 0.57 | 0.49 |
| Hex | C5 | 75 | 36 | 0 | 29 | 49 | 17 | 1A | 39 | 31 |
| Octal | 305 | 165 | 66 | 0 | 51 | 111 | 27 | 32 | 71 | 61 |
| Binary | 11000101 | 1110101 | 110110 | 0 | 101001 | 1001001 | 10111 | 11010 | 111001 | 110001 |
Color Harmonies of #C57536
Complementary color
Monochromatic Colors of #C57536
Black with #C57536
Text Example
Text Example
White with #C57536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57536; }
p { color: rgb(197,117,54); }
H1.HeaderClassName
{
color: #C57536;
}
.AnyTagClassName
{
color: #C57536;
}
</style>
background-color css
<style>
a { background-color: #C57536; }
a { background-color: rgb(197,117,54); }
div.DivClassName
{
background-color: #C57536;
}
.BgClassName
{
background-color: #C57536;
}
</style>
border-color css
<style>
span { border-color: #C57536; }
span { border-color: rgb(197,117,54); }
td.TdClassName
{
border-color: #C57536;
}
.TagClassName
{
border-color: #C57536;
}
</style>