Shades of Zest #C16B41
Tints of Zest #C16B41
RGB
CMYK
RGB Variations
Color information
#C16B41 (or 0xC16B41) is known color: Zest. HEX triplet: C1, 6B and 41. RGB value is (193,107,65). Sum of RGB (Red+Green+Blue) = 193+107+65=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B41 is #3E94BE. Grayscale: #808080. Windows color (decimal): -4101311 or 4287425. OLE color: 4287425.
HSL color Cylindrical-coordinate representation of color #C16B41: hue angle of 19.69º 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 #C16B41 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 65 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.24 |
| HSL | 19.69º | 0.51% | 0.51% | - |
| HSV(B) | 19.69º | 0.66% | 0.76% | - |
| XYZ | 28.2 | 22.23 | 7.81 | - |
| YUV | 127.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 65 | 0 | 0.45 | 0.66 | 0.24 | 19.69 | 0.51 | 0.51 |
| Hex | C1 | 6B | 41 | 0 | 2D | 42 | 18 | 14 | 33 | 33 |
| Octal | 301 | 153 | 101 | 0 | 55 | 102 | 30 | 24 | 63 | 63 |
| Binary | 11000001 | 1101011 | 1000001 | 0 | 101101 | 1000010 | 11000 | 10100 | 110011 | 110011 |
Color Harmonies of #C16B41
Complementary color
Monochromatic Colors of #C16B41
Black with #C16B41
Text Example
Text Example
White with #C16B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B41; }
p { color: rgb(193,107,65); }
H1.HeaderClassName
{
color: #C16B41;
}
.AnyTagClassName
{
color: #C16B41;
}
</style>
background-color css
<style>
a { background-color: #C16B41; }
a { background-color: rgb(193,107,65); }
div.DivClassName
{
background-color: #C16B41;
}
.BgClassName
{
background-color: #C16B41;
}
</style>
border-color css
<style>
span { border-color: #C16B41; }
span { border-color: rgb(193,107,65); }
td.TdClassName
{
border-color: #C16B41;
}
.TagClassName
{
border-color: #C16B41;
}
</style>