Shades of Zest #C36C36
Tints of Zest #C36C36
RGB
CMYK
RGB Variations
Color information
#C36C36 (or 0xC36C36) is known color: Zest. HEX triplet: C3, 6C and 36. RGB value is (195,108,54). Sum of RGB (Red+Green+Blue) = 195+108+54=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C36 is #3C93C9. Grayscale: #808080. Windows color (decimal): -3969994 or 3566787. OLE color: 3566787.
HSL color Cylindrical-coordinate representation of color #C36C36: hue angle of 22.98º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C36C36 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 54 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.24 |
| HSL | 22.98º | 0.57% | 0.49% | - |
| HSV(B) | 22.98º | 0.72% | 0.76% | - |
| XYZ | 28.53 | 22.59 | 6.35 | - |
| YUV | 127.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 54 | 0 | 0.45 | 0.72 | 0.24 | 22.98 | 0.57 | 0.49 |
| Hex | C3 | 6C | 36 | 0 | 2D | 48 | 18 | 17 | 39 | 31 |
| Octal | 303 | 154 | 66 | 0 | 55 | 110 | 30 | 27 | 71 | 61 |
| Binary | 11000011 | 1101100 | 110110 | 0 | 101101 | 1001000 | 11000 | 10111 | 111001 | 110001 |
Color Harmonies of #C36C36
Complementary color
Monochromatic Colors of #C36C36
Black with #C36C36
Text Example
Text Example
White with #C36C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C36; }
p { color: rgb(195,108,54); }
H1.HeaderClassName
{
color: #C36C36;
}
.AnyTagClassName
{
color: #C36C36;
}
</style>
background-color css
<style>
a { background-color: #C36C36; }
a { background-color: rgb(195,108,54); }
div.DivClassName
{
background-color: #C36C36;
}
.BgClassName
{
background-color: #C36C36;
}
</style>
border-color css
<style>
span { border-color: #C36C36; }
span { border-color: rgb(195,108,54); }
td.TdClassName
{
border-color: #C36C36;
}
.TagClassName
{
border-color: #C36C36;
}
</style>