Shades of Zest #C37540
Tints of Zest #C37540
RGB
CMYK
RGB Variations
Color information
#C37540 (or 0xC37540) is known color: Zest. HEX triplet: C3, 75 and 40. RGB value is (195,117,64). Sum of RGB (Red+Green+Blue) = 195+117+64=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37540 is #3C8ABF. Grayscale: #868686. Windows color (decimal): -3967680 or 4224451. OLE color: 4224451.
HSL color Cylindrical-coordinate representation of color #C37540: hue angle of 24.27º 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 #C37540 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 64 | - |
| CMYK | 0 | 0.4 | 0.67 | 0.24 |
| HSL | 24.27º | 0.52% | 0.51% | - |
| HSV(B) | 24.27º | 0.67% | 0.76% | - |
| XYZ | 29.79 | 24.69 | 8.05 | - |
| YUV | 134.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 64 | 0 | 0.4 | 0.67 | 0.24 | 24.27 | 0.52 | 0.51 |
| Hex | C3 | 75 | 40 | 0 | 28 | 43 | 18 | 18 | 34 | 33 |
| Octal | 303 | 165 | 100 | 0 | 50 | 103 | 30 | 30 | 64 | 63 |
| Binary | 11000011 | 1110101 | 1000000 | 0 | 101000 | 1000011 | 11000 | 11000 | 110100 | 110011 |
Color Harmonies of #C37540
Complementary color
Monochromatic Colors of #C37540
Black with #C37540
Text Example
Text Example
White with #C37540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37540; }
p { color: rgb(195,117,64); }
H1.HeaderClassName
{
color: #C37540;
}
.AnyTagClassName
{
color: #C37540;
}
</style>
background-color css
<style>
a { background-color: #C37540; }
a { background-color: rgb(195,117,64); }
div.DivClassName
{
background-color: #C37540;
}
.BgClassName
{
background-color: #C37540;
}
</style>
border-color css
<style>
span { border-color: #C37540; }
span { border-color: rgb(195,117,64); }
td.TdClassName
{
border-color: #C37540;
}
.TagClassName
{
border-color: #C37540;
}
</style>