Shades of Tapestry #C16D88
Tints of Tapestry #C16D88
RGB
CMYK
RGB Variations
Color information
#C16D88 (or 0xC16D88) is known color: Tapestry. HEX triplet: C1, 6D and 88. RGB value is (193,109,136). Sum of RGB (Red+Green+Blue) = 193+109+136=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16D88 is #3E9277. Grayscale: #898989. Windows color (decimal): -4100728 or 8940993. OLE color: 8940993.
HSL color Cylindrical-coordinate representation of color #C16D88: hue angle of 340.71º degrees, saturation: 0.4, 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 #C16D88 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 136 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.24 |
| HSL | 340.71º | 0.4% | 0.59% | - |
| HSV(B) | 340.71º | 0.44% | 0.76% | - |
| XYZ | 31.9 | 24.05 | 26.25 | - |
| YUV | 137.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 136 | 0 | 0.44 | 0.30 | 0.24 | 340.71 | 0.4 | 0.59 |
| Hex | C1 | 6D | 88 | 0 | 2C | 1E | 18 | 155 | 28 | 3B |
| Octal | 301 | 155 | 210 | 0 | 54 | 36 | 30 | 525 | 50 | 73 |
| Binary | 11000001 | 1101101 | 10001000 | 0 | 101100 | 11110 | 11000 | 101010101 | 101000 | 111011 |
Color Harmonies of #C16D88
Complementary color
Monochromatic Colors of #C16D88
Black with #C16D88
Text Example
Text Example
White with #C16D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D88; }
p { color: rgb(193,109,136); }
H1.HeaderClassName
{
color: #C16D88;
}
.AnyTagClassName
{
color: #C16D88;
}
</style>
background-color css
<style>
a { background-color: #C16D88; }
a { background-color: rgb(193,109,136); }
div.DivClassName
{
background-color: #C16D88;
}
.BgClassName
{
background-color: #C16D88;
}
</style>
border-color css
<style>
span { border-color: #C16D88; }
span { border-color: rgb(193,109,136); }
td.TdClassName
{
border-color: #C16D88;
}
.TagClassName
{
border-color: #C16D88;
}
</style>