Shades of Tapestry #C2687A
Tints of Tapestry #C2687A
RGB
CMYK
RGB Variations
Color information
#C2687A (or 0xC2687A) is known color: Tapestry. HEX triplet: C2, 68 and 7A. RGB value is (194,104,122). Sum of RGB (Red+Green+Blue) = 194+104+122=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2687A is #3D9785. Grayscale: #848484. Windows color (decimal): -4036486 or 8022210. OLE color: 8022210.
HSL color Cylindrical-coordinate representation of color #C2687A: hue angle of 348º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2687A is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 122 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.24 |
| HSL | 348º | 0.42% | 0.58% | - |
| HSV(B) | 348º | 0.46% | 0.76% | - |
| XYZ | 30.71 | 22.78 | 21.19 | - |
| YUV | 132.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 122 | 0 | 0.46 | 0.37 | 0.24 | 348 | 0.42 | 0.58 |
| Hex | C2 | 68 | 7A | 0 | 2E | 25 | 18 | 15C | 2A | 3A |
| Octal | 302 | 150 | 172 | 0 | 56 | 45 | 30 | 534 | 52 | 72 |
| Binary | 11000010 | 1101000 | 1111010 | 0 | 101110 | 100101 | 11000 | 101011100 | 101010 | 111010 |
Color Harmonies of #C2687A
Complementary color
Monochromatic Colors of #C2687A
Black with #C2687A
Text Example
Text Example
White with #C2687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2687A; }
p { color: rgb(194,104,122); }
H1.HeaderClassName
{
color: #C2687A;
}
.AnyTagClassName
{
color: #C2687A;
}
</style>
background-color css
<style>
a { background-color: #C2687A; }
a { background-color: rgb(194,104,122); }
div.DivClassName
{
background-color: #C2687A;
}
.BgClassName
{
background-color: #C2687A;
}
</style>
border-color css
<style>
span { border-color: #C2687A; }
span { border-color: rgb(194,104,122); }
td.TdClassName
{
border-color: #C2687A;
}
.TagClassName
{
border-color: #C2687A;
}
</style>