Shades of Zest #C16C3B
Tints of Zest #C16C3B
RGB
CMYK
RGB Variations
Color information
#C16C3B (or 0xC16C3B) is known color: Zest. HEX triplet: C1, 6C and 3B. RGB value is (193,108,59). Sum of RGB (Red+Green+Blue) = 193+108+59=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C3B is #3E93C4. Grayscale: #808080. Windows color (decimal): -4101061 or 3894465. OLE color: 3894465.
HSL color Cylindrical-coordinate representation of color #C16C3B: hue angle of 21.94º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C16C3B is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 59 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.24 |
| HSL | 21.94º | 0.53% | 0.49% | - |
| HSV(B) | 21.94º | 0.69% | 0.76% | - |
| XYZ | 28.14 | 22.38 | 6.97 | - |
| YUV | 127.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 59 | 0 | 0.44 | 0.69 | 0.24 | 21.94 | 0.53 | 0.49 |
| Hex | C1 | 6C | 3B | 0 | 2C | 45 | 18 | 16 | 35 | 31 |
| Octal | 301 | 154 | 73 | 0 | 54 | 105 | 30 | 26 | 65 | 61 |
| Binary | 11000001 | 1101100 | 111011 | 0 | 101100 | 1000101 | 11000 | 10110 | 110101 | 110001 |
Color Harmonies of #C16C3B
Complementary color
Monochromatic Colors of #C16C3B
Black with #C16C3B
Text Example
Text Example
White with #C16C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C3B; }
p { color: rgb(193,108,59); }
H1.HeaderClassName
{
color: #C16C3B;
}
.AnyTagClassName
{
color: #C16C3B;
}
</style>
background-color css
<style>
a { background-color: #C16C3B; }
a { background-color: rgb(193,108,59); }
div.DivClassName
{
background-color: #C16C3B;
}
.BgClassName
{
background-color: #C16C3B;
}
</style>
border-color css
<style>
span { border-color: #C16C3B; }
span { border-color: rgb(193,108,59); }
td.TdClassName
{
border-color: #C16C3B;
}
.TagClassName
{
border-color: #C16C3B;
}
</style>