Shades of Zest #C17139
Tints of Zest #C17139
RGB
CMYK
RGB Variations
Color information
#C17139 (or 0xC17139) is known color: Zest. HEX triplet: C1, 71 and 39. RGB value is (193,113,57). Sum of RGB (Red+Green+Blue) = 193+113+57=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C17139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17139 is #3E8EC6. Grayscale: #828282. Windows color (decimal): -4099783 or 3764673. OLE color: 3764673.
HSL color Cylindrical-coordinate representation of color #C17139: hue angle of 24.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C17139 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 57 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.24 |
| HSL | 24.71º | 0.54% | 0.49% | - |
| HSV(B) | 24.71º | 0.7% | 0.76% | - |
| XYZ | 28.64 | 23.44 | 6.89 | - |
| YUV | 130.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 57 | 0 | 0.41 | 0.70 | 0.24 | 24.71 | 0.54 | 0.49 |
| Hex | C1 | 71 | 39 | 0 | 29 | 46 | 18 | 19 | 36 | 31 |
| Octal | 301 | 161 | 71 | 0 | 51 | 106 | 30 | 31 | 66 | 61 |
| Binary | 11000001 | 1110001 | 111001 | 0 | 101001 | 1000110 | 11000 | 11001 | 110110 | 110001 |
Color Harmonies of #C17139
Complementary color
Monochromatic Colors of #C17139
Black with #C17139
Text Example
Text Example
White with #C17139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17139; }
p { color: rgb(193,113,57); }
H1.HeaderClassName
{
color: #C17139;
}
.AnyTagClassName
{
color: #C17139;
}
</style>
background-color css
<style>
a { background-color: #C17139; }
a { background-color: rgb(193,113,57); }
div.DivClassName
{
background-color: #C17139;
}
.BgClassName
{
background-color: #C17139;
}
</style>
border-color css
<style>
span { border-color: #C17139; }
span { border-color: rgb(193,113,57); }
td.TdClassName
{
border-color: #C17139;
}
.TagClassName
{
border-color: #C17139;
}
</style>