Shades of Tapestry #C16C86
Tints of Tapestry #C16C86
RGB
CMYK
RGB Variations
Color information
#C16C86 (or 0xC16C86) is known color: Tapestry. HEX triplet: C1, 6C and 86. RGB value is (193,108,134). Sum of RGB (Red+Green+Blue) = 193+108+134=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C86 is #3E9379. Grayscale: #888888. Windows color (decimal): -4100986 or 8809665. OLE color: 8809665.
HSL color Cylindrical-coordinate representation of color #C16C86: hue angle of 341.65º 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 #C16C86 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 134 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.24 |
| HSL | 341.65º | 0.41% | 0.59% | - |
| HSV(B) | 341.65º | 0.44% | 0.76% | - |
| XYZ | 31.66 | 23.78 | 25.48 | - |
| YUV | 136.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 134 | 0 | 0.44 | 0.31 | 0.24 | 341.65 | 0.41 | 0.59 |
| Hex | C1 | 6C | 86 | 0 | 2C | 1F | 18 | 156 | 29 | 3B |
| Octal | 301 | 154 | 206 | 0 | 54 | 37 | 30 | 526 | 51 | 73 |
| Binary | 11000001 | 1101100 | 10000110 | 0 | 101100 | 11111 | 11000 | 101010110 | 101001 | 111011 |
Color Harmonies of #C16C86
Complementary color
Monochromatic Colors of #C16C86
Black with #C16C86
Text Example
Text Example
White with #C16C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C86; }
p { color: rgb(193,108,134); }
H1.HeaderClassName
{
color: #C16C86;
}
.AnyTagClassName
{
color: #C16C86;
}
</style>
background-color css
<style>
a { background-color: #C16C86; }
a { background-color: rgb(193,108,134); }
div.DivClassName
{
background-color: #C16C86;
}
.BgClassName
{
background-color: #C16C86;
}
</style>
border-color css
<style>
span { border-color: #C16C86; }
span { border-color: rgb(193,108,134); }
td.TdClassName
{
border-color: #C16C86;
}
.TagClassName
{
border-color: #C16C86;
}
</style>