Shades of Zest #C37238
Tints of Zest #C37238
RGB
CMYK
RGB Variations
Color information
#C37238 (or 0xC37238) is known color: Zest. HEX triplet: C3, 72 and 38. RGB value is (195,114,56). Sum of RGB (Red+Green+Blue) = 195+114+56=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37238 is #3C8DC7. Grayscale: #838383. Windows color (decimal): -3968456 or 3699395. OLE color: 3699395.
HSL color Cylindrical-coordinate representation of color #C37238: hue angle of 25.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C37238 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 56 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.24 |
| HSL | 25.04º | 0.55% | 0.49% | - |
| HSV(B) | 25.04º | 0.71% | 0.76% | - |
| XYZ | 29.24 | 23.92 | 6.82 | - |
| YUV | 131.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 56 | 0 | 0.42 | 0.71 | 0.24 | 25.04 | 0.55 | 0.49 |
| Hex | C3 | 72 | 38 | 0 | 2A | 47 | 18 | 19 | 37 | 31 |
| Octal | 303 | 162 | 70 | 0 | 52 | 107 | 30 | 31 | 67 | 61 |
| Binary | 11000011 | 1110010 | 111000 | 0 | 101010 | 1000111 | 11000 | 11001 | 110111 | 110001 |
Color Harmonies of #C37238
Complementary color
Monochromatic Colors of #C37238
Black with #C37238
Text Example
Text Example
White with #C37238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37238; }
p { color: rgb(195,114,56); }
H1.HeaderClassName
{
color: #C37238;
}
.AnyTagClassName
{
color: #C37238;
}
</style>
background-color css
<style>
a { background-color: #C37238; }
a { background-color: rgb(195,114,56); }
div.DivClassName
{
background-color: #C37238;
}
.BgClassName
{
background-color: #C37238;
}
</style>
border-color css
<style>
span { border-color: #C37238; }
span { border-color: rgb(195,114,56); }
td.TdClassName
{
border-color: #C37238;
}
.TagClassName
{
border-color: #C37238;
}
</style>