Shades of Zest #C37243
Tints of Zest #C37243
RGB
CMYK
RGB Variations
Color information
#C37243 (or 0xC37243) is known color: Zest. HEX triplet: C3, 72 and 43. RGB value is (195,114,67). Sum of RGB (Red+Green+Blue) = 195+114+67=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37243 is #3C8DBC. Grayscale: #858585. Windows color (decimal): -3968445 or 4420291. OLE color: 4420291.
HSL color Cylindrical-coordinate representation of color #C37243: hue angle of 22.03º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C37243 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 67 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.24 |
| HSL | 22.03º | 0.52% | 0.51% | - |
| HSV(B) | 22.03º | 0.66% | 0.76% | - |
| XYZ | 29.54 | 24.04 | 8.39 | - |
| YUV | 132.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 67 | 0 | 0.42 | 0.66 | 0.24 | 22.03 | 0.52 | 0.51 |
| Hex | C3 | 72 | 43 | 0 | 2A | 42 | 18 | 16 | 34 | 33 |
| Octal | 303 | 162 | 103 | 0 | 52 | 102 | 30 | 26 | 64 | 63 |
| Binary | 11000011 | 1110010 | 1000011 | 0 | 101010 | 1000010 | 11000 | 10110 | 110100 | 110011 |
Color Harmonies of #C37243
Complementary color
Monochromatic Colors of #C37243
Black with #C37243
Text Example
Text Example
White with #C37243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37243; }
p { color: rgb(195,114,67); }
H1.HeaderClassName
{
color: #C37243;
}
.AnyTagClassName
{
color: #C37243;
}
</style>
background-color css
<style>
a { background-color: #C37243; }
a { background-color: rgb(195,114,67); }
div.DivClassName
{
background-color: #C37243;
}
.BgClassName
{
background-color: #C37243;
}
</style>
border-color css
<style>
span { border-color: #C37243; }
span { border-color: rgb(195,114,67); }
td.TdClassName
{
border-color: #C37243;
}
.TagClassName
{
border-color: #C37243;
}
</style>