Shades of Tapestry #C16586
Tints of Tapestry #C16586
RGB
CMYK
RGB Variations
Color information
#C16586 (or 0xC16586) is known color: Tapestry. HEX triplet: C1, 65 and 86. RGB value is (193,101,134). Sum of RGB (Red+Green+Blue) = 193+101+134=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C16586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16586 is #3E9A79. Grayscale: #848484. Windows color (decimal): -4102778 or 8807873. OLE color: 8807873.
HSL color Cylindrical-coordinate representation of color #C16586: hue angle of 338.48º 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 #C16586 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 134 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.24 |
| HSL | 338.48º | 0.43% | 0.58% | - |
| HSV(B) | 338.48º | 0.48% | 0.76% | - |
| XYZ | 30.95 | 22.37 | 25.24 | - |
| YUV | 132.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 134 | 0 | 0.48 | 0.31 | 0.24 | 338.48 | 0.43 | 0.58 |
| Hex | C1 | 65 | 86 | 0 | 30 | 1F | 18 | 152 | 2B | 3A |
| Octal | 301 | 145 | 206 | 0 | 60 | 37 | 30 | 522 | 53 | 72 |
| Binary | 11000001 | 1100101 | 10000110 | 0 | 110000 | 11111 | 11000 | 101010010 | 101011 | 111010 |
Color Harmonies of #C16586
Complementary color
Monochromatic Colors of #C16586
Black with #C16586
Text Example
Text Example
White with #C16586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16586; }
p { color: rgb(193,101,134); }
H1.HeaderClassName
{
color: #C16586;
}
.AnyTagClassName
{
color: #C16586;
}
</style>
background-color css
<style>
a { background-color: #C16586; }
a { background-color: rgb(193,101,134); }
div.DivClassName
{
background-color: #C16586;
}
.BgClassName
{
background-color: #C16586;
}
</style>
border-color css
<style>
span { border-color: #C16586; }
span { border-color: rgb(193,101,134); }
td.TdClassName
{
border-color: #C16586;
}
.TagClassName
{
border-color: #C16586;
}
</style>