Shades of Tapestry #C5617D
Tints of Tapestry #C5617D
RGB
CMYK
RGB Variations
Color information
#C5617D (or 0xC5617D) is known color: Tapestry. HEX triplet: C5, 61 and 7D. RGB value is (197,97,125). Sum of RGB (Red+Green+Blue) = 197+97+125=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5617D is #3A9E82. Grayscale: #828282. Windows color (decimal): -3841667 or 8217029. OLE color: 8217029.
HSL color Cylindrical-coordinate representation of color #C5617D: hue angle of 343.2º 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 #C5617D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 125 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.23 |
| HSL | 343.2º | 0.46% | 0.58% | - |
| HSV(B) | 343.2º | 0.51% | 0.77% | - |
| XYZ | 31 | 21.9 | 22 | - |
| YUV | 130.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 125 | 0 | 0.51 | 0.37 | 0.23 | 343.2 | 0.46 | 0.58 |
| Hex | C5 | 61 | 7D | 0 | 33 | 25 | 17 | 157 | 2E | 3A |
| Octal | 305 | 141 | 175 | 0 | 63 | 45 | 27 | 527 | 56 | 72 |
| Binary | 11000101 | 1100001 | 1111101 | 0 | 110011 | 100101 | 10111 | 101010111 | 101110 | 111010 |
Color Harmonies of #C5617D
Complementary color
Monochromatic Colors of #C5617D
Black with #C5617D
Text Example
Text Example
White with #C5617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5617D; }
p { color: rgb(197,97,125); }
H1.HeaderClassName
{
color: #C5617D;
}
.AnyTagClassName
{
color: #C5617D;
}
</style>
background-color css
<style>
a { background-color: #C5617D; }
a { background-color: rgb(197,97,125); }
div.DivClassName
{
background-color: #C5617D;
}
.BgClassName
{
background-color: #C5617D;
}
</style>
border-color css
<style>
span { border-color: #C5617D; }
span { border-color: rgb(197,97,125); }
td.TdClassName
{
border-color: #C5617D;
}
.TagClassName
{
border-color: #C5617D;
}
</style>