Shades of Tapestry #C55F80
Tints of Tapestry #C55F80
RGB
CMYK
RGB Variations
Color information
#C55F80 (or 0xC55F80) is known color: Tapestry. HEX triplet: C5, 5F and 80. RGB value is (197,95,128). Sum of RGB (Red+Green+Blue) = 197+95+128=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F80 is #3AA07F. Grayscale: #818181. Windows color (decimal): -3842176 or 8413125. OLE color: 8413125.
HSL color Cylindrical-coordinate representation of color #C55F80: hue angle of 340.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55F80 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 128 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.23 |
| HSL | 340.59º | 0.47% | 0.57% | - |
| HSV(B) | 340.59º | 0.52% | 0.77% | - |
| XYZ | 31.01 | 21.61 | 22.96 | - |
| YUV | 129.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 128 | 0 | 0.52 | 0.35 | 0.23 | 340.59 | 0.47 | 0.57 |
| Hex | C5 | 5F | 80 | 0 | 34 | 23 | 17 | 155 | 2F | 39 |
| Octal | 305 | 137 | 200 | 0 | 64 | 43 | 27 | 525 | 57 | 71 |
| Binary | 11000101 | 1011111 | 10000000 | 0 | 110100 | 100011 | 10111 | 101010101 | 101111 | 111001 |
Color Harmonies of #C55F80
Complementary color
Monochromatic Colors of #C55F80
Black with #C55F80
Text Example
Text Example
White with #C55F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F80; }
p { color: rgb(197,95,128); }
H1.HeaderClassName
{
color: #C55F80;
}
.AnyTagClassName
{
color: #C55F80;
}
</style>
background-color css
<style>
a { background-color: #C55F80; }
a { background-color: rgb(197,95,128); }
div.DivClassName
{
background-color: #C55F80;
}
.BgClassName
{
background-color: #C55F80;
}
</style>
border-color css
<style>
span { border-color: #C55F80; }
span { border-color: rgb(197,95,128); }
td.TdClassName
{
border-color: #C55F80;
}
.TagClassName
{
border-color: #C55F80;
}
</style>