Shades of Zest #C57138
Tints of Zest #C57138
RGB
CMYK
RGB Variations
Color information
#C57138 (or 0xC57138) is known color: Zest. HEX triplet: C5, 71 and 38. RGB value is (197,113,56). Sum of RGB (Red+Green+Blue) = 197+113+56=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C57138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57138 is #3A8EC7. Grayscale: #838383. Windows color (decimal): -3837640 or 3699141. OLE color: 3699141.
HSL color Cylindrical-coordinate representation of color #C57138: hue angle of 24.26º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C57138 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 56 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.23 |
| HSL | 24.26º | 0.56% | 0.5% | - |
| HSV(B) | 24.26º | 0.72% | 0.77% | - |
| XYZ | 29.64 | 23.97 | 6.8 | - |
| YUV | 131.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 56 | 0 | 0.43 | 0.72 | 0.23 | 24.26 | 0.56 | 0.5 |
| Hex | C5 | 71 | 38 | 0 | 2B | 48 | 17 | 18 | 38 | 32 |
| Octal | 305 | 161 | 70 | 0 | 53 | 110 | 27 | 30 | 70 | 62 |
| Binary | 11000101 | 1110001 | 111000 | 0 | 101011 | 1001000 | 10111 | 11000 | 111000 | 110010 |
Color Harmonies of #C57138
Complementary color
Monochromatic Colors of #C57138
Black with #C57138
Text Example
Text Example
White with #C57138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57138; }
p { color: rgb(197,113,56); }
H1.HeaderClassName
{
color: #C57138;
}
.AnyTagClassName
{
color: #C57138;
}
</style>
background-color css
<style>
a { background-color: #C57138; }
a { background-color: rgb(197,113,56); }
div.DivClassName
{
background-color: #C57138;
}
.BgClassName
{
background-color: #C57138;
}
</style>
border-color css
<style>
span { border-color: #C57138; }
span { border-color: rgb(197,113,56); }
td.TdClassName
{
border-color: #C57138;
}
.TagClassName
{
border-color: #C57138;
}
</style>