Shades of Zest #C27033
Tints of Zest #C27033
RGB
CMYK
RGB Variations
Color information
#C27033 (or 0xC27033) is known color: Zest. HEX triplet: C2, 70 and 33. RGB value is (194,112,51). Sum of RGB (Red+Green+Blue) = 194+112+51=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C27033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27033 is #3D8FCC. Grayscale: #818181. Windows color (decimal): -4034509 or 3371202. OLE color: 3371202.
HSL color Cylindrical-coordinate representation of color #C27033: hue angle of 25.59º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C27033 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 51 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.24 |
| HSL | 25.59º | 0.58% | 0.48% | - |
| HSV(B) | 25.59º | 0.74% | 0.76% | - |
| XYZ | 28.64 | 23.3 | 6.12 | - |
| YUV | 129.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 51 | 0 | 0.42 | 0.74 | 0.24 | 25.59 | 0.58 | 0.48 |
| Hex | C2 | 70 | 33 | 0 | 2A | 4A | 18 | 1A | 3A | 30 |
| Octal | 302 | 160 | 63 | 0 | 52 | 112 | 30 | 32 | 72 | 60 |
| Binary | 11000010 | 1110000 | 110011 | 0 | 101010 | 1001010 | 11000 | 11010 | 111010 | 110000 |
Color Harmonies of #C27033
Complementary color
Monochromatic Colors of #C27033
Black with #C27033
Text Example
Text Example
White with #C27033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27033; }
p { color: rgb(194,112,51); }
H1.HeaderClassName
{
color: #C27033;
}
.AnyTagClassName
{
color: #C27033;
}
</style>
background-color css
<style>
a { background-color: #C27033; }
a { background-color: rgb(194,112,51); }
div.DivClassName
{
background-color: #C27033;
}
.BgClassName
{
background-color: #C27033;
}
</style>
border-color css
<style>
span { border-color: #C27033; }
span { border-color: rgb(194,112,51); }
td.TdClassName
{
border-color: #C27033;
}
.TagClassName
{
border-color: #C27033;
}
</style>