Shades of Tapestry #C16887
Tints of Tapestry #C16887
RGB
CMYK
RGB Variations
Color information
#C16887 (or 0xC16887) is known color: Tapestry. HEX triplet: C1, 68 and 87. RGB value is (193,104,135). Sum of RGB (Red+Green+Blue) = 193+104+135=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C16887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16887 is #3E9778. Grayscale: #868686. Windows color (decimal): -4102009 or 8874177. OLE color: 8874177.
HSL color Cylindrical-coordinate representation of color #C16887: hue angle of 339.1º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16887 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 135 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.24 |
| HSL | 339.1º | 0.42% | 0.58% | - |
| HSV(B) | 339.1º | 0.46% | 0.76% | - |
| XYZ | 31.32 | 22.99 | 25.71 | - |
| YUV | 134.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 135 | 0 | 0.46 | 0.30 | 0.24 | 339.1 | 0.42 | 0.58 |
| Hex | C1 | 68 | 87 | 0 | 2E | 1E | 18 | 153 | 2A | 3A |
| Octal | 301 | 150 | 207 | 0 | 56 | 36 | 30 | 523 | 52 | 72 |
| Binary | 11000001 | 1101000 | 10000111 | 0 | 101110 | 11110 | 11000 | 101010011 | 101010 | 111010 |
Color Harmonies of #C16887
Complementary color
Monochromatic Colors of #C16887
Black with #C16887
Text Example
Text Example
White with #C16887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16887; }
p { color: rgb(193,104,135); }
H1.HeaderClassName
{
color: #C16887;
}
.AnyTagClassName
{
color: #C16887;
}
</style>
background-color css
<style>
a { background-color: #C16887; }
a { background-color: rgb(193,104,135); }
div.DivClassName
{
background-color: #C16887;
}
.BgClassName
{
background-color: #C16887;
}
</style>
border-color css
<style>
span { border-color: #C16887; }
span { border-color: rgb(193,104,135); }
td.TdClassName
{
border-color: #C16887;
}
.TagClassName
{
border-color: #C16887;
}
</style>