Shades of Tapestry #C26D7A
Tints of Tapestry #C26D7A
RGB
CMYK
RGB Variations
Color information
#C26D7A (or 0xC26D7A) is known color: Tapestry. HEX triplet: C2, 6D and 7A. RGB value is (194,109,122). Sum of RGB (Red+Green+Blue) = 194+109+122=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D7A is #3D9285. Grayscale: #878787. Windows color (decimal): -4035206 or 8023490. OLE color: 8023490.
HSL color Cylindrical-coordinate representation of color #C26D7A: hue angle of 350.82º 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 #C26D7A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 122 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.24 |
| HSL | 350.82º | 0.41% | 0.59% | - |
| HSV(B) | 350.82º | 0.44% | 0.76% | - |
| XYZ | 31.23 | 23.81 | 21.36 | - |
| YUV | 135.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 122 | 0 | 0.44 | 0.37 | 0.24 | 350.82 | 0.41 | 0.59 |
| Hex | C2 | 6D | 7A | 0 | 2C | 25 | 18 | 15F | 29 | 3B |
| Octal | 302 | 155 | 172 | 0 | 54 | 45 | 30 | 537 | 51 | 73 |
| Binary | 11000010 | 1101101 | 1111010 | 0 | 101100 | 100101 | 11000 | 101011111 | 101001 | 111011 |
Color Harmonies of #C26D7A
Complementary color
Monochromatic Colors of #C26D7A
Black with #C26D7A
Text Example
Text Example
White with #C26D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D7A; }
p { color: rgb(194,109,122); }
H1.HeaderClassName
{
color: #C26D7A;
}
.AnyTagClassName
{
color: #C26D7A;
}
</style>
background-color css
<style>
a { background-color: #C26D7A; }
a { background-color: rgb(194,109,122); }
div.DivClassName
{
background-color: #C26D7A;
}
.BgClassName
{
background-color: #C26D7A;
}
</style>
border-color css
<style>
span { border-color: #C26D7A; }
span { border-color: rgb(194,109,122); }
td.TdClassName
{
border-color: #C26D7A;
}
.TagClassName
{
border-color: #C26D7A;
}
</style>