Shades of Tapestry #C5637C
Tints of Tapestry #C5637C
RGB
CMYK
RGB Variations
Color information
#C5637C (or 0xC5637C) is known color: Tapestry. HEX triplet: C5, 63 and 7C. RGB value is (197,99,124). Sum of RGB (Red+Green+Blue) = 197+99+124=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5637C is #3A9C83. Grayscale: #838383. Windows color (decimal): -3841156 or 8152005. OLE color: 8152005.
HSL color Cylindrical-coordinate representation of color #C5637C: hue angle of 344.69º 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 #C5637C is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 124 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.23 |
| HSL | 344.69º | 0.46% | 0.58% | - |
| HSV(B) | 344.69º | 0.5% | 0.77% | - |
| XYZ | 31.13 | 22.25 | 21.72 | - |
| YUV | 131.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 124 | 0 | 0.50 | 0.37 | 0.23 | 344.69 | 0.46 | 0.58 |
| Hex | C5 | 63 | 7C | 0 | 32 | 25 | 17 | 159 | 2E | 3A |
| Octal | 305 | 143 | 174 | 0 | 62 | 45 | 27 | 531 | 56 | 72 |
| Binary | 11000101 | 1100011 | 1111100 | 0 | 110010 | 100101 | 10111 | 101011001 | 101110 | 111010 |
Color Harmonies of #C5637C
Complementary color
Monochromatic Colors of #C5637C
Black with #C5637C
Text Example
Text Example
White with #C5637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5637C; }
p { color: rgb(197,99,124); }
H1.HeaderClassName
{
color: #C5637C;
}
.AnyTagClassName
{
color: #C5637C;
}
</style>
background-color css
<style>
a { background-color: #C5637C; }
a { background-color: rgb(197,99,124); }
div.DivClassName
{
background-color: #C5637C;
}
.BgClassName
{
background-color: #C5637C;
}
</style>
border-color css
<style>
span { border-color: #C5637C; }
span { border-color: rgb(197,99,124); }
td.TdClassName
{
border-color: #C5637C;
}
.TagClassName
{
border-color: #C5637C;
}
</style>