Shades of Zest #C16E41
Tints of Zest #C16E41
RGB
CMYK
RGB Variations
Color information
#C16E41 (or 0xC16E41) is known color: Zest. HEX triplet: C1, 6E and 41. RGB value is (193,110,65). Sum of RGB (Red+Green+Blue) = 193+110+65=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E41 is #3E91BE. Grayscale: #818181. Windows color (decimal): -4100543 or 4288193. OLE color: 4288193.
HSL color Cylindrical-coordinate representation of color #C16E41: hue angle of 21.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C16E41 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 65 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.24 |
| HSL | 21.09º | 0.51% | 0.51% | - |
| HSV(B) | 21.09º | 0.66% | 0.76% | - |
| XYZ | 28.52 | 22.87 | 7.91 | - |
| YUV | 129.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 65 | 0 | 0.43 | 0.66 | 0.24 | 21.09 | 0.51 | 0.51 |
| Hex | C1 | 6E | 41 | 0 | 2B | 42 | 18 | 15 | 33 | 33 |
| Octal | 301 | 156 | 101 | 0 | 53 | 102 | 30 | 25 | 63 | 63 |
| Binary | 11000001 | 1101110 | 1000001 | 0 | 101011 | 1000010 | 11000 | 10101 | 110011 | 110011 |
Color Harmonies of #C16E41
Complementary color
Monochromatic Colors of #C16E41
Black with #C16E41
Text Example
Text Example
White with #C16E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E41; }
p { color: rgb(193,110,65); }
H1.HeaderClassName
{
color: #C16E41;
}
.AnyTagClassName
{
color: #C16E41;
}
</style>
background-color css
<style>
a { background-color: #C16E41; }
a { background-color: rgb(193,110,65); }
div.DivClassName
{
background-color: #C16E41;
}
.BgClassName
{
background-color: #C16E41;
}
</style>
border-color css
<style>
span { border-color: #C16E41; }
span { border-color: rgb(193,110,65); }
td.TdClassName
{
border-color: #C16E41;
}
.TagClassName
{
border-color: #C16E41;
}
</style>