Shades of Tapestry #C26986
Tints of Tapestry #C26986
RGB
CMYK
RGB Variations
Color information
#C26986 (or 0xC26986) is known color: Tapestry. HEX triplet: C2, 69 and 86. RGB value is (194,105,134). Sum of RGB (Red+Green+Blue) = 194+105+134=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C26986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26986 is #3D9679. Grayscale: #868686. Windows color (decimal): -4036218 or 8808898. OLE color: 8808898.
HSL color Cylindrical-coordinate representation of color #C26986: hue angle of 340.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26986 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 134 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.24 |
| HSL | 340.45º | 0.42% | 0.59% | - |
| HSV(B) | 340.45º | 0.46% | 0.76% | - |
| XYZ | 31.6 | 23.29 | 25.38 | - |
| YUV | 134.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 134 | 0 | 0.46 | 0.31 | 0.24 | 340.45 | 0.42 | 0.59 |
| Hex | C2 | 69 | 86 | 0 | 2E | 1F | 18 | 154 | 2A | 3B |
| Octal | 302 | 151 | 206 | 0 | 56 | 37 | 30 | 524 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10000110 | 0 | 101110 | 11111 | 11000 | 101010100 | 101010 | 111011 |
Color Harmonies of #C26986
Complementary color
Monochromatic Colors of #C26986
Black with #C26986
Text Example
Text Example
White with #C26986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26986; }
p { color: rgb(194,105,134); }
H1.HeaderClassName
{
color: #C26986;
}
.AnyTagClassName
{
color: #C26986;
}
</style>
background-color css
<style>
a { background-color: #C26986; }
a { background-color: rgb(194,105,134); }
div.DivClassName
{
background-color: #C26986;
}
.BgClassName
{
background-color: #C26986;
}
</style>
border-color css
<style>
span { border-color: #C26986; }
span { border-color: rgb(194,105,134); }
td.TdClassName
{
border-color: #C26986;
}
.TagClassName
{
border-color: #C26986;
}
</style>