Shades of Tapestry #C16987
Tints of Tapestry #C16987
RGB
CMYK
RGB Variations
Color information
#C16987 (or 0xC16987) is known color: Tapestry. HEX triplet: C1, 69 and 87. RGB value is (193,105,135). Sum of RGB (Red+Green+Blue) = 193+105+135=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C16987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16987 is #3E9678. Grayscale: #868686. Windows color (decimal): -4101753 or 8874433. OLE color: 8874433.
HSL color Cylindrical-coordinate representation of color #C16987: hue angle of 339.55º 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 #C16987 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 135 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.24 |
| HSL | 339.55º | 0.42% | 0.58% | - |
| HSV(B) | 339.55º | 0.46% | 0.76% | - |
| XYZ | 31.42 | 23.19 | 25.74 | - |
| YUV | 134.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 135 | 0 | 0.46 | 0.30 | 0.24 | 339.55 | 0.42 | 0.58 |
| Hex | C1 | 69 | 87 | 0 | 2E | 1E | 18 | 154 | 2A | 3A |
| Octal | 301 | 151 | 207 | 0 | 56 | 36 | 30 | 524 | 52 | 72 |
| Binary | 11000001 | 1101001 | 10000111 | 0 | 101110 | 11110 | 11000 | 101010100 | 101010 | 111010 |
Color Harmonies of #C16987
Complementary color
Monochromatic Colors of #C16987
Black with #C16987
Text Example
Text Example
White with #C16987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16987; }
p { color: rgb(193,105,135); }
H1.HeaderClassName
{
color: #C16987;
}
.AnyTagClassName
{
color: #C16987;
}
</style>
background-color css
<style>
a { background-color: #C16987; }
a { background-color: rgb(193,105,135); }
div.DivClassName
{
background-color: #C16987;
}
.BgClassName
{
background-color: #C16987;
}
</style>
border-color css
<style>
span { border-color: #C16987; }
span { border-color: rgb(193,105,135); }
td.TdClassName
{
border-color: #C16987;
}
.TagClassName
{
border-color: #C16987;
}
</style>