Shades of Tapestry #C26D80
Tints of Tapestry #C26D80
RGB
CMYK
RGB Variations
Color information
#C26D80 (or 0xC26D80) is known color: Tapestry. HEX triplet: C2, 6D and 80. RGB value is (194,109,128). Sum of RGB (Red+Green+Blue) = 194+109+128=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D80 is #3D927F. Grayscale: #888888. Windows color (decimal): -4035200 or 8416706. OLE color: 8416706.
HSL color Cylindrical-coordinate representation of color #C26D80: hue angle of 346.59º 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 #C26D80 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 128 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.24 |
| HSL | 346.59º | 0.41% | 0.59% | - |
| HSV(B) | 346.59º | 0.44% | 0.76% | - |
| XYZ | 31.61 | 23.97 | 23.38 | - |
| YUV | 136.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 128 | 0 | 0.44 | 0.34 | 0.24 | 346.59 | 0.41 | 0.59 |
| Hex | C2 | 6D | 80 | 0 | 2C | 22 | 18 | 15B | 29 | 3B |
| Octal | 302 | 155 | 200 | 0 | 54 | 42 | 30 | 533 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10000000 | 0 | 101100 | 100010 | 11000 | 101011011 | 101001 | 111011 |
Color Harmonies of #C26D80
Complementary color
Monochromatic Colors of #C26D80
Black with #C26D80
Text Example
Text Example
White with #C26D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D80; }
p { color: rgb(194,109,128); }
H1.HeaderClassName
{
color: #C26D80;
}
.AnyTagClassName
{
color: #C26D80;
}
</style>
background-color css
<style>
a { background-color: #C26D80; }
a { background-color: rgb(194,109,128); }
div.DivClassName
{
background-color: #C26D80;
}
.BgClassName
{
background-color: #C26D80;
}
</style>
border-color css
<style>
span { border-color: #C26D80; }
span { border-color: rgb(194,109,128); }
td.TdClassName
{
border-color: #C26D80;
}
.TagClassName
{
border-color: #C26D80;
}
</style>