Shades of Tapestry #C26E7E
Tints of Tapestry #C26E7E
RGB
CMYK
RGB Variations
Color information
#C26E7E (or 0xC26E7E) is known color: Tapestry. HEX triplet: C2, 6E and 7E. RGB value is (194,110,126). Sum of RGB (Red+Green+Blue) = 194+110+126=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E7E is #3D9181. Grayscale: #888888. Windows color (decimal): -4034946 or 8285890. OLE color: 8285890.
HSL color Cylindrical-coordinate representation of color #C26E7E: hue angle of 348.57º degrees, saturation: 0.41, 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 #C26E7E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 126 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.24 |
| HSL | 348.57º | 0.41% | 0.6% | - |
| HSV(B) | 348.57º | 0.43% | 0.76% | - |
| XYZ | 31.59 | 24.13 | 22.73 | - |
| YUV | 136.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 126 | 0 | 0.43 | 0.35 | 0.24 | 348.57 | 0.41 | 0.6 |
| Hex | C2 | 6E | 7E | 0 | 2B | 23 | 18 | 15D | 29 | 3C |
| Octal | 302 | 156 | 176 | 0 | 53 | 43 | 30 | 535 | 51 | 74 |
| Binary | 11000010 | 1101110 | 1111110 | 0 | 101011 | 100011 | 11000 | 101011101 | 101001 | 111100 |
Color Harmonies of #C26E7E
Complementary color
Monochromatic Colors of #C26E7E
Black with #C26E7E
Text Example
Text Example
White with #C26E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E7E; }
p { color: rgb(194,110,126); }
H1.HeaderClassName
{
color: #C26E7E;
}
.AnyTagClassName
{
color: #C26E7E;
}
</style>
background-color css
<style>
a { background-color: #C26E7E; }
a { background-color: rgb(194,110,126); }
div.DivClassName
{
background-color: #C26E7E;
}
.BgClassName
{
background-color: #C26E7E;
}
</style>
border-color css
<style>
span { border-color: #C26E7E; }
span { border-color: rgb(194,110,126); }
td.TdClassName
{
border-color: #C26E7E;
}
.TagClassName
{
border-color: #C26E7E;
}
</style>