Shades of Zest #C57345
Tints of Zest #C57345
RGB
CMYK
RGB Variations
Color information
#C57345 (or 0xC57345) is known color: Zest. HEX triplet: C5, 73 and 45. RGB value is (197,115,69). Sum of RGB (Red+Green+Blue) = 197+115+69=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C57345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57345 is #3A8CBA. Grayscale: #868686. Windows color (decimal): -3837115 or 4551621. OLE color: 4551621.
HSL color Cylindrical-coordinate representation of color #C57345: hue angle of 21.56º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C57345 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 69 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.23 |
| HSL | 21.56º | 0.52% | 0.52% | - |
| HSV(B) | 21.56º | 0.65% | 0.77% | - |
| XYZ | 30.23 | 24.56 | 8.78 | - |
| YUV | 134.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 69 | 0 | 0.42 | 0.65 | 0.23 | 21.56 | 0.52 | 0.52 |
| Hex | C5 | 73 | 45 | 0 | 2A | 41 | 17 | 16 | 34 | 34 |
| Octal | 305 | 163 | 105 | 0 | 52 | 101 | 27 | 26 | 64 | 64 |
| Binary | 11000101 | 1110011 | 1000101 | 0 | 101010 | 1000001 | 10111 | 10110 | 110100 | 110100 |
Color Harmonies of #C57345
Complementary color
Monochromatic Colors of #C57345
Black with #C57345
Text Example
Text Example
White with #C57345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57345; }
p { color: rgb(197,115,69); }
H1.HeaderClassName
{
color: #C57345;
}
.AnyTagClassName
{
color: #C57345;
}
</style>
background-color css
<style>
a { background-color: #C57345; }
a { background-color: rgb(197,115,69); }
div.DivClassName
{
background-color: #C57345;
}
.BgClassName
{
background-color: #C57345;
}
</style>
border-color css
<style>
span { border-color: #C57345; }
span { border-color: rgb(197,115,69); }
td.TdClassName
{
border-color: #C57345;
}
.TagClassName
{
border-color: #C57345;
}
</style>