Shades of Zest #C37034
Tints of Zest #C37034
RGB
CMYK
RGB Variations
Color information
#C37034 (or 0xC37034) is known color: Zest. HEX triplet: C3, 70 and 34. RGB value is (195,112,52). Sum of RGB (Red+Green+Blue) = 195+112+52=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C37034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37034 is #3C8FCB. Grayscale: #828282. Windows color (decimal): -3968972 or 3436739. OLE color: 3436739.
HSL color Cylindrical-coordinate representation of color #C37034: hue angle of 25.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C37034 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 52 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.24 |
| HSL | 25.17º | 0.58% | 0.48% | - |
| HSV(B) | 25.17º | 0.73% | 0.76% | - |
| XYZ | 28.92 | 23.44 | 6.25 | - |
| YUV | 129.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 52 | 0 | 0.43 | 0.73 | 0.24 | 25.17 | 0.58 | 0.48 |
| Hex | C3 | 70 | 34 | 0 | 2B | 49 | 18 | 19 | 3A | 30 |
| Octal | 303 | 160 | 64 | 0 | 53 | 111 | 30 | 31 | 72 | 60 |
| Binary | 11000011 | 1110000 | 110100 | 0 | 101011 | 1001001 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C37034
Complementary color
Monochromatic Colors of #C37034
Black with #C37034
Text Example
Text Example
White with #C37034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37034; }
p { color: rgb(195,112,52); }
H1.HeaderClassName
{
color: #C37034;
}
.AnyTagClassName
{
color: #C37034;
}
</style>
background-color css
<style>
a { background-color: #C37034; }
a { background-color: rgb(195,112,52); }
div.DivClassName
{
background-color: #C37034;
}
.BgClassName
{
background-color: #C37034;
}
</style>
border-color css
<style>
span { border-color: #C37034; }
span { border-color: rgb(195,112,52); }
td.TdClassName
{
border-color: #C37034;
}
.TagClassName
{
border-color: #C37034;
}
</style>