Shades of Zest #C17136
Tints of Zest #C17136
RGB
CMYK
RGB Variations
Color information
#C17136 (or 0xC17136) is known color: Zest. HEX triplet: C1, 71 and 36. RGB value is (193,113,54). Sum of RGB (Red+Green+Blue) = 193+113+54=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C17136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17136 is #3E8EC9. Grayscale: #828282. Windows color (decimal): -4099786 or 3568065. OLE color: 3568065.
HSL color Cylindrical-coordinate representation of color #C17136: hue angle of 25.47º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C17136 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 54 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.24 |
| HSL | 25.47º | 0.56% | 0.48% | - |
| HSV(B) | 25.47º | 0.72% | 0.76% | - |
| XYZ | 28.56 | 23.41 | 6.5 | - |
| YUV | 130.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 54 | 0 | 0.41 | 0.72 | 0.24 | 25.47 | 0.56 | 0.48 |
| Hex | C1 | 71 | 36 | 0 | 29 | 48 | 18 | 19 | 38 | 30 |
| Octal | 301 | 161 | 66 | 0 | 51 | 110 | 30 | 31 | 70 | 60 |
| Binary | 11000001 | 1110001 | 110110 | 0 | 101001 | 1001000 | 11000 | 11001 | 111000 | 110000 |
Color Harmonies of #C17136
Complementary color
Monochromatic Colors of #C17136
Black with #C17136
Text Example
Text Example
White with #C17136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17136; }
p { color: rgb(193,113,54); }
H1.HeaderClassName
{
color: #C17136;
}
.AnyTagClassName
{
color: #C17136;
}
</style>
background-color css
<style>
a { background-color: #C17136; }
a { background-color: rgb(193,113,54); }
div.DivClassName
{
background-color: #C17136;
}
.BgClassName
{
background-color: #C17136;
}
</style>
border-color css
<style>
span { border-color: #C17136; }
span { border-color: rgb(193,113,54); }
td.TdClassName
{
border-color: #C17136;
}
.TagClassName
{
border-color: #C17136;
}
</style>