Shades of Tapestry #C56381
Tints of Tapestry #C56381
RGB
CMYK
RGB Variations
Color information
#C56381 (or 0xC56381) is known color: Tapestry. HEX triplet: C5, 63 and 81. RGB value is (197,99,129). Sum of RGB (Red+Green+Blue) = 197+99+129=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C56381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56381 is #3A9C7E. Grayscale: #838383. Windows color (decimal): -3841151 or 8479685. OLE color: 8479685.
HSL color Cylindrical-coordinate representation of color #C56381: hue angle of 341.63º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56381 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 129 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.23 |
| HSL | 341.63º | 0.46% | 0.58% | - |
| HSV(B) | 341.63º | 0.5% | 0.77% | - |
| XYZ | 31.45 | 22.38 | 23.43 | - |
| YUV | 131.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 129 | 0 | 0.50 | 0.35 | 0.23 | 341.63 | 0.46 | 0.58 |
| Hex | C5 | 63 | 81 | 0 | 32 | 23 | 17 | 156 | 2E | 3A |
| Octal | 305 | 143 | 201 | 0 | 62 | 43 | 27 | 526 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10000001 | 0 | 110010 | 100011 | 10111 | 101010110 | 101110 | 111010 |
Color Harmonies of #C56381
Complementary color
Monochromatic Colors of #C56381
Black with #C56381
Text Example
Text Example
White with #C56381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56381; }
p { color: rgb(197,99,129); }
H1.HeaderClassName
{
color: #C56381;
}
.AnyTagClassName
{
color: #C56381;
}
</style>
background-color css
<style>
a { background-color: #C56381; }
a { background-color: rgb(197,99,129); }
div.DivClassName
{
background-color: #C56381;
}
.BgClassName
{
background-color: #C56381;
}
</style>
border-color css
<style>
span { border-color: #C56381; }
span { border-color: rgb(197,99,129); }
td.TdClassName
{
border-color: #C56381;
}
.TagClassName
{
border-color: #C56381;
}
</style>