Shades of Zest #C57838
Tints of Zest #C57838
RGB
CMYK
RGB Variations
Color information
#C57838 (or 0xC57838) is known color: Zest. HEX triplet: C5, 78 and 38. RGB value is (197,120,56). Sum of RGB (Red+Green+Blue) = 197+120+56=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C57838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57838 is #3A87C7. Grayscale: #888888. Windows color (decimal): -3835848 or 3700933. OLE color: 3700933.
HSL color Cylindrical-coordinate representation of color #C57838: hue angle of 27.23º 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 #C57838 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 56 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.23 |
| HSL | 27.23º | 0.56% | 0.5% | - |
| HSV(B) | 27.23º | 0.72% | 0.77% | - |
| XYZ | 30.46 | 25.59 | 7.08 | - |
| YUV | 135.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 56 | 0 | 0.39 | 0.72 | 0.23 | 27.23 | 0.56 | 0.5 |
| Hex | C5 | 78 | 38 | 0 | 27 | 48 | 17 | 1B | 38 | 32 |
| Octal | 305 | 170 | 70 | 0 | 47 | 110 | 27 | 33 | 70 | 62 |
| Binary | 11000101 | 1111000 | 111000 | 0 | 100111 | 1001000 | 10111 | 11011 | 111000 | 110010 |
Color Harmonies of #C57838
Complementary color
Monochromatic Colors of #C57838
Black with #C57838
Text Example
Text Example
White with #C57838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57838; }
p { color: rgb(197,120,56); }
H1.HeaderClassName
{
color: #C57838;
}
.AnyTagClassName
{
color: #C57838;
}
</style>
background-color css
<style>
a { background-color: #C57838; }
a { background-color: rgb(197,120,56); }
div.DivClassName
{
background-color: #C57838;
}
.BgClassName
{
background-color: #C57838;
}
</style>
border-color css
<style>
span { border-color: #C57838; }
span { border-color: rgb(197,120,56); }
td.TdClassName
{
border-color: #C57838;
}
.TagClassName
{
border-color: #C57838;
}
</style>