Shades of Zest #C27136
Tints of Zest #C27136
RGB
CMYK
RGB Variations
Color information
#C27136 (or 0xC27136) is known color: Zest. HEX triplet: C2, 71 and 36. RGB value is (194,113,54). Sum of RGB (Red+Green+Blue) = 194+113+54=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C27136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27136 is #3D8EC9. Grayscale: #828282. Windows color (decimal): -4034250 or 3568066. OLE color: 3568066.
HSL color Cylindrical-coordinate representation of color #C27136: hue angle of 25.29º degrees, saturation: 0.56, 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 #C27136 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 54 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.24 |
| HSL | 25.29º | 0.56% | 0.49% | - |
| HSV(B) | 25.29º | 0.72% | 0.76% | - |
| XYZ | 28.82 | 23.55 | 6.52 | - |
| YUV | 130.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 54 | 0 | 0.42 | 0.72 | 0.24 | 25.29 | 0.56 | 0.49 |
| Hex | C2 | 71 | 36 | 0 | 2A | 48 | 18 | 19 | 38 | 31 |
| Octal | 302 | 161 | 66 | 0 | 52 | 110 | 30 | 31 | 70 | 61 |
| Binary | 11000010 | 1110001 | 110110 | 0 | 101010 | 1001000 | 11000 | 11001 | 111000 | 110001 |
Color Harmonies of #C27136
Complementary color
Monochromatic Colors of #C27136
Black with #C27136
Text Example
Text Example
White with #C27136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27136; }
p { color: rgb(194,113,54); }
H1.HeaderClassName
{
color: #C27136;
}
.AnyTagClassName
{
color: #C27136;
}
</style>
background-color css
<style>
a { background-color: #C27136; }
a { background-color: rgb(194,113,54); }
div.DivClassName
{
background-color: #C27136;
}
.BgClassName
{
background-color: #C27136;
}
</style>
border-color css
<style>
span { border-color: #C27136; }
span { border-color: rgb(194,113,54); }
td.TdClassName
{
border-color: #C27136;
}
.TagClassName
{
border-color: #C27136;
}
</style>