Shades of Tapestry #C26D88
Tints of Tapestry #C26D88
RGB
CMYK
RGB Variations
Color information
#C26D88 (or 0xC26D88) is known color: Tapestry. HEX triplet: C2, 6D and 88. RGB value is (194,109,136). Sum of RGB (Red+Green+Blue) = 194+109+136=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D88 is #3D9277. Grayscale: #898989. Windows color (decimal): -4035192 or 8940994. OLE color: 8940994.
HSL color Cylindrical-coordinate representation of color #C26D88: hue angle of 340.94º 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 #C26D88 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 136 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.24 |
| HSL | 340.94º | 0.41% | 0.59% | - |
| HSV(B) | 340.94º | 0.44% | 0.76% | - |
| XYZ | 32.16 | 24.18 | 26.27 | - |
| YUV | 137.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 136 | 0 | 0.44 | 0.30 | 0.24 | 340.94 | 0.41 | 0.59 |
| Hex | C2 | 6D | 88 | 0 | 2C | 1E | 18 | 155 | 29 | 3B |
| Octal | 302 | 155 | 210 | 0 | 54 | 36 | 30 | 525 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10001000 | 0 | 101100 | 11110 | 11000 | 101010101 | 101001 | 111011 |
Color Harmonies of #C26D88
Complementary color
Monochromatic Colors of #C26D88
Black with #C26D88
Text Example
Text Example
White with #C26D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D88; }
p { color: rgb(194,109,136); }
H1.HeaderClassName
{
color: #C26D88;
}
.AnyTagClassName
{
color: #C26D88;
}
</style>
background-color css
<style>
a { background-color: #C26D88; }
a { background-color: rgb(194,109,136); }
div.DivClassName
{
background-color: #C26D88;
}
.BgClassName
{
background-color: #C26D88;
}
</style>
border-color css
<style>
span { border-color: #C26D88; }
span { border-color: rgb(194,109,136); }
td.TdClassName
{
border-color: #C26D88;
}
.TagClassName
{
border-color: #C26D88;
}
</style>