Shades of Tapestry #C2647E
Tints of Tapestry #C2647E
RGB
CMYK
RGB Variations
Color information
#C2647E (or 0xC2647E) is known color: Tapestry. HEX triplet: C2, 64 and 7E. RGB value is (194,100,126). Sum of RGB (Red+Green+Blue) = 194+100+126=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2647E is #3D9B81. Grayscale: #838383. Windows color (decimal): -4037506 or 8283330. OLE color: 8283330.
HSL color Cylindrical-coordinate representation of color #C2647E: hue angle of 343.4º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2647E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 126 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.24 |
| HSL | 343.4º | 0.44% | 0.58% | - |
| HSV(B) | 343.4º | 0.48% | 0.76% | - |
| XYZ | 30.57 | 22.09 | 22.39 | - |
| YUV | 131.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 126 | 0 | 0.48 | 0.35 | 0.24 | 343.4 | 0.44 | 0.58 |
| Hex | C2 | 64 | 7E | 0 | 30 | 23 | 18 | 157 | 2C | 3A |
| Octal | 302 | 144 | 176 | 0 | 60 | 43 | 30 | 527 | 54 | 72 |
| Binary | 11000010 | 1100100 | 1111110 | 0 | 110000 | 100011 | 11000 | 101010111 | 101100 | 111010 |
Color Harmonies of #C2647E
Complementary color
Monochromatic Colors of #C2647E
Black with #C2647E
Text Example
Text Example
White with #C2647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2647E; }
p { color: rgb(194,100,126); }
H1.HeaderClassName
{
color: #C2647E;
}
.AnyTagClassName
{
color: #C2647E;
}
</style>
background-color css
<style>
a { background-color: #C2647E; }
a { background-color: rgb(194,100,126); }
div.DivClassName
{
background-color: #C2647E;
}
.BgClassName
{
background-color: #C2647E;
}
</style>
border-color css
<style>
span { border-color: #C2647E; }
span { border-color: rgb(194,100,126); }
td.TdClassName
{
border-color: #C2647E;
}
.TagClassName
{
border-color: #C2647E;
}
</style>