Shades of Zest #C57541
Tints of Zest #C57541
RGB
CMYK
RGB Variations
Color information
#C57541 (or 0xC57541) is known color: Zest. HEX triplet: C5, 75 and 41. RGB value is (197,117,65). Sum of RGB (Red+Green+Blue) = 197+117+65=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C57541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57541 is #3A8ABE. Grayscale: #878787. Windows color (decimal): -3836607 or 4289989. OLE color: 4289989.
HSL color Cylindrical-coordinate representation of color #C57541: hue angle of 23.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C57541 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 65 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.23 |
| HSL | 23.64º | 0.53% | 0.51% | - |
| HSV(B) | 23.64º | 0.67% | 0.77% | - |
| XYZ | 30.34 | 24.97 | 8.22 | - |
| YUV | 134.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 65 | 0 | 0.41 | 0.67 | 0.23 | 23.64 | 0.53 | 0.51 |
| Hex | C5 | 75 | 41 | 0 | 29 | 43 | 17 | 18 | 35 | 33 |
| Octal | 305 | 165 | 101 | 0 | 51 | 103 | 27 | 30 | 65 | 63 |
| Binary | 11000101 | 1110101 | 1000001 | 0 | 101001 | 1000011 | 10111 | 11000 | 110101 | 110011 |
Color Harmonies of #C57541
Complementary color
Monochromatic Colors of #C57541
Black with #C57541
Text Example
Text Example
White with #C57541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57541; }
p { color: rgb(197,117,65); }
H1.HeaderClassName
{
color: #C57541;
}
.AnyTagClassName
{
color: #C57541;
}
</style>
background-color css
<style>
a { background-color: #C57541; }
a { background-color: rgb(197,117,65); }
div.DivClassName
{
background-color: #C57541;
}
.BgClassName
{
background-color: #C57541;
}
</style>
border-color css
<style>
span { border-color: #C57541; }
span { border-color: rgb(197,117,65); }
td.TdClassName
{
border-color: #C57541;
}
.TagClassName
{
border-color: #C57541;
}
</style>