Shades of Tapestry #C56180
Tints of Tapestry #C56180
RGB
CMYK
RGB Variations
Color information
#C56180 (or 0xC56180) is known color: Tapestry. HEX triplet: C5, 61 and 80. RGB value is (197,97,128). Sum of RGB (Red+Green+Blue) = 197+97+128=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C56180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56180 is #3A9E7F. Grayscale: #828282. Windows color (decimal): -3841664 or 8413637. OLE color: 8413637.
HSL color Cylindrical-coordinate representation of color #C56180: hue angle of 341.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56180 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 128 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.23 |
| HSL | 341.4º | 0.46% | 0.58% | - |
| HSV(B) | 341.4º | 0.51% | 0.77% | - |
| XYZ | 31.2 | 21.98 | 23.02 | - |
| YUV | 130.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 128 | 0 | 0.51 | 0.35 | 0.23 | 341.4 | 0.46 | 0.58 |
| Hex | C5 | 61 | 80 | 0 | 33 | 23 | 17 | 155 | 2E | 3A |
| Octal | 305 | 141 | 200 | 0 | 63 | 43 | 27 | 525 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10000000 | 0 | 110011 | 100011 | 10111 | 101010101 | 101110 | 111010 |
Color Harmonies of #C56180
Complementary color
Monochromatic Colors of #C56180
Black with #C56180
Text Example
Text Example
White with #C56180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56180; }
p { color: rgb(197,97,128); }
H1.HeaderClassName
{
color: #C56180;
}
.AnyTagClassName
{
color: #C56180;
}
</style>
background-color css
<style>
a { background-color: #C56180; }
a { background-color: rgb(197,97,128); }
div.DivClassName
{
background-color: #C56180;
}
.BgClassName
{
background-color: #C56180;
}
</style>
border-color css
<style>
span { border-color: #C56180; }
span { border-color: rgb(197,97,128); }
td.TdClassName
{
border-color: #C56180;
}
.TagClassName
{
border-color: #C56180;
}
</style>