Shades of Tapestry #C2647F
Tints of Tapestry #C2647F
RGB
CMYK
RGB Variations
Color information
#C2647F (or 0xC2647F) is known color: Tapestry. HEX triplet: C2, 64 and 7F. RGB value is (194,100,127). Sum of RGB (Red+Green+Blue) = 194+100+127=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2647F is #3D9B80. Grayscale: #838383. Windows color (decimal): -4037505 or 8348866. OLE color: 8348866.
HSL color Cylindrical-coordinate representation of color #C2647F: hue angle of 342.77º 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 #C2647F is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 127 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.24 |
| HSL | 342.77º | 0.44% | 0.58% | - |
| HSV(B) | 342.77º | 0.48% | 0.76% | - |
| XYZ | 30.64 | 22.12 | 22.73 | - |
| YUV | 131.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 127 | 0 | 0.48 | 0.35 | 0.24 | 342.77 | 0.44 | 0.58 |
| Hex | C2 | 64 | 7F | 0 | 30 | 23 | 18 | 157 | 2C | 3A |
| Octal | 302 | 144 | 177 | 0 | 60 | 43 | 30 | 527 | 54 | 72 |
| Binary | 11000010 | 1100100 | 1111111 | 0 | 110000 | 100011 | 11000 | 101010111 | 101100 | 111010 |
Color Harmonies of #C2647F
Complementary color
Monochromatic Colors of #C2647F
Black with #C2647F
Text Example
Text Example
White with #C2647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2647F; }
p { color: rgb(194,100,127); }
H1.HeaderClassName
{
color: #C2647F;
}
.AnyTagClassName
{
color: #C2647F;
}
</style>
background-color css
<style>
a { background-color: #C2647F; }
a { background-color: rgb(194,100,127); }
div.DivClassName
{
background-color: #C2647F;
}
.BgClassName
{
background-color: #C2647F;
}
</style>
border-color css
<style>
span { border-color: #C2647F; }
span { border-color: rgb(194,100,127); }
td.TdClassName
{
border-color: #C2647F;
}
.TagClassName
{
border-color: #C2647F;
}
</style>