Shades of Tapestry #C26885
Tints of Tapestry #C26885
RGB
CMYK
RGB Variations
Color information
#C26885 (or 0xC26885) is known color: Tapestry. HEX triplet: C2, 68 and 85. RGB value is (194,104,133). Sum of RGB (Red+Green+Blue) = 194+104+133=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C26885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26885 is #3D977A. Grayscale: #868686. Windows color (decimal): -4036475 or 8743106. OLE color: 8743106.
HSL color Cylindrical-coordinate representation of color #C26885: hue angle of 340.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 #C26885 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 133 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.24 |
| HSL | 340.67º | 0.42% | 0.58% | - |
| HSV(B) | 340.67º | 0.46% | 0.76% | - |
| XYZ | 31.43 | 23.06 | 24.99 | - |
| YUV | 134.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 133 | 0 | 0.46 | 0.31 | 0.24 | 340.67 | 0.42 | 0.58 |
| Hex | C2 | 68 | 85 | 0 | 2E | 1F | 18 | 155 | 2A | 3A |
| Octal | 302 | 150 | 205 | 0 | 56 | 37 | 30 | 525 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10000101 | 0 | 101110 | 11111 | 11000 | 101010101 | 101010 | 111010 |
Color Harmonies of #C26885
Complementary color
Monochromatic Colors of #C26885
Black with #C26885
Text Example
Text Example
White with #C26885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26885; }
p { color: rgb(194,104,133); }
H1.HeaderClassName
{
color: #C26885;
}
.AnyTagClassName
{
color: #C26885;
}
</style>
background-color css
<style>
a { background-color: #C26885; }
a { background-color: rgb(194,104,133); }
div.DivClassName
{
background-color: #C26885;
}
.BgClassName
{
background-color: #C26885;
}
</style>
border-color css
<style>
span { border-color: #C26885; }
span { border-color: rgb(194,104,133); }
td.TdClassName
{
border-color: #C26885;
}
.TagClassName
{
border-color: #C26885;
}
</style>