Shades of Zest #C17342
Tints of Zest #C17342
RGB
CMYK
RGB Variations
Color information
#C17342 (or 0xC17342) is known color: Zest. HEX triplet: C1, 73 and 42. RGB value is (193,115,66). Sum of RGB (Red+Green+Blue) = 193+115+66=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C17342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17342 is #3E8CBD. Grayscale: #858585. Windows color (decimal): -4099262 or 4355009. OLE color: 4355009.
HSL color Cylindrical-coordinate representation of color #C17342: hue angle of 23.15º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C17342 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 66 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.24 |
| HSL | 23.15º | 0.51% | 0.51% | - |
| HSV(B) | 23.15º | 0.66% | 0.76% | - |
| XYZ | 29.11 | 23.99 | 8.25 | - |
| YUV | 132.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 66 | 0 | 0.40 | 0.66 | 0.24 | 23.15 | 0.51 | 0.51 |
| Hex | C1 | 73 | 42 | 0 | 28 | 42 | 18 | 17 | 33 | 33 |
| Octal | 301 | 163 | 102 | 0 | 50 | 102 | 30 | 27 | 63 | 63 |
| Binary | 11000001 | 1110011 | 1000010 | 0 | 101000 | 1000010 | 11000 | 10111 | 110011 | 110011 |
Color Harmonies of #C17342
Complementary color
Monochromatic Colors of #C17342
Black with #C17342
Text Example
Text Example
White with #C17342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17342; }
p { color: rgb(193,115,66); }
H1.HeaderClassName
{
color: #C17342;
}
.AnyTagClassName
{
color: #C17342;
}
</style>
background-color css
<style>
a { background-color: #C17342; }
a { background-color: rgb(193,115,66); }
div.DivClassName
{
background-color: #C17342;
}
.BgClassName
{
background-color: #C17342;
}
</style>
border-color css
<style>
span { border-color: #C17342; }
span { border-color: rgb(193,115,66); }
td.TdClassName
{
border-color: #C17342;
}
.TagClassName
{
border-color: #C17342;
}
</style>