Shades of Zest #C17239
Tints of Zest #C17239
RGB
CMYK
RGB Variations
Color information
#C17239 (or 0xC17239) is known color: Zest. HEX triplet: C1, 72 and 39. RGB value is (193,114,57). Sum of RGB (Red+Green+Blue) = 193+114+57=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C17239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17239 is #3E8DC6. Grayscale: #838383. Windows color (decimal): -4099527 or 3764929. OLE color: 3764929.
HSL color Cylindrical-coordinate representation of color #C17239: hue angle of 25.15º 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 #C17239 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 57 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.24 |
| HSL | 25.15º | 0.54% | 0.49% | - |
| HSV(B) | 25.15º | 0.7% | 0.76% | - |
| XYZ | 28.75 | 23.67 | 6.92 | - |
| YUV | 131.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 57 | 0 | 0.41 | 0.70 | 0.24 | 25.15 | 0.54 | 0.49 |
| Hex | C1 | 72 | 39 | 0 | 29 | 46 | 18 | 19 | 36 | 31 |
| Octal | 301 | 162 | 71 | 0 | 51 | 106 | 30 | 31 | 66 | 61 |
| Binary | 11000001 | 1110010 | 111001 | 0 | 101001 | 1000110 | 11000 | 11001 | 110110 | 110001 |
Color Harmonies of #C17239
Complementary color
Monochromatic Colors of #C17239
Black with #C17239
Text Example
Text Example
White with #C17239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17239; }
p { color: rgb(193,114,57); }
H1.HeaderClassName
{
color: #C17239;
}
.AnyTagClassName
{
color: #C17239;
}
</style>
background-color css
<style>
a { background-color: #C17239; }
a { background-color: rgb(193,114,57); }
div.DivClassName
{
background-color: #C17239;
}
.BgClassName
{
background-color: #C17239;
}
</style>
border-color css
<style>
span { border-color: #C17239; }
span { border-color: rgb(193,114,57); }
td.TdClassName
{
border-color: #C17239;
}
.TagClassName
{
border-color: #C17239;
}
</style>