Shades of Zest #C17447
Tints of Zest #C17447
RGB
CMYK
RGB Variations
Color information
#C17447 (or 0xC17447) is known color: Zest. HEX triplet: C1, 74 and 47. RGB value is (193,116,71). Sum of RGB (Red+Green+Blue) = 193+116+71=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C17447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17447 is #3E8BB8. Grayscale: #868686. Windows color (decimal): -4099001 or 4682945. OLE color: 4682945.
HSL color Cylindrical-coordinate representation of color #C17447: hue angle of 22.13º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C17447 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 71 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.24 |
| HSL | 22.13º | 0.5% | 0.52% | - |
| HSV(B) | 22.13º | 0.63% | 0.76% | - |
| XYZ | 29.38 | 24.28 | 9.1 | - |
| YUV | 133.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 71 | 0 | 0.40 | 0.63 | 0.24 | 22.13 | 0.5 | 0.52 |
| Hex | C1 | 74 | 47 | 0 | 28 | 3F | 18 | 16 | 32 | 34 |
| Octal | 301 | 164 | 107 | 0 | 50 | 77 | 30 | 26 | 62 | 64 |
| Binary | 11000001 | 1110100 | 1000111 | 0 | 101000 | 111111 | 11000 | 10110 | 110010 | 110100 |
Color Harmonies of #C17447
Complementary color
Monochromatic Colors of #C17447
Black with #C17447
Text Example
Text Example
White with #C17447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17447; }
p { color: rgb(193,116,71); }
H1.HeaderClassName
{
color: #C17447;
}
.AnyTagClassName
{
color: #C17447;
}
</style>
background-color css
<style>
a { background-color: #C17447; }
a { background-color: rgb(193,116,71); }
div.DivClassName
{
background-color: #C17447;
}
.BgClassName
{
background-color: #C17447;
}
</style>
border-color css
<style>
span { border-color: #C17447; }
span { border-color: rgb(193,116,71); }
td.TdClassName
{
border-color: #C17447;
}
.TagClassName
{
border-color: #C17447;
}
</style>