Shades of Zest #C36C3D
Tints of Zest #C36C3D
RGB
CMYK
RGB Variations
Color information
#C36C3D (or 0xC36C3D) is known color: Zest. HEX triplet: C3, 6C and 3D. RGB value is (195,108,61). Sum of RGB (Red+Green+Blue) = 195+108+61=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C3D is #3C93C2. Grayscale: #808080. Windows color (decimal): -3969987 or 4025539. OLE color: 4025539.
HSL color Cylindrical-coordinate representation of color #C36C3D: hue angle of 21.04º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C36C3D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 61 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.24 |
| HSL | 21.04º | 0.53% | 0.5% | - |
| HSV(B) | 21.04º | 0.69% | 0.76% | - |
| XYZ | 28.71 | 22.66 | 7.28 | - |
| YUV | 128.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 61 | 0 | 0.45 | 0.69 | 0.24 | 21.04 | 0.53 | 0.5 |
| Hex | C3 | 6C | 3D | 0 | 2D | 45 | 18 | 15 | 35 | 32 |
| Octal | 303 | 154 | 75 | 0 | 55 | 105 | 30 | 25 | 65 | 62 |
| Binary | 11000011 | 1101100 | 111101 | 0 | 101101 | 1000101 | 11000 | 10101 | 110101 | 110010 |
Color Harmonies of #C36C3D
Complementary color
Monochromatic Colors of #C36C3D
Black with #C36C3D
Text Example
Text Example
White with #C36C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C3D; }
p { color: rgb(195,108,61); }
H1.HeaderClassName
{
color: #C36C3D;
}
.AnyTagClassName
{
color: #C36C3D;
}
</style>
background-color css
<style>
a { background-color: #C36C3D; }
a { background-color: rgb(195,108,61); }
div.DivClassName
{
background-color: #C36C3D;
}
.BgClassName
{
background-color: #C36C3D;
}
</style>
border-color css
<style>
span { border-color: #C36C3D; }
span { border-color: rgb(195,108,61); }
td.TdClassName
{
border-color: #C36C3D;
}
.TagClassName
{
border-color: #C36C3D;
}
</style>