Shades of Zest #C36B3E
Tints of Zest #C36B3E
RGB
CMYK
RGB Variations
Color information
#C36B3E (or 0xC36B3E) is known color: Zest. HEX triplet: C3, 6B and 3E. RGB value is (195,107,62). Sum of RGB (Red+Green+Blue) = 195+107+62=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B3E is #3C94C1. Grayscale: #808080. Windows color (decimal): -3970242 or 4090819. OLE color: 4090819.
HSL color Cylindrical-coordinate representation of color #C36B3E: hue angle of 20.3º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C36B3E is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 62 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.24 |
| HSL | 20.3º | 0.53% | 0.5% | - |
| HSV(B) | 20.3º | 0.68% | 0.76% | - |
| XYZ | 28.63 | 22.47 | 7.38 | - |
| YUV | 128.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 62 | 0 | 0.45 | 0.68 | 0.24 | 20.3 | 0.53 | 0.5 |
| Hex | C3 | 6B | 3E | 0 | 2D | 44 | 18 | 14 | 35 | 32 |
| Octal | 303 | 153 | 76 | 0 | 55 | 104 | 30 | 24 | 65 | 62 |
| Binary | 11000011 | 1101011 | 111110 | 0 | 101101 | 1000100 | 11000 | 10100 | 110101 | 110010 |
Color Harmonies of #C36B3E
Complementary color
Monochromatic Colors of #C36B3E
Black with #C36B3E
Text Example
Text Example
White with #C36B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B3E; }
p { color: rgb(195,107,62); }
H1.HeaderClassName
{
color: #C36B3E;
}
.AnyTagClassName
{
color: #C36B3E;
}
</style>
background-color css
<style>
a { background-color: #C36B3E; }
a { background-color: rgb(195,107,62); }
div.DivClassName
{
background-color: #C36B3E;
}
.BgClassName
{
background-color: #C36B3E;
}
</style>
border-color css
<style>
span { border-color: #C36B3E; }
span { border-color: rgb(195,107,62); }
td.TdClassName
{
border-color: #C36B3E;
}
.TagClassName
{
border-color: #C36B3E;
}
</style>