Shades of Tapestry #C26C87
Tints of Tapestry #C26C87
RGB
CMYK
RGB Variations
Color information
#C26C87 (or 0xC26C87) is known color: Tapestry. HEX triplet: C2, 6C and 87. RGB value is (194,108,135). Sum of RGB (Red+Green+Blue) = 194+108+135=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26C87 is #3D9378. Grayscale: #888888. Windows color (decimal): -4035449 or 8875202. OLE color: 8875202.
HSL color Cylindrical-coordinate representation of color #C26C87: hue angle of 341.16º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26C87 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 135 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.24 |
| HSL | 341.16º | 0.41% | 0.59% | - |
| HSV(B) | 341.16º | 0.44% | 0.76% | - |
| XYZ | 31.98 | 23.94 | 25.86 | - |
| YUV | 136.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 135 | 0 | 0.44 | 0.30 | 0.24 | 341.16 | 0.41 | 0.59 |
| Hex | C2 | 6C | 87 | 0 | 2C | 1E | 18 | 155 | 29 | 3B |
| Octal | 302 | 154 | 207 | 0 | 54 | 36 | 30 | 525 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10000111 | 0 | 101100 | 11110 | 11000 | 101010101 | 101001 | 111011 |
Color Harmonies of #C26C87
Complementary color
Monochromatic Colors of #C26C87
Black with #C26C87
Text Example
Text Example
White with #C26C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C87; }
p { color: rgb(194,108,135); }
H1.HeaderClassName
{
color: #C26C87;
}
.AnyTagClassName
{
color: #C26C87;
}
</style>
background-color css
<style>
a { background-color: #C26C87; }
a { background-color: rgb(194,108,135); }
div.DivClassName
{
background-color: #C26C87;
}
.BgClassName
{
background-color: #C26C87;
}
</style>
border-color css
<style>
span { border-color: #C26C87; }
span { border-color: rgb(194,108,135); }
td.TdClassName
{
border-color: #C26C87;
}
.TagClassName
{
border-color: #C26C87;
}
</style>