Shades of Zest #C57545
Tints of Zest #C57545
RGB
CMYK
RGB Variations
Color information
#C57545 (or 0xC57545) is known color: Zest. HEX triplet: C5, 75 and 45. RGB value is (197,117,69). Sum of RGB (Red+Green+Blue) = 197+117+69=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57545 is #3A8ABA. Grayscale: #878787. Windows color (decimal): -3836603 or 4552133. OLE color: 4552133.
HSL color Cylindrical-coordinate representation of color #C57545: hue angle of 22.5º 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 #C57545 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 69 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.23 |
| HSL | 22.5º | 0.52% | 0.52% | - |
| HSV(B) | 22.5º | 0.65% | 0.77% | - |
| XYZ | 30.46 | 25.02 | 8.85 | - |
| YUV | 135.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 69 | 0 | 0.41 | 0.65 | 0.23 | 22.5 | 0.52 | 0.52 |
| Hex | C5 | 75 | 45 | 0 | 29 | 41 | 17 | 16 | 34 | 34 |
| Octal | 305 | 165 | 105 | 0 | 51 | 101 | 27 | 26 | 64 | 64 |
| Binary | 11000101 | 1110101 | 1000101 | 0 | 101001 | 1000001 | 10111 | 10110 | 110100 | 110100 |
Color Harmonies of #C57545
Complementary color
Monochromatic Colors of #C57545
Black with #C57545
Text Example
Text Example
White with #C57545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57545; }
p { color: rgb(197,117,69); }
H1.HeaderClassName
{
color: #C57545;
}
.AnyTagClassName
{
color: #C57545;
}
</style>
background-color css
<style>
a { background-color: #C57545; }
a { background-color: rgb(197,117,69); }
div.DivClassName
{
background-color: #C57545;
}
.BgClassName
{
background-color: #C57545;
}
</style>
border-color css
<style>
span { border-color: #C57545; }
span { border-color: rgb(197,117,69); }
td.TdClassName
{
border-color: #C57545;
}
.TagClassName
{
border-color: #C57545;
}
</style>