Shades of Zest #C57334
Tints of Zest #C57334
RGB
CMYK
RGB Variations
Color information
#C57334 (or 0xC57334) is known color: Zest. HEX triplet: C5, 73 and 34. RGB value is (197,115,52). Sum of RGB (Red+Green+Blue) = 197+115+52=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C57334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57334 is #3A8CCB. Grayscale: #848484. Windows color (decimal): -3837132 or 3437509. OLE color: 3437509.
HSL color Cylindrical-coordinate representation of color #C57334: hue angle of 26.07º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57334 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 52 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.23 |
| HSL | 26.07º | 0.58% | 0.49% | - |
| HSV(B) | 26.07º | 0.74% | 0.77% | - |
| XYZ | 29.78 | 24.38 | 6.39 | - |
| YUV | 132.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 52 | 0 | 0.42 | 0.74 | 0.23 | 26.07 | 0.58 | 0.49 |
| Hex | C5 | 73 | 34 | 0 | 2A | 4A | 17 | 1A | 3A | 31 |
| Octal | 305 | 163 | 64 | 0 | 52 | 112 | 27 | 32 | 72 | 61 |
| Binary | 11000101 | 1110011 | 110100 | 0 | 101010 | 1001010 | 10111 | 11010 | 111010 | 110001 |
Color Harmonies of #C57334
Complementary color
Monochromatic Colors of #C57334
Black with #C57334
Text Example
Text Example
White with #C57334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57334; }
p { color: rgb(197,115,52); }
H1.HeaderClassName
{
color: #C57334;
}
.AnyTagClassName
{
color: #C57334;
}
</style>
background-color css
<style>
a { background-color: #C57334; }
a { background-color: rgb(197,115,52); }
div.DivClassName
{
background-color: #C57334;
}
.BgClassName
{
background-color: #C57334;
}
</style>
border-color css
<style>
span { border-color: #C57334; }
span { border-color: rgb(197,115,52); }
td.TdClassName
{
border-color: #C57334;
}
.TagClassName
{
border-color: #C57334;
}
</style>