Shades of Tapestry #C56979
Tints of Tapestry #C56979
RGB
CMYK
RGB Variations
Color information
#C56979 (or 0xC56979) is known color: Tapestry. HEX triplet: C5, 69 and 79. RGB value is (197,105,121). Sum of RGB (Red+Green+Blue) = 197+105+121=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C56979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56979 is #3A9686. Grayscale: #868686. Windows color (decimal): -3839623 or 7956933. OLE color: 7956933.
HSL color Cylindrical-coordinate representation of color #C56979: hue angle of 349.57º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56979 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 121 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.23 |
| HSL | 349.57º | 0.44% | 0.59% | - |
| HSV(B) | 349.57º | 0.47% | 0.77% | - |
| XYZ | 31.53 | 23.35 | 20.94 | - |
| YUV | 134.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 121 | 0 | 0.47 | 0.39 | 0.23 | 349.57 | 0.44 | 0.59 |
| Hex | C5 | 69 | 79 | 0 | 2F | 27 | 17 | 15E | 2C | 3B |
| Octal | 305 | 151 | 171 | 0 | 57 | 47 | 27 | 536 | 54 | 73 |
| Binary | 11000101 | 1101001 | 1111001 | 0 | 101111 | 100111 | 10111 | 101011110 | 101100 | 111011 |
Color Harmonies of #C56979
Complementary color
Monochromatic Colors of #C56979
Black with #C56979
Text Example
Text Example
White with #C56979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56979; }
p { color: rgb(197,105,121); }
H1.HeaderClassName
{
color: #C56979;
}
.AnyTagClassName
{
color: #C56979;
}
</style>
background-color css
<style>
a { background-color: #C56979; }
a { background-color: rgb(197,105,121); }
div.DivClassName
{
background-color: #C56979;
}
.BgClassName
{
background-color: #C56979;
}
</style>
border-color css
<style>
span { border-color: #C56979; }
span { border-color: rgb(197,105,121); }
td.TdClassName
{
border-color: #C56979;
}
.TagClassName
{
border-color: #C56979;
}
</style>