Shades of Tapestry #C26A76
Tints of Tapestry #C26A76
RGB
CMYK
RGB Variations
Color information
#C26A76 (or 0xC26A76) is known color: Tapestry. HEX triplet: C2, 6A and 76. RGB value is (194,106,118). Sum of RGB (Red+Green+Blue) = 194+106+118=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A76 is #3D9589. Grayscale: #858585. Windows color (decimal): -4035978 or 7760578. OLE color: 7760578.
HSL color Cylindrical-coordinate representation of color #C26A76: hue angle of 351.82º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26A76 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 118 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.24 |
| HSL | 351.82º | 0.42% | 0.59% | - |
| HSV(B) | 351.82º | 0.45% | 0.76% | - |
| XYZ | 30.67 | 23.09 | 19.98 | - |
| YUV | 133.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 118 | 0 | 0.45 | 0.39 | 0.24 | 351.82 | 0.42 | 0.59 |
| Hex | C2 | 6A | 76 | 0 | 2D | 27 | 18 | 160 | 2A | 3B |
| Octal | 302 | 152 | 166 | 0 | 55 | 47 | 30 | 540 | 52 | 73 |
| Binary | 11000010 | 1101010 | 1110110 | 0 | 101101 | 100111 | 11000 | 101100000 | 101010 | 111011 |
Color Harmonies of #C26A76
Complementary color
Monochromatic Colors of #C26A76
Black with #C26A76
Text Example
Text Example
White with #C26A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A76; }
p { color: rgb(194,106,118); }
H1.HeaderClassName
{
color: #C26A76;
}
.AnyTagClassName
{
color: #C26A76;
}
</style>
background-color css
<style>
a { background-color: #C26A76; }
a { background-color: rgb(194,106,118); }
div.DivClassName
{
background-color: #C26A76;
}
.BgClassName
{
background-color: #C26A76;
}
</style>
border-color css
<style>
span { border-color: #C26A76; }
span { border-color: rgb(194,106,118); }
td.TdClassName
{
border-color: #C26A76;
}
.TagClassName
{
border-color: #C26A76;
}
</style>