Shades of Zest #C36B40
Tints of Zest #C36B40
RGB
CMYK
RGB Variations
Color information
#C36B40 (or 0xC36B40) is known color: Zest. HEX triplet: C3, 6B and 40. RGB value is (195,107,64). Sum of RGB (Red+Green+Blue) = 195+107+64=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B40 is #3C94BF. Grayscale: #808080. Windows color (decimal): -3970240 or 4221891. OLE color: 4221891.
HSL color Cylindrical-coordinate representation of color #C36B40: hue angle of 19.69º 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 #C36B40 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 64 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.24 |
| HSL | 19.69º | 0.52% | 0.51% | - |
| HSV(B) | 19.69º | 0.67% | 0.76% | - |
| XYZ | 28.69 | 22.49 | 7.68 | - |
| YUV | 128.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 64 | 0 | 0.45 | 0.67 | 0.24 | 19.69 | 0.52 | 0.51 |
| Hex | C3 | 6B | 40 | 0 | 2D | 43 | 18 | 14 | 34 | 33 |
| Octal | 303 | 153 | 100 | 0 | 55 | 103 | 30 | 24 | 64 | 63 |
| Binary | 11000011 | 1101011 | 1000000 | 0 | 101101 | 1000011 | 11000 | 10100 | 110100 | 110011 |
Color Harmonies of #C36B40
Complementary color
Monochromatic Colors of #C36B40
Black with #C36B40
Text Example
Text Example
White with #C36B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B40; }
p { color: rgb(195,107,64); }
H1.HeaderClassName
{
color: #C36B40;
}
.AnyTagClassName
{
color: #C36B40;
}
</style>
background-color css
<style>
a { background-color: #C36B40; }
a { background-color: rgb(195,107,64); }
div.DivClassName
{
background-color: #C36B40;
}
.BgClassName
{
background-color: #C36B40;
}
</style>
border-color css
<style>
span { border-color: #C36B40; }
span { border-color: rgb(195,107,64); }
td.TdClassName
{
border-color: #C36B40;
}
.TagClassName
{
border-color: #C36B40;
}
</style>