Shades of Zest #C27034
Tints of Zest #C27034
RGB
CMYK
RGB Variations
Color information
#C27034 (or 0xC27034) is known color: Zest. HEX triplet: C2, 70 and 34. RGB value is (194,112,52). Sum of RGB (Red+Green+Blue) = 194+112+52=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C27034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27034 is #3D8FCB. Grayscale: #828282. Windows color (decimal): -4034508 or 3436738. OLE color: 3436738.
HSL color Cylindrical-coordinate representation of color #C27034: hue angle of 25.35º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C27034 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 52 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.24 |
| HSL | 25.35º | 0.58% | 0.48% | - |
| HSV(B) | 25.35º | 0.73% | 0.76% | - |
| XYZ | 28.66 | 23.31 | 6.24 | - |
| YUV | 129.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 52 | 0 | 0.42 | 0.73 | 0.24 | 25.35 | 0.58 | 0.48 |
| Hex | C2 | 70 | 34 | 0 | 2A | 49 | 18 | 19 | 3A | 30 |
| Octal | 302 | 160 | 64 | 0 | 52 | 111 | 30 | 31 | 72 | 60 |
| Binary | 11000010 | 1110000 | 110100 | 0 | 101010 | 1001001 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C27034
Complementary color
Monochromatic Colors of #C27034
Black with #C27034
Text Example
Text Example
White with #C27034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27034; }
p { color: rgb(194,112,52); }
H1.HeaderClassName
{
color: #C27034;
}
.AnyTagClassName
{
color: #C27034;
}
</style>
background-color css
<style>
a { background-color: #C27034; }
a { background-color: rgb(194,112,52); }
div.DivClassName
{
background-color: #C27034;
}
.BgClassName
{
background-color: #C27034;
}
</style>
border-color css
<style>
span { border-color: #C27034; }
span { border-color: rgb(194,112,52); }
td.TdClassName
{
border-color: #C27034;
}
.TagClassName
{
border-color: #C27034;
}
</style>