Shades of Zest #C16A40
Tints of Zest #C16A40
RGB
CMYK
RGB Variations
Color information
#C16A40 (or 0xC16A40) is known color: Zest. HEX triplet: C1, 6A and 40. RGB value is (193,106,64). Sum of RGB (Red+Green+Blue) = 193+106+64=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A40 is #3E95BF. Grayscale: #7F7F7F. Windows color (decimal): -4101568 or 4221633. OLE color: 4221633.
HSL color Cylindrical-coordinate representation of color #C16A40: hue angle of 19.53º 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 #C16A40 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 64 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.24 |
| HSL | 19.53º | 0.51% | 0.5% | - |
| HSV(B) | 19.53º | 0.67% | 0.76% | - |
| XYZ | 28.07 | 22.02 | 7.62 | - |
| YUV | 127.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 64 | 0 | 0.45 | 0.67 | 0.24 | 19.53 | 0.51 | 0.5 |
| Hex | C1 | 6A | 40 | 0 | 2D | 43 | 18 | 14 | 33 | 32 |
| Octal | 301 | 152 | 100 | 0 | 55 | 103 | 30 | 24 | 63 | 62 |
| Binary | 11000001 | 1101010 | 1000000 | 0 | 101101 | 1000011 | 11000 | 10100 | 110011 | 110010 |
Color Harmonies of #C16A40
Complementary color
Monochromatic Colors of #C16A40
Black with #C16A40
Text Example
Text Example
White with #C16A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A40; }
p { color: rgb(193,106,64); }
H1.HeaderClassName
{
color: #C16A40;
}
.AnyTagClassName
{
color: #C16A40;
}
</style>
background-color css
<style>
a { background-color: #C16A40; }
a { background-color: rgb(193,106,64); }
div.DivClassName
{
background-color: #C16A40;
}
.BgClassName
{
background-color: #C16A40;
}
</style>
border-color css
<style>
span { border-color: #C16A40; }
span { border-color: rgb(193,106,64); }
td.TdClassName
{
border-color: #C16A40;
}
.TagClassName
{
border-color: #C16A40;
}
</style>