Shades of Zest #C37037
Tints of Zest #C37037
RGB
CMYK
RGB Variations
Color information
#C37037 (or 0xC37037) is known color: Zest. HEX triplet: C3, 70 and 37. RGB value is (195,112,55). Sum of RGB (Red+Green+Blue) = 195+112+55=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C37037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37037 is #3C8FC8. Grayscale: #828282. Windows color (decimal): -3968969 or 3633347. OLE color: 3633347.
HSL color Cylindrical-coordinate representation of color #C37037: hue angle of 24.43º degrees, saturation: 0.56, 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 #C37037 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 55 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.24 |
| HSL | 24.43º | 0.56% | 0.49% | - |
| HSV(B) | 24.43º | 0.72% | 0.76% | - |
| XYZ | 28.99 | 23.47 | 6.62 | - |
| YUV | 130.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 55 | 0 | 0.43 | 0.72 | 0.24 | 24.43 | 0.56 | 0.49 |
| Hex | C3 | 70 | 37 | 0 | 2B | 48 | 18 | 18 | 38 | 31 |
| Octal | 303 | 160 | 67 | 0 | 53 | 110 | 30 | 30 | 70 | 61 |
| Binary | 11000011 | 1110000 | 110111 | 0 | 101011 | 1001000 | 11000 | 11000 | 111000 | 110001 |
Color Harmonies of #C37037
Complementary color
Monochromatic Colors of #C37037
Black with #C37037
Text Example
Text Example
White with #C37037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37037; }
p { color: rgb(195,112,55); }
H1.HeaderClassName
{
color: #C37037;
}
.AnyTagClassName
{
color: #C37037;
}
</style>
background-color css
<style>
a { background-color: #C37037; }
a { background-color: rgb(195,112,55); }
div.DivClassName
{
background-color: #C37037;
}
.BgClassName
{
background-color: #C37037;
}
</style>
border-color css
<style>
span { border-color: #C37037; }
span { border-color: rgb(195,112,55); }
td.TdClassName
{
border-color: #C37037;
}
.TagClassName
{
border-color: #C37037;
}
</style>