Shades of Zest #C36C42
Tints of Zest #C36C42
RGB
CMYK
RGB Variations
Color information
#C36C42 (or 0xC36C42) is known color: Zest. HEX triplet: C3, 6C and 42. RGB value is (195,108,66). Sum of RGB (Red+Green+Blue) = 195+108+66=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C42 is #3C93BD. Grayscale: #818181. Windows color (decimal): -3969982 or 4353219. OLE color: 4353219.
HSL color Cylindrical-coordinate representation of color #C36C42: hue angle of 19.53º 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 #C36C42 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 66 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.24 |
| HSL | 19.53º | 0.52% | 0.51% | - |
| HSV(B) | 19.53º | 0.66% | 0.76% | - |
| XYZ | 28.85 | 22.72 | 8.02 | - |
| YUV | 129.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 66 | 0 | 0.45 | 0.66 | 0.24 | 19.53 | 0.52 | 0.51 |
| Hex | C3 | 6C | 42 | 0 | 2D | 42 | 18 | 14 | 34 | 33 |
| Octal | 303 | 154 | 102 | 0 | 55 | 102 | 30 | 24 | 64 | 63 |
| Binary | 11000011 | 1101100 | 1000010 | 0 | 101101 | 1000010 | 11000 | 10100 | 110100 | 110011 |
Color Harmonies of #C36C42
Complementary color
Monochromatic Colors of #C36C42
Black with #C36C42
Text Example
Text Example
White with #C36C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C42; }
p { color: rgb(195,108,66); }
H1.HeaderClassName
{
color: #C36C42;
}
.AnyTagClassName
{
color: #C36C42;
}
</style>
background-color css
<style>
a { background-color: #C36C42; }
a { background-color: rgb(195,108,66); }
div.DivClassName
{
background-color: #C36C42;
}
.BgClassName
{
background-color: #C36C42;
}
</style>
border-color css
<style>
span { border-color: #C36C42; }
span { border-color: rgb(195,108,66); }
td.TdClassName
{
border-color: #C36C42;
}
.TagClassName
{
border-color: #C36C42;
}
</style>