Shades of Zest #C36C3C
Tints of Zest #C36C3C
RGB
CMYK
RGB Variations
Color information
#C36C3C (or 0xC36C3C) is known color: Zest. HEX triplet: C3, 6C and 3C. RGB value is (195,108,60). Sum of RGB (Red+Green+Blue) = 195+108+60=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C3C is #3C93C3. Grayscale: #808080. Windows color (decimal): -3969988 or 3960003. OLE color: 3960003.
HSL color Cylindrical-coordinate representation of color #C36C3C: hue angle of 21.33º 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 #C36C3C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 60 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.24 |
| HSL | 21.33º | 0.53% | 0.5% | - |
| HSV(B) | 21.33º | 0.69% | 0.76% | - |
| XYZ | 28.68 | 22.65 | 7.14 | - |
| YUV | 128.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 60 | 0 | 0.45 | 0.69 | 0.24 | 21.33 | 0.53 | 0.5 |
| Hex | C3 | 6C | 3C | 0 | 2D | 45 | 18 | 15 | 35 | 32 |
| Octal | 303 | 154 | 74 | 0 | 55 | 105 | 30 | 25 | 65 | 62 |
| Binary | 11000011 | 1101100 | 111100 | 0 | 101101 | 1000101 | 11000 | 10101 | 110101 | 110010 |
Color Harmonies of #C36C3C
Complementary color
Monochromatic Colors of #C36C3C
Black with #C36C3C
Text Example
Text Example
White with #C36C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C3C; }
p { color: rgb(195,108,60); }
H1.HeaderClassName
{
color: #C36C3C;
}
.AnyTagClassName
{
color: #C36C3C;
}
</style>
background-color css
<style>
a { background-color: #C36C3C; }
a { background-color: rgb(195,108,60); }
div.DivClassName
{
background-color: #C36C3C;
}
.BgClassName
{
background-color: #C36C3C;
}
</style>
border-color css
<style>
span { border-color: #C36C3C; }
span { border-color: rgb(195,108,60); }
td.TdClassName
{
border-color: #C36C3C;
}
.TagClassName
{
border-color: #C36C3C;
}
</style>