Shades of Tapestry #C26876
Tints of Tapestry #C26876
RGB
CMYK
RGB Variations
Color information
#C26876 (or 0xC26876) is known color: Tapestry. HEX triplet: C2, 68 and 76. RGB value is (194,104,118). Sum of RGB (Red+Green+Blue) = 194+104+118=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C26876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26876 is #3D9789. Grayscale: #848484. Windows color (decimal): -4036490 or 7760066. OLE color: 7760066.
HSL color Cylindrical-coordinate representation of color #C26876: hue angle of 350.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 #C26876 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 118 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.24 |
| HSL | 350.67º | 0.42% | 0.58% | - |
| HSV(B) | 350.67º | 0.46% | 0.76% | - |
| XYZ | 30.47 | 22.68 | 19.91 | - |
| YUV | 132.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 118 | 0 | 0.46 | 0.39 | 0.24 | 350.67 | 0.42 | 0.58 |
| Hex | C2 | 68 | 76 | 0 | 2E | 27 | 18 | 15F | 2A | 3A |
| Octal | 302 | 150 | 166 | 0 | 56 | 47 | 30 | 537 | 52 | 72 |
| Binary | 11000010 | 1101000 | 1110110 | 0 | 101110 | 100111 | 11000 | 101011111 | 101010 | 111010 |
Color Harmonies of #C26876
Complementary color
Monochromatic Colors of #C26876
Black with #C26876
Text Example
Text Example
White with #C26876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26876; }
p { color: rgb(194,104,118); }
H1.HeaderClassName
{
color: #C26876;
}
.AnyTagClassName
{
color: #C26876;
}
</style>
background-color css
<style>
a { background-color: #C26876; }
a { background-color: rgb(194,104,118); }
div.DivClassName
{
background-color: #C26876;
}
.BgClassName
{
background-color: #C26876;
}
</style>
border-color css
<style>
span { border-color: #C26876; }
span { border-color: rgb(194,104,118); }
td.TdClassName
{
border-color: #C26876;
}
.TagClassName
{
border-color: #C26876;
}
</style>