Shades of Zest #C16E34
Tints of Zest #C16E34
RGB
CMYK
RGB Variations
Color information
#C16E34 (or 0xC16E34) is known color: Zest. HEX triplet: C1, 6E and 34. RGB value is (193,110,52). Sum of RGB (Red+Green+Blue) = 193+110+52=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E34 is #3E91CB. Grayscale: #808080. Windows color (decimal): -4100556 or 3436225. OLE color: 3436225.
HSL color Cylindrical-coordinate representation of color #C16E34: hue angle of 24.68º 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 #C16E34 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 52 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.24 |
| HSL | 24.68º | 0.58% | 0.48% | - |
| HSV(B) | 24.68º | 0.73% | 0.76% | - |
| XYZ | 28.19 | 22.74 | 6.15 | - |
| YUV | 128.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 52 | 0 | 0.43 | 0.73 | 0.24 | 24.68 | 0.58 | 0.48 |
| Hex | C1 | 6E | 34 | 0 | 2B | 49 | 18 | 19 | 3A | 30 |
| Octal | 301 | 156 | 64 | 0 | 53 | 111 | 30 | 31 | 72 | 60 |
| Binary | 11000001 | 1101110 | 110100 | 0 | 101011 | 1001001 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C16E34
Complementary color
Monochromatic Colors of #C16E34
Black with #C16E34
Text Example
Text Example
White with #C16E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E34; }
p { color: rgb(193,110,52); }
H1.HeaderClassName
{
color: #C16E34;
}
.AnyTagClassName
{
color: #C16E34;
}
</style>
background-color css
<style>
a { background-color: #C16E34; }
a { background-color: rgb(193,110,52); }
div.DivClassName
{
background-color: #C16E34;
}
.BgClassName
{
background-color: #C16E34;
}
</style>
border-color css
<style>
span { border-color: #C16E34; }
span { border-color: rgb(193,110,52); }
td.TdClassName
{
border-color: #C16E34;
}
.TagClassName
{
border-color: #C16E34;
}
</style>