Shades of Tapestry #C26F80
Tints of Tapestry #C26F80
RGB
CMYK
RGB Variations
Color information
#C26F80 (or 0xC26F80) is known color: Tapestry. HEX triplet: C2, 6F and 80. RGB value is (194,111,128). Sum of RGB (Red+Green+Blue) = 194+111+128=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26F80 is #3D907F. Grayscale: #898989. Windows color (decimal): -4034688 or 8417218. OLE color: 8417218.
HSL color Cylindrical-coordinate representation of color #C26F80: hue angle of 347.71º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26F80 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 128 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.24 |
| HSL | 347.71º | 0.4% | 0.6% | - |
| HSV(B) | 347.71º | 0.43% | 0.76% | - |
| XYZ | 31.83 | 24.4 | 23.45 | - |
| YUV | 137.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 128 | 0 | 0.43 | 0.34 | 0.24 | 347.71 | 0.4 | 0.6 |
| Hex | C2 | 6F | 80 | 0 | 2B | 22 | 18 | 15C | 28 | 3C |
| Octal | 302 | 157 | 200 | 0 | 53 | 42 | 30 | 534 | 50 | 74 |
| Binary | 11000010 | 1101111 | 10000000 | 0 | 101011 | 100010 | 11000 | 101011100 | 101000 | 111100 |
Color Harmonies of #C26F80
Complementary color
Monochromatic Colors of #C26F80
Black with #C26F80
Text Example
Text Example
White with #C26F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F80; }
p { color: rgb(194,111,128); }
H1.HeaderClassName
{
color: #C26F80;
}
.AnyTagClassName
{
color: #C26F80;
}
</style>
background-color css
<style>
a { background-color: #C26F80; }
a { background-color: rgb(194,111,128); }
div.DivClassName
{
background-color: #C26F80;
}
.BgClassName
{
background-color: #C26F80;
}
</style>
border-color css
<style>
span { border-color: #C26F80; }
span { border-color: rgb(194,111,128); }
td.TdClassName
{
border-color: #C26F80;
}
.TagClassName
{
border-color: #C26F80;
}
</style>