Shades of Zest #C37441
Tints of Zest #C37441
RGB
CMYK
RGB Variations
Color information
#C37441 (or 0xC37441) is known color: Zest. HEX triplet: C3, 74 and 41. RGB value is (195,116,65). Sum of RGB (Red+Green+Blue) = 195+116+65=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37441 is #3C8BBE. Grayscale: #868686. Windows color (decimal): -3967935 or 4289731. OLE color: 4289731.
HSL color Cylindrical-coordinate representation of color #C37441: hue angle of 23.54º 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 #C37441 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 65 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.24 |
| HSL | 23.54º | 0.52% | 0.51% | - |
| HSV(B) | 23.54º | 0.67% | 0.76% | - |
| XYZ | 29.71 | 24.47 | 8.16 | - |
| YUV | 133.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 65 | 0 | 0.41 | 0.67 | 0.24 | 23.54 | 0.52 | 0.51 |
| Hex | C3 | 74 | 41 | 0 | 29 | 43 | 18 | 18 | 34 | 33 |
| Octal | 303 | 164 | 101 | 0 | 51 | 103 | 30 | 30 | 64 | 63 |
| Binary | 11000011 | 1110100 | 1000001 | 0 | 101001 | 1000011 | 11000 | 11000 | 110100 | 110011 |
Color Harmonies of #C37441
Complementary color
Monochromatic Colors of #C37441
Black with #C37441
Text Example
Text Example
White with #C37441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37441; }
p { color: rgb(195,116,65); }
H1.HeaderClassName
{
color: #C37441;
}
.AnyTagClassName
{
color: #C37441;
}
</style>
background-color css
<style>
a { background-color: #C37441; }
a { background-color: rgb(195,116,65); }
div.DivClassName
{
background-color: #C37441;
}
.BgClassName
{
background-color: #C37441;
}
</style>
border-color css
<style>
span { border-color: #C37441; }
span { border-color: rgb(195,116,65); }
td.TdClassName
{
border-color: #C37441;
}
.TagClassName
{
border-color: #C37441;
}
</style>