Shades of Tapestry #C46080
Tints of Tapestry #C46080
RGB
CMYK
RGB Variations
Color information
#C46080 (or 0xC46080) is known color: Tapestry. HEX triplet: C4, 60 and 80. RGB value is (196,96,128). Sum of RGB (Red+Green+Blue) = 196+96+128=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C46080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46080 is #3B9F7F. Grayscale: #818181. Windows color (decimal): -3907456 or 8413380. OLE color: 8413380.
HSL color Cylindrical-coordinate representation of color #C46080: hue angle of 340.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46080 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 128 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.23 |
| HSL | 340.8º | 0.46% | 0.57% | - |
| HSV(B) | 340.8º | 0.51% | 0.77% | - |
| XYZ | 30.84 | 21.66 | 22.98 | - |
| YUV | 129.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 128 | 0 | 0.51 | 0.35 | 0.23 | 340.8 | 0.46 | 0.57 |
| Hex | C4 | 60 | 80 | 0 | 33 | 23 | 17 | 155 | 2E | 39 |
| Octal | 304 | 140 | 200 | 0 | 63 | 43 | 27 | 525 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10000000 | 0 | 110011 | 100011 | 10111 | 101010101 | 101110 | 111001 |
Color Harmonies of #C46080
Complementary color
Monochromatic Colors of #C46080
Black with #C46080
Text Example
Text Example
White with #C46080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46080; }
p { color: rgb(196,96,128); }
H1.HeaderClassName
{
color: #C46080;
}
.AnyTagClassName
{
color: #C46080;
}
</style>
background-color css
<style>
a { background-color: #C46080; }
a { background-color: rgb(196,96,128); }
div.DivClassName
{
background-color: #C46080;
}
.BgClassName
{
background-color: #C46080;
}
</style>
border-color css
<style>
span { border-color: #C46080; }
span { border-color: rgb(196,96,128); }
td.TdClassName
{
border-color: #C46080;
}
.TagClassName
{
border-color: #C46080;
}
</style>