Shades of Tapestry #C16584
Tints of Tapestry #C16584
RGB
CMYK
RGB Variations
Color information
#C16584 (or 0xC16584) is known color: Tapestry. HEX triplet: C1, 65 and 84. RGB value is (193,101,132). Sum of RGB (Red+Green+Blue) = 193+101+132=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16584 is #3E9A7B. Grayscale: #848484. Windows color (decimal): -4102780 or 8676801. OLE color: 8676801.
HSL color Cylindrical-coordinate representation of color #C16584: hue angle of 339.78º 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 #C16584 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 132 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.24 |
| HSL | 339.78º | 0.43% | 0.58% | - |
| HSV(B) | 339.78º | 0.48% | 0.76% | - |
| XYZ | 30.81 | 22.31 | 24.51 | - |
| YUV | 132.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 132 | 0 | 0.48 | 0.32 | 0.24 | 339.78 | 0.43 | 0.58 |
| Hex | C1 | 65 | 84 | 0 | 30 | 20 | 18 | 154 | 2B | 3A |
| Octal | 301 | 145 | 204 | 0 | 60 | 40 | 30 | 524 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10000100 | 0 | 110000 | 100000 | 11000 | 101010100 | 101011 | 111010 |
Color Harmonies of #C16584
Complementary color
Monochromatic Colors of #C16584
Black with #C16584
Text Example
Text Example
White with #C16584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16584; }
p { color: rgb(193,101,132); }
H1.HeaderClassName
{
color: #C16584;
}
.AnyTagClassName
{
color: #C16584;
}
</style>
background-color css
<style>
a { background-color: #C16584; }
a { background-color: rgb(193,101,132); }
div.DivClassName
{
background-color: #C16584;
}
.BgClassName
{
background-color: #C16584;
}
</style>
border-color css
<style>
span { border-color: #C16584; }
span { border-color: rgb(193,101,132); }
td.TdClassName
{
border-color: #C16584;
}
.TagClassName
{
border-color: #C16584;
}
</style>