Shades of Tapestry #C16E89
Tints of Tapestry #C16E89
RGB
CMYK
RGB Variations
Color information
#C16E89 (or 0xC16E89) is known color: Tapestry. HEX triplet: C1, 6E and 89. RGB value is (193,110,137). Sum of RGB (Red+Green+Blue) = 193+110+137=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16E89 is #3E9176. Grayscale: #898989. Windows color (decimal): -4100471 or 9006785. OLE color: 9006785.
HSL color Cylindrical-coordinate representation of color #C16E89: hue angle of 340.48º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16E89 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 137 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.24 |
| HSL | 340.48º | 0.4% | 0.59% | - |
| HSV(B) | 340.48º | 0.43% | 0.76% | - |
| XYZ | 32.08 | 24.3 | 26.67 | - |
| YUV | 137.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 137 | 0 | 0.43 | 0.29 | 0.24 | 340.48 | 0.4 | 0.59 |
| Hex | C1 | 6E | 89 | 0 | 2B | 1D | 18 | 154 | 28 | 3B |
| Octal | 301 | 156 | 211 | 0 | 53 | 35 | 30 | 524 | 50 | 73 |
| Binary | 11000001 | 1101110 | 10001001 | 0 | 101011 | 11101 | 11000 | 101010100 | 101000 | 111011 |
Color Harmonies of #C16E89
Complementary color
Monochromatic Colors of #C16E89
Black with #C16E89
Text Example
Text Example
White with #C16E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E89; }
p { color: rgb(193,110,137); }
H1.HeaderClassName
{
color: #C16E89;
}
.AnyTagClassName
{
color: #C16E89;
}
</style>
background-color css
<style>
a { background-color: #C16E89; }
a { background-color: rgb(193,110,137); }
div.DivClassName
{
background-color: #C16E89;
}
.BgClassName
{
background-color: #C16E89;
}
</style>
border-color css
<style>
span { border-color: #C16E89; }
span { border-color: rgb(193,110,137); }
td.TdClassName
{
border-color: #C16E89;
}
.TagClassName
{
border-color: #C16E89;
}
</style>