Shades of Tapestry #C26E78
Tints of Tapestry #C26E78
RGB
CMYK
RGB Variations
Color information
#C26E78 (or 0xC26E78) is known color: Tapestry. HEX triplet: C2, 6E and 78. RGB value is (194,110,120). Sum of RGB (Red+Green+Blue) = 194+110+120=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E78 is #3D9187. Grayscale: #888888. Windows color (decimal): -4034952 or 7892674. OLE color: 7892674.
HSL color Cylindrical-coordinate representation of color #C26E78: hue angle of 352.86º 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 #C26E78 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 120 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.24 |
| HSL | 352.86º | 0.41% | 0.6% | - |
| HSV(B) | 352.86º | 0.43% | 0.76% | - |
| XYZ | 31.21 | 23.98 | 20.75 | - |
| YUV | 136.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 120 | 0 | 0.43 | 0.38 | 0.24 | 352.86 | 0.41 | 0.6 |
| Hex | C2 | 6E | 78 | 0 | 2B | 26 | 18 | 161 | 29 | 3C |
| Octal | 302 | 156 | 170 | 0 | 53 | 46 | 30 | 541 | 51 | 74 |
| Binary | 11000010 | 1101110 | 1111000 | 0 | 101011 | 100110 | 11000 | 101100001 | 101001 | 111100 |
Color Harmonies of #C26E78
Complementary color
Monochromatic Colors of #C26E78
Black with #C26E78
Text Example
Text Example
White with #C26E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E78; }
p { color: rgb(194,110,120); }
H1.HeaderClassName
{
color: #C26E78;
}
.AnyTagClassName
{
color: #C26E78;
}
</style>
background-color css
<style>
a { background-color: #C26E78; }
a { background-color: rgb(194,110,120); }
div.DivClassName
{
background-color: #C26E78;
}
.BgClassName
{
background-color: #C26E78;
}
</style>
border-color css
<style>
span { border-color: #C26E78; }
span { border-color: rgb(194,110,120); }
td.TdClassName
{
border-color: #C26E78;
}
.TagClassName
{
border-color: #C26E78;
}
</style>