Shades of Zest #C17044
Tints of Zest #C17044
RGB
CMYK
RGB Variations
Color information
#C17044 (or 0xC17044) is known color: Zest. HEX triplet: C1, 70 and 44. RGB value is (193,112,68). Sum of RGB (Red+Green+Blue) = 193+112+68=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C17044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17044 is #3E8FBB. Grayscale: #838383. Windows color (decimal): -4100028 or 4485313. OLE color: 4485313.
HSL color Cylindrical-coordinate representation of color #C17044: hue angle of 21.12º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C17044 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 68 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.24 |
| HSL | 21.12º | 0.5% | 0.51% | - |
| HSV(B) | 21.12º | 0.65% | 0.76% | - |
| XYZ | 28.83 | 23.34 | 8.46 | - |
| YUV | 131.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 68 | 0 | 0.42 | 0.65 | 0.24 | 21.12 | 0.5 | 0.51 |
| Hex | C1 | 70 | 44 | 0 | 2A | 41 | 18 | 15 | 32 | 33 |
| Octal | 301 | 160 | 104 | 0 | 52 | 101 | 30 | 25 | 62 | 63 |
| Binary | 11000001 | 1110000 | 1000100 | 0 | 101010 | 1000001 | 11000 | 10101 | 110010 | 110011 |
Color Harmonies of #C17044
Complementary color
Monochromatic Colors of #C17044
Black with #C17044
Text Example
Text Example
White with #C17044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17044; }
p { color: rgb(193,112,68); }
H1.HeaderClassName
{
color: #C17044;
}
.AnyTagClassName
{
color: #C17044;
}
</style>
background-color css
<style>
a { background-color: #C17044; }
a { background-color: rgb(193,112,68); }
div.DivClassName
{
background-color: #C17044;
}
.BgClassName
{
background-color: #C17044;
}
</style>
border-color css
<style>
span { border-color: #C17044; }
span { border-color: rgb(193,112,68); }
td.TdClassName
{
border-color: #C17044;
}
.TagClassName
{
border-color: #C17044;
}
</style>