Shades of Zest #C16E38
Tints of Zest #C16E38
RGB
CMYK
RGB Variations
Color information
#C16E38 (or 0xC16E38) is known color: Zest. HEX triplet: C1, 6E and 38. RGB value is (193,110,56). Sum of RGB (Red+Green+Blue) = 193+110+56=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E38 is #3E91C7. Grayscale: #808080. Windows color (decimal): -4100552 or 3698369. OLE color: 3698369.
HSL color Cylindrical-coordinate representation of color #C16E38: hue angle of 23.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C16E38 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 56 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.24 |
| HSL | 23.65º | 0.55% | 0.49% | - |
| HSV(B) | 23.65º | 0.71% | 0.76% | - |
| XYZ | 28.28 | 22.77 | 6.65 | - |
| YUV | 128.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 56 | 0 | 0.43 | 0.71 | 0.24 | 23.65 | 0.55 | 0.49 |
| Hex | C1 | 6E | 38 | 0 | 2B | 47 | 18 | 18 | 37 | 31 |
| Octal | 301 | 156 | 70 | 0 | 53 | 107 | 30 | 30 | 67 | 61 |
| Binary | 11000001 | 1101110 | 111000 | 0 | 101011 | 1000111 | 11000 | 11000 | 110111 | 110001 |
Color Harmonies of #C16E38
Complementary color
Monochromatic Colors of #C16E38
Black with #C16E38
Text Example
Text Example
White with #C16E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E38; }
p { color: rgb(193,110,56); }
H1.HeaderClassName
{
color: #C16E38;
}
.AnyTagClassName
{
color: #C16E38;
}
</style>
background-color css
<style>
a { background-color: #C16E38; }
a { background-color: rgb(193,110,56); }
div.DivClassName
{
background-color: #C16E38;
}
.BgClassName
{
background-color: #C16E38;
}
</style>
border-color css
<style>
span { border-color: #C16E38; }
span { border-color: rgb(193,110,56); }
td.TdClassName
{
border-color: #C16E38;
}
.TagClassName
{
border-color: #C16E38;
}
</style>