Shades of Tapestry #C26F78
Tints of Tapestry #C26F78
RGB
CMYK
RGB Variations
Color information
#C26F78 (or 0xC26F78) is known color: Tapestry. HEX triplet: C2, 6F and 78. RGB value is (194,111,120). Sum of RGB (Red+Green+Blue) = 194+111+120=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F78 is #3D9087. Grayscale: #888888. Windows color (decimal): -4034696 or 7892930. OLE color: 7892930.
HSL color Cylindrical-coordinate representation of color #C26F78: hue angle of 353.49º 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 #C26F78 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 120 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.24 |
| HSL | 353.49º | 0.4% | 0.6% | - |
| HSV(B) | 353.49º | 0.43% | 0.76% | - |
| XYZ | 31.32 | 24.19 | 20.79 | - |
| YUV | 136.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 120 | 0 | 0.43 | 0.38 | 0.24 | 353.49 | 0.4 | 0.6 |
| Hex | C2 | 6F | 78 | 0 | 2B | 26 | 18 | 161 | 28 | 3C |
| Octal | 302 | 157 | 170 | 0 | 53 | 46 | 30 | 541 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1111000 | 0 | 101011 | 100110 | 11000 | 101100001 | 101000 | 111100 |
Color Harmonies of #C26F78
Complementary color
Monochromatic Colors of #C26F78
Black with #C26F78
Text Example
Text Example
White with #C26F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F78; }
p { color: rgb(194,111,120); }
H1.HeaderClassName
{
color: #C26F78;
}
.AnyTagClassName
{
color: #C26F78;
}
</style>
background-color css
<style>
a { background-color: #C26F78; }
a { background-color: rgb(194,111,120); }
div.DivClassName
{
background-color: #C26F78;
}
.BgClassName
{
background-color: #C26F78;
}
</style>
border-color css
<style>
span { border-color: #C26F78; }
span { border-color: rgb(194,111,120); }
td.TdClassName
{
border-color: #C26F78;
}
.TagClassName
{
border-color: #C26F78;
}
</style>