Shades of Tapestry #C2687F
Tints of Tapestry #C2687F
RGB
CMYK
RGB Variations
Color information
#C2687F (or 0xC2687F) is known color: Tapestry. HEX triplet: C2, 68 and 7F. RGB value is (194,104,127). Sum of RGB (Red+Green+Blue) = 194+104+127=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2687F is #3D9780. Grayscale: #858585. Windows color (decimal): -4036481 or 8349890. OLE color: 8349890.
HSL color Cylindrical-coordinate representation of color #C2687F: hue angle of 344.67º 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 #C2687F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 127 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.24 |
| HSL | 344.67º | 0.42% | 0.58% | - |
| HSV(B) | 344.67º | 0.46% | 0.76% | - |
| XYZ | 31.03 | 22.9 | 22.86 | - |
| YUV | 133.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 127 | 0 | 0.46 | 0.35 | 0.24 | 344.67 | 0.42 | 0.58 |
| Hex | C2 | 68 | 7F | 0 | 2E | 23 | 18 | 159 | 2A | 3A |
| Octal | 302 | 150 | 177 | 0 | 56 | 43 | 30 | 531 | 52 | 72 |
| Binary | 11000010 | 1101000 | 1111111 | 0 | 101110 | 100011 | 11000 | 101011001 | 101010 | 111010 |
Color Harmonies of #C2687F
Complementary color
Monochromatic Colors of #C2687F
Black with #C2687F
Text Example
Text Example
White with #C2687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2687F; }
p { color: rgb(194,104,127); }
H1.HeaderClassName
{
color: #C2687F;
}
.AnyTagClassName
{
color: #C2687F;
}
</style>
background-color css
<style>
a { background-color: #C2687F; }
a { background-color: rgb(194,104,127); }
div.DivClassName
{
background-color: #C2687F;
}
.BgClassName
{
background-color: #C2687F;
}
</style>
border-color css
<style>
span { border-color: #C2687F; }
span { border-color: rgb(194,104,127); }
td.TdClassName
{
border-color: #C2687F;
}
.TagClassName
{
border-color: #C2687F;
}
</style>