Shades of Zest #C57438
Tints of Zest #C57438
RGB
CMYK
RGB Variations
Color information
#C57438 (or 0xC57438) is known color: Zest. HEX triplet: C5, 74 and 38. RGB value is (197,116,56). Sum of RGB (Red+Green+Blue) = 197+116+56=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C57438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57438 is #3A8BC7. Grayscale: #858585. Windows color (decimal): -3836872 or 3699909. OLE color: 3699909.
HSL color Cylindrical-coordinate representation of color #C57438: hue angle of 25.53º 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 #C57438 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 56 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.23 |
| HSL | 25.53º | 0.56% | 0.5% | - |
| HSV(B) | 25.53º | 0.72% | 0.77% | - |
| XYZ | 29.99 | 24.65 | 6.92 | - |
| YUV | 133.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 56 | 0 | 0.41 | 0.72 | 0.23 | 25.53 | 0.56 | 0.5 |
| Hex | C5 | 74 | 38 | 0 | 29 | 48 | 17 | 1A | 38 | 32 |
| Octal | 305 | 164 | 70 | 0 | 51 | 110 | 27 | 32 | 70 | 62 |
| Binary | 11000101 | 1110100 | 111000 | 0 | 101001 | 1001000 | 10111 | 11010 | 111000 | 110010 |
Color Harmonies of #C57438
Complementary color
Monochromatic Colors of #C57438
Black with #C57438
Text Example
Text Example
White with #C57438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57438; }
p { color: rgb(197,116,56); }
H1.HeaderClassName
{
color: #C57438;
}
.AnyTagClassName
{
color: #C57438;
}
</style>
background-color css
<style>
a { background-color: #C57438; }
a { background-color: rgb(197,116,56); }
div.DivClassName
{
background-color: #C57438;
}
.BgClassName
{
background-color: #C57438;
}
</style>
border-color css
<style>
span { border-color: #C57438; }
span { border-color: rgb(197,116,56); }
td.TdClassName
{
border-color: #C57438;
}
.TagClassName
{
border-color: #C57438;
}
</style>