Shades of Tapestry #C5657E
Tints of Tapestry #C5657E
RGB
CMYK
RGB Variations
Color information
#C5657E (or 0xC5657E) is known color: Tapestry. HEX triplet: C5, 65 and 7E. RGB value is (197,101,126). Sum of RGB (Red+Green+Blue) = 197+101+126=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5657E is #3A9A81. Grayscale: #848484. Windows color (decimal): -3840642 or 8283589. OLE color: 8283589.
HSL color Cylindrical-coordinate representation of color #C5657E: hue angle of 344.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5657E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 126 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.23 |
| HSL | 344.38º | 0.45% | 0.58% | - |
| HSV(B) | 344.38º | 0.49% | 0.77% | - |
| XYZ | 31.45 | 22.68 | 22.46 | - |
| YUV | 132.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 126 | 0 | 0.49 | 0.36 | 0.23 | 344.38 | 0.45 | 0.58 |
| Hex | C5 | 65 | 7E | 0 | 31 | 24 | 17 | 158 | 2D | 3A |
| Octal | 305 | 145 | 176 | 0 | 61 | 44 | 27 | 530 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1111110 | 0 | 110001 | 100100 | 10111 | 101011000 | 101101 | 111010 |
Color Harmonies of #C5657E
Complementary color
Monochromatic Colors of #C5657E
Black with #C5657E
Text Example
Text Example
White with #C5657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5657E; }
p { color: rgb(197,101,126); }
H1.HeaderClassName
{
color: #C5657E;
}
.AnyTagClassName
{
color: #C5657E;
}
</style>
background-color css
<style>
a { background-color: #C5657E; }
a { background-color: rgb(197,101,126); }
div.DivClassName
{
background-color: #C5657E;
}
.BgClassName
{
background-color: #C5657E;
}
</style>
border-color css
<style>
span { border-color: #C5657E; }
span { border-color: rgb(197,101,126); }
td.TdClassName
{
border-color: #C5657E;
}
.TagClassName
{
border-color: #C5657E;
}
</style>