Shades of Zest #C27346
Tints of Zest #C27346
RGB
CMYK
RGB Variations
Color information
#C27346 (or 0xC27346) is known color: Zest. HEX triplet: C2, 73 and 46. RGB value is (194,115,70). Sum of RGB (Red+Green+Blue) = 194+115+70=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27346 is #3D8CB9. Grayscale: #858585. Windows color (decimal): -4033722 or 4617154. OLE color: 4617154.
HSL color Cylindrical-coordinate representation of color #C27346: hue angle of 21.77º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C27346 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 70 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.24 |
| HSL | 21.77º | 0.5% | 0.52% | - |
| HSV(B) | 21.77º | 0.64% | 0.76% | - |
| XYZ | 29.48 | 24.17 | 8.91 | - |
| YUV | 133.49 | 92.17 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 70 | 0 | 0.41 | 0.64 | 0.24 | 21.77 | 0.5 | 0.52 |
| Hex | C2 | 73 | 46 | 0 | 29 | 40 | 18 | 16 | 32 | 34 |
| Octal | 302 | 163 | 106 | 0 | 51 | 100 | 30 | 26 | 62 | 64 |
| Binary | 11000010 | 1110011 | 1000110 | 0 | 101001 | 1000000 | 11000 | 10110 | 110010 | 110100 |
Color Harmonies of #C27346
Complementary color
Monochromatic Colors of #C27346
Black with #C27346
Text Example
Text Example
White with #C27346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27346; }
p { color: rgb(194,115,70); }
H1.HeaderClassName
{
color: #C27346;
}
.AnyTagClassName
{
color: #C27346;
}
</style>
background-color css
<style>
a { background-color: #C27346; }
a { background-color: rgb(194,115,70); }
div.DivClassName
{
background-color: #C27346;
}
.BgClassName
{
background-color: #C27346;
}
</style>
border-color css
<style>
span { border-color: #C27346; }
span { border-color: rgb(194,115,70); }
td.TdClassName
{
border-color: #C27346;
}
.TagClassName
{
border-color: #C27346;
}
</style>