Shades of Tapestry #C16687
Tints of Tapestry #C16687
RGB
CMYK
RGB Variations
Color information
#C16687 (or 0xC16687) is known color: Tapestry. HEX triplet: C1, 66 and 87. RGB value is (193,102,135). Sum of RGB (Red+Green+Blue) = 193+102+135=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C16687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16687 is #3E9978. Grayscale: #848484. Windows color (decimal): -4102521 or 8873665. OLE color: 8873665.
HSL color Cylindrical-coordinate representation of color #C16687: hue angle of 338.24º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16687 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 135 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.24 |
| HSL | 338.24º | 0.42% | 0.58% | - |
| HSV(B) | 338.24º | 0.47% | 0.76% | - |
| XYZ | 31.12 | 22.59 | 25.64 | - |
| YUV | 132.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 135 | 0 | 0.47 | 0.30 | 0.24 | 338.24 | 0.42 | 0.58 |
| Hex | C1 | 66 | 87 | 0 | 2F | 1E | 18 | 152 | 2A | 3A |
| Octal | 301 | 146 | 207 | 0 | 57 | 36 | 30 | 522 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10000111 | 0 | 101111 | 11110 | 11000 | 101010010 | 101010 | 111010 |
Color Harmonies of #C16687
Complementary color
Monochromatic Colors of #C16687
Black with #C16687
Text Example
Text Example
White with #C16687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16687; }
p { color: rgb(193,102,135); }
H1.HeaderClassName
{
color: #C16687;
}
.AnyTagClassName
{
color: #C16687;
}
</style>
background-color css
<style>
a { background-color: #C16687; }
a { background-color: rgb(193,102,135); }
div.DivClassName
{
background-color: #C16687;
}
.BgClassName
{
background-color: #C16687;
}
</style>
border-color css
<style>
span { border-color: #C16687; }
span { border-color: rgb(193,102,135); }
td.TdClassName
{
border-color: #C16687;
}
.TagClassName
{
border-color: #C16687;
}
</style>