Shades of Zest #C17036
Tints of Zest #C17036
RGB
CMYK
RGB Variations
Color information
#C17036 (or 0xC17036) is known color: Zest. HEX triplet: C1, 70 and 36. RGB value is (193,112,54). Sum of RGB (Red+Green+Blue) = 193+112+54=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17036 is #3E8FC9. Grayscale: #818181. Windows color (decimal): -4100042 or 3567809. OLE color: 3567809.
HSL color Cylindrical-coordinate representation of color #C17036: hue angle of 25.04º 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 #C17036 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 54 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.24 |
| HSL | 25.04º | 0.56% | 0.48% | - |
| HSV(B) | 25.04º | 0.72% | 0.76% | - |
| XYZ | 28.45 | 23.19 | 6.47 | - |
| YUV | 129.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 54 | 0 | 0.42 | 0.72 | 0.24 | 25.04 | 0.56 | 0.48 |
| Hex | C1 | 70 | 36 | 0 | 2A | 48 | 18 | 19 | 38 | 30 |
| Octal | 301 | 160 | 66 | 0 | 52 | 110 | 30 | 31 | 70 | 60 |
| Binary | 11000001 | 1110000 | 110110 | 0 | 101010 | 1001000 | 11000 | 11001 | 111000 | 110000 |
Color Harmonies of #C17036
Complementary color
Monochromatic Colors of #C17036
Black with #C17036
Text Example
Text Example
White with #C17036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17036; }
p { color: rgb(193,112,54); }
H1.HeaderClassName
{
color: #C17036;
}
.AnyTagClassName
{
color: #C17036;
}
</style>
background-color css
<style>
a { background-color: #C17036; }
a { background-color: rgb(193,112,54); }
div.DivClassName
{
background-color: #C17036;
}
.BgClassName
{
background-color: #C17036;
}
</style>
border-color css
<style>
span { border-color: #C17036; }
span { border-color: rgb(193,112,54); }
td.TdClassName
{
border-color: #C17036;
}
.TagClassName
{
border-color: #C17036;
}
</style>