Shades of Zest #C36A40
Tints of Zest #C36A40
RGB
CMYK
RGB Variations
Color information
#C36A40 (or 0xC36A40) is known color: Zest. HEX triplet: C3, 6A and 40. RGB value is (195,106,64). Sum of RGB (Red+Green+Blue) = 195+106+64=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A40 is #3C95BF. Grayscale: #808080. Windows color (decimal): -3970496 or 4221635. OLE color: 4221635.
HSL color Cylindrical-coordinate representation of color #C36A40: hue angle of 19.24º 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 #C36A40 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 64 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.24 |
| HSL | 19.24º | 0.52% | 0.51% | - |
| HSV(B) | 19.24º | 0.67% | 0.76% | - |
| XYZ | 28.59 | 22.28 | 7.64 | - |
| YUV | 127.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 64 | 0 | 0.46 | 0.67 | 0.24 | 19.24 | 0.52 | 0.51 |
| Hex | C3 | 6A | 40 | 0 | 2E | 43 | 18 | 13 | 34 | 33 |
| Octal | 303 | 152 | 100 | 0 | 56 | 103 | 30 | 23 | 64 | 63 |
| Binary | 11000011 | 1101010 | 1000000 | 0 | 101110 | 1000011 | 11000 | 10011 | 110100 | 110011 |
Color Harmonies of #C36A40
Complementary color
Monochromatic Colors of #C36A40
Black with #C36A40
Text Example
Text Example
White with #C36A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A40; }
p { color: rgb(195,106,64); }
H1.HeaderClassName
{
color: #C36A40;
}
.AnyTagClassName
{
color: #C36A40;
}
</style>
background-color css
<style>
a { background-color: #C36A40; }
a { background-color: rgb(195,106,64); }
div.DivClassName
{
background-color: #C36A40;
}
.BgClassName
{
background-color: #C36A40;
}
</style>
border-color css
<style>
span { border-color: #C36A40; }
span { border-color: rgb(195,106,64); }
td.TdClassName
{
border-color: #C36A40;
}
.TagClassName
{
border-color: #C36A40;
}
</style>