Shades of Zest #C27042
Tints of Zest #C27042
RGB
CMYK
RGB Variations
Color information
#C27042 (or 0xC27042) is known color: Zest. HEX triplet: C2, 70 and 42. RGB value is (194,112,66). Sum of RGB (Red+Green+Blue) = 194+112+66=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C27042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27042 is #3D8FBD. Grayscale: #838383. Windows color (decimal): -4034494 or 4354242. OLE color: 4354242.
HSL color Cylindrical-coordinate representation of color #C27042: hue angle of 21.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C27042 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 66 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.24 |
| HSL | 21.56º | 0.51% | 0.51% | - |
| HSV(B) | 21.56º | 0.66% | 0.76% | - |
| XYZ | 29.03 | 23.45 | 8.15 | - |
| YUV | 131.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 66 | 0 | 0.42 | 0.66 | 0.24 | 21.56 | 0.51 | 0.51 |
| Hex | C2 | 70 | 42 | 0 | 2A | 42 | 18 | 16 | 33 | 33 |
| Octal | 302 | 160 | 102 | 0 | 52 | 102 | 30 | 26 | 63 | 63 |
| Binary | 11000010 | 1110000 | 1000010 | 0 | 101010 | 1000010 | 11000 | 10110 | 110011 | 110011 |
Color Harmonies of #C27042
Complementary color
Monochromatic Colors of #C27042
Black with #C27042
Text Example
Text Example
White with #C27042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27042; }
p { color: rgb(194,112,66); }
H1.HeaderClassName
{
color: #C27042;
}
.AnyTagClassName
{
color: #C27042;
}
</style>
background-color css
<style>
a { background-color: #C27042; }
a { background-color: rgb(194,112,66); }
div.DivClassName
{
background-color: #C27042;
}
.BgClassName
{
background-color: #C27042;
}
</style>
border-color css
<style>
span { border-color: #C27042; }
span { border-color: rgb(194,112,66); }
td.TdClassName
{
border-color: #C27042;
}
.TagClassName
{
border-color: #C27042;
}
</style>