Shades of Tapestry #C16C76
Tints of Tapestry #C16C76
RGB
CMYK
RGB Variations
Color information
#C16C76 (or 0xC16C76) is known color: Tapestry. HEX triplet: C1, 6C and 76. RGB value is (193,108,118). Sum of RGB (Red+Green+Blue) = 193+108+118=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C76 is #3E9389. Grayscale: #868686. Windows color (decimal): -4101002 or 7761089. OLE color: 7761089.
HSL color Cylindrical-coordinate representation of color #C16C76: hue angle of 352.94º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16C76 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 118 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.24 |
| HSL | 352.94º | 0.41% | 0.59% | - |
| HSV(B) | 352.94º | 0.44% | 0.76% | - |
| XYZ | 30.62 | 23.37 | 20.04 | - |
| YUV | 134.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 118 | 0 | 0.44 | 0.39 | 0.24 | 352.94 | 0.41 | 0.59 |
| Hex | C1 | 6C | 76 | 0 | 2C | 27 | 18 | 161 | 29 | 3B |
| Octal | 301 | 154 | 166 | 0 | 54 | 47 | 30 | 541 | 51 | 73 |
| Binary | 11000001 | 1101100 | 1110110 | 0 | 101100 | 100111 | 11000 | 101100001 | 101001 | 111011 |
Color Harmonies of #C16C76
Complementary color
Monochromatic Colors of #C16C76
Black with #C16C76
Text Example
Text Example
White with #C16C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C76; }
p { color: rgb(193,108,118); }
H1.HeaderClassName
{
color: #C16C76;
}
.AnyTagClassName
{
color: #C16C76;
}
</style>
background-color css
<style>
a { background-color: #C16C76; }
a { background-color: rgb(193,108,118); }
div.DivClassName
{
background-color: #C16C76;
}
.BgClassName
{
background-color: #C16C76;
}
</style>
border-color css
<style>
span { border-color: #C16C76; }
span { border-color: rgb(193,108,118); }
td.TdClassName
{
border-color: #C16C76;
}
.TagClassName
{
border-color: #C16C76;
}
</style>