Shades of Zest #C57646
Tints of Zest #C57646
RGB
CMYK
RGB Variations
Color information
#C57646 (or 0xC57646) is known color: Zest. HEX triplet: C5, 76 and 46. RGB value is (197,118,70). Sum of RGB (Red+Green+Blue) = 197+118+70=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C57646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57646 is #3A89B9. Grayscale: #888888. Windows color (decimal): -3836346 or 4617925. OLE color: 4617925.
HSL color Cylindrical-coordinate representation of color #C57646: hue angle of 22.68º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C57646 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 70 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.23 |
| HSL | 22.68º | 0.52% | 0.52% | - |
| HSV(B) | 22.68º | 0.64% | 0.77% | - |
| XYZ | 30.61 | 25.27 | 9.06 | - |
| YUV | 136.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 70 | 0 | 0.40 | 0.64 | 0.23 | 22.68 | 0.52 | 0.52 |
| Hex | C5 | 76 | 46 | 0 | 28 | 40 | 17 | 17 | 34 | 34 |
| Octal | 305 | 166 | 106 | 0 | 50 | 100 | 27 | 27 | 64 | 64 |
| Binary | 11000101 | 1110110 | 1000110 | 0 | 101000 | 1000000 | 10111 | 10111 | 110100 | 110100 |
Color Harmonies of #C57646
Complementary color
Monochromatic Colors of #C57646
Black with #C57646
Text Example
Text Example
White with #C57646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57646; }
p { color: rgb(197,118,70); }
H1.HeaderClassName
{
color: #C57646;
}
.AnyTagClassName
{
color: #C57646;
}
</style>
background-color css
<style>
a { background-color: #C57646; }
a { background-color: rgb(197,118,70); }
div.DivClassName
{
background-color: #C57646;
}
.BgClassName
{
background-color: #C57646;
}
</style>
border-color css
<style>
span { border-color: #C57646; }
span { border-color: rgb(197,118,70); }
td.TdClassName
{
border-color: #C57646;
}
.TagClassName
{
border-color: #C57646;
}
</style>