Shades of Zest #C37140
Tints of Zest #C37140
RGB
CMYK
RGB Variations
Color information
#C37140 (or 0xC37140) is known color: Zest. HEX triplet: C3, 71 and 40. RGB value is (195,113,64). Sum of RGB (Red+Green+Blue) = 195+113+64=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C37140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37140 is #3C8EBF. Grayscale: #848484. Windows color (decimal): -3968704 or 4223427. OLE color: 4223427.
HSL color Cylindrical-coordinate representation of color #C37140: hue angle of 22.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37140 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 64 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.24 |
| HSL | 22.44º | 0.52% | 0.51% | - |
| HSV(B) | 22.44º | 0.67% | 0.76% | - |
| XYZ | 29.34 | 23.78 | 7.89 | - |
| YUV | 131.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 64 | 0 | 0.42 | 0.67 | 0.24 | 22.44 | 0.52 | 0.51 |
| Hex | C3 | 71 | 40 | 0 | 2A | 43 | 18 | 16 | 34 | 33 |
| Octal | 303 | 161 | 100 | 0 | 52 | 103 | 30 | 26 | 64 | 63 |
| Binary | 11000011 | 1110001 | 1000000 | 0 | 101010 | 1000011 | 11000 | 10110 | 110100 | 110011 |
Color Harmonies of #C37140
Complementary color
Monochromatic Colors of #C37140
Black with #C37140
Text Example
Text Example
White with #C37140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37140; }
p { color: rgb(195,113,64); }
H1.HeaderClassName
{
color: #C37140;
}
.AnyTagClassName
{
color: #C37140;
}
</style>
background-color css
<style>
a { background-color: #C37140; }
a { background-color: rgb(195,113,64); }
div.DivClassName
{
background-color: #C37140;
}
.BgClassName
{
background-color: #C37140;
}
</style>
border-color css
<style>
span { border-color: #C37140; }
span { border-color: rgb(195,113,64); }
td.TdClassName
{
border-color: #C37140;
}
.TagClassName
{
border-color: #C37140;
}
</style>