Shades of Tapestry #C5607F
Tints of Tapestry #C5607F
RGB
CMYK
RGB Variations
Color information
#C5607F (or 0xC5607F) is known color: Tapestry. HEX triplet: C5, 60 and 7F. RGB value is (197,96,127). Sum of RGB (Red+Green+Blue) = 197+96+127=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5607F is #3A9F80. Grayscale: #818181. Windows color (decimal): -3841921 or 8347845. OLE color: 8347845.
HSL color Cylindrical-coordinate representation of color #C5607F: hue angle of 341.58º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5607F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 127 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.23 |
| HSL | 341.58º | 0.47% | 0.57% | - |
| HSV(B) | 341.58º | 0.51% | 0.77% | - |
| XYZ | 31.04 | 21.77 | 22.64 | - |
| YUV | 129.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 127 | 0 | 0.51 | 0.36 | 0.23 | 341.58 | 0.47 | 0.57 |
| Hex | C5 | 60 | 7F | 0 | 33 | 24 | 17 | 156 | 2F | 39 |
| Octal | 305 | 140 | 177 | 0 | 63 | 44 | 27 | 526 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1111111 | 0 | 110011 | 100100 | 10111 | 101010110 | 101111 | 111001 |
Color Harmonies of #C5607F
Complementary color
Monochromatic Colors of #C5607F
Black with #C5607F
Text Example
Text Example
White with #C5607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5607F; }
p { color: rgb(197,96,127); }
H1.HeaderClassName
{
color: #C5607F;
}
.AnyTagClassName
{
color: #C5607F;
}
</style>
background-color css
<style>
a { background-color: #C5607F; }
a { background-color: rgb(197,96,127); }
div.DivClassName
{
background-color: #C5607F;
}
.BgClassName
{
background-color: #C5607F;
}
</style>
border-color css
<style>
span { border-color: #C5607F; }
span { border-color: rgb(197,96,127); }
td.TdClassName
{
border-color: #C5607F;
}
.TagClassName
{
border-color: #C5607F;
}
</style>