Shades of Zest #C36D38
Tints of Zest #C36D38
RGB
CMYK
RGB Variations
Color information
#C36D38 (or 0xC36D38) is known color: Zest. HEX triplet: C3, 6D and 38. RGB value is (195,109,56). Sum of RGB (Red+Green+Blue) = 195+109+56=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D38 is #3C92C7. Grayscale: #808080. Windows color (decimal): -3969736 or 3698115. OLE color: 3698115.
HSL color Cylindrical-coordinate representation of color #C36D38: hue angle of 22.88º 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 #C36D38 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 56 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.24 |
| HSL | 22.88º | 0.55% | 0.49% | - |
| HSV(B) | 22.88º | 0.71% | 0.76% | - |
| XYZ | 28.69 | 22.82 | 6.63 | - |
| YUV | 128.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 56 | 0 | 0.44 | 0.71 | 0.24 | 22.88 | 0.55 | 0.49 |
| Hex | C3 | 6D | 38 | 0 | 2C | 47 | 18 | 17 | 37 | 31 |
| Octal | 303 | 155 | 70 | 0 | 54 | 107 | 30 | 27 | 67 | 61 |
| Binary | 11000011 | 1101101 | 111000 | 0 | 101100 | 1000111 | 11000 | 10111 | 110111 | 110001 |
Color Harmonies of #C36D38
Complementary color
Monochromatic Colors of #C36D38
Black with #C36D38
Text Example
Text Example
White with #C36D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D38; }
p { color: rgb(195,109,56); }
H1.HeaderClassName
{
color: #C36D38;
}
.AnyTagClassName
{
color: #C36D38;
}
</style>
background-color css
<style>
a { background-color: #C36D38; }
a { background-color: rgb(195,109,56); }
div.DivClassName
{
background-color: #C36D38;
}
.BgClassName
{
background-color: #C36D38;
}
</style>
border-color css
<style>
span { border-color: #C36D38; }
span { border-color: rgb(195,109,56); }
td.TdClassName
{
border-color: #C36D38;
}
.TagClassName
{
border-color: #C36D38;
}
</style>