Shades of Zest #C37336
Tints of Zest #C37336
RGB
CMYK
RGB Variations
Color information
#C37336 (or 0xC37336) is known color: Zest. HEX triplet: C3, 73 and 36. RGB value is (195,115,54). Sum of RGB (Red+Green+Blue) = 195+115+54=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C37336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37336 is #3C8CC9. Grayscale: #848484. Windows color (decimal): -3968202 or 3568579. OLE color: 3568579.
HSL color Cylindrical-coordinate representation of color #C37336: hue angle of 25.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C37336 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 54 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.24 |
| HSL | 25.96º | 0.57% | 0.49% | - |
| HSV(B) | 25.96º | 0.72% | 0.76% | - |
| XYZ | 29.3 | 24.13 | 6.6 | - |
| YUV | 131.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 54 | 0 | 0.41 | 0.72 | 0.24 | 25.96 | 0.57 | 0.49 |
| Hex | C3 | 73 | 36 | 0 | 29 | 48 | 18 | 1A | 39 | 31 |
| Octal | 303 | 163 | 66 | 0 | 51 | 110 | 30 | 32 | 71 | 61 |
| Binary | 11000011 | 1110011 | 110110 | 0 | 101001 | 1001000 | 11000 | 11010 | 111001 | 110001 |
Color Harmonies of #C37336
Complementary color
Monochromatic Colors of #C37336
Black with #C37336
Text Example
Text Example
White with #C37336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37336; }
p { color: rgb(195,115,54); }
H1.HeaderClassName
{
color: #C37336;
}
.AnyTagClassName
{
color: #C37336;
}
</style>
background-color css
<style>
a { background-color: #C37336; }
a { background-color: rgb(195,115,54); }
div.DivClassName
{
background-color: #C37336;
}
.BgClassName
{
background-color: #C37336;
}
</style>
border-color css
<style>
span { border-color: #C37336; }
span { border-color: rgb(195,115,54); }
td.TdClassName
{
border-color: #C37336;
}
.TagClassName
{
border-color: #C37336;
}
</style>