Shades of Tapestry #C16581
Tints of Tapestry #C16581
RGB
CMYK
RGB Variations
Color information
#C16581 (or 0xC16581) is known color: Tapestry. HEX triplet: C1, 65 and 81. RGB value is (193,101,129). Sum of RGB (Red+Green+Blue) = 193+101+129=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C16581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16581 is #3E9A7E. Grayscale: #838383. Windows color (decimal): -4102783 or 8480193. OLE color: 8480193.
HSL color Cylindrical-coordinate representation of color #C16581: hue angle of 341.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16581 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 129 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.24 |
| HSL | 341.74º | 0.43% | 0.58% | - |
| HSV(B) | 341.74º | 0.48% | 0.76% | - |
| XYZ | 30.61 | 22.23 | 23.45 | - |
| YUV | 131.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 129 | 0 | 0.48 | 0.33 | 0.24 | 341.74 | 0.43 | 0.58 |
| Hex | C1 | 65 | 81 | 0 | 30 | 21 | 18 | 156 | 2B | 3A |
| Octal | 301 | 145 | 201 | 0 | 60 | 41 | 30 | 526 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10000001 | 0 | 110000 | 100001 | 11000 | 101010110 | 101011 | 111010 |
Color Harmonies of #C16581
Complementary color
Monochromatic Colors of #C16581
Black with #C16581
Text Example
Text Example
White with #C16581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16581; }
p { color: rgb(193,101,129); }
H1.HeaderClassName
{
color: #C16581;
}
.AnyTagClassName
{
color: #C16581;
}
</style>
background-color css
<style>
a { background-color: #C16581; }
a { background-color: rgb(193,101,129); }
div.DivClassName
{
background-color: #C16581;
}
.BgClassName
{
background-color: #C16581;
}
</style>
border-color css
<style>
span { border-color: #C16581; }
span { border-color: rgb(193,101,129); }
td.TdClassName
{
border-color: #C16581;
}
.TagClassName
{
border-color: #C16581;
}
</style>