Shades of Zest #C17140
Tints of Zest #C17140
RGB
CMYK
RGB Variations
Color information
#C17140 (or 0xC17140) is known color: Zest. HEX triplet: C1, 71 and 40. RGB value is (193,113,64). Sum of RGB (Red+Green+Blue) = 193+113+64=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C17140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17140 is #3E8EBF. Grayscale: #838383. Windows color (decimal): -4099776 or 4223425. OLE color: 4223425.
HSL color Cylindrical-coordinate representation of color #C17140: hue angle of 22.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C17140 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 64 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.24 |
| HSL | 22.79º | 0.51% | 0.5% | - |
| HSV(B) | 22.79º | 0.67% | 0.76% | - |
| XYZ | 28.82 | 23.52 | 7.87 | - |
| YUV | 131.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 64 | 0 | 0.41 | 0.67 | 0.24 | 22.79 | 0.51 | 0.5 |
| Hex | C1 | 71 | 40 | 0 | 29 | 43 | 18 | 17 | 33 | 32 |
| Octal | 301 | 161 | 100 | 0 | 51 | 103 | 30 | 27 | 63 | 62 |
| Binary | 11000001 | 1110001 | 1000000 | 0 | 101001 | 1000011 | 11000 | 10111 | 110011 | 110010 |
Color Harmonies of #C17140
Complementary color
Monochromatic Colors of #C17140
Black with #C17140
Text Example
Text Example
White with #C17140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17140; }
p { color: rgb(193,113,64); }
H1.HeaderClassName
{
color: #C17140;
}
.AnyTagClassName
{
color: #C17140;
}
</style>
background-color css
<style>
a { background-color: #C17140; }
a { background-color: rgb(193,113,64); }
div.DivClassName
{
background-color: #C17140;
}
.BgClassName
{
background-color: #C17140;
}
</style>
border-color css
<style>
span { border-color: #C17140; }
span { border-color: rgb(193,113,64); }
td.TdClassName
{
border-color: #C17140;
}
.TagClassName
{
border-color: #C17140;
}
</style>