Shades of Zest #C16C3C
Tints of Zest #C16C3C
RGB
CMYK
RGB Variations
Color information
#C16C3C (or 0xC16C3C) is known color: Zest. HEX triplet: C1, 6C and 3C. RGB value is (193,108,60). Sum of RGB (Red+Green+Blue) = 193+108+60=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C3C is #3E93C3. Grayscale: #808080. Windows color (decimal): -4101060 or 3960001. OLE color: 3960001.
HSL color Cylindrical-coordinate representation of color #C16C3C: hue angle of 21.65º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C16C3C is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 60 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.24 |
| HSL | 21.65º | 0.53% | 0.5% | - |
| HSV(B) | 21.65º | 0.69% | 0.76% | - |
| XYZ | 28.17 | 22.39 | 7.11 | - |
| YUV | 127.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 60 | 0 | 0.44 | 0.69 | 0.24 | 21.65 | 0.53 | 0.5 |
| Hex | C1 | 6C | 3C | 0 | 2C | 45 | 18 | 16 | 35 | 32 |
| Octal | 301 | 154 | 74 | 0 | 54 | 105 | 30 | 26 | 65 | 62 |
| Binary | 11000001 | 1101100 | 111100 | 0 | 101100 | 1000101 | 11000 | 10110 | 110101 | 110010 |
Color Harmonies of #C16C3C
Complementary color
Monochromatic Colors of #C16C3C
Black with #C16C3C
Text Example
Text Example
White with #C16C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C3C; }
p { color: rgb(193,108,60); }
H1.HeaderClassName
{
color: #C16C3C;
}
.AnyTagClassName
{
color: #C16C3C;
}
</style>
background-color css
<style>
a { background-color: #C16C3C; }
a { background-color: rgb(193,108,60); }
div.DivClassName
{
background-color: #C16C3C;
}
.BgClassName
{
background-color: #C16C3C;
}
</style>
border-color css
<style>
span { border-color: #C16C3C; }
span { border-color: rgb(193,108,60); }
td.TdClassName
{
border-color: #C16C3C;
}
.TagClassName
{
border-color: #C16C3C;
}
</style>