Shades of Tapestry #C26D84
Tints of Tapestry #C26D84
RGB
CMYK
RGB Variations
Color information
#C26D84 (or 0xC26D84) is known color: Tapestry. HEX triplet: C2, 6D and 84. RGB value is (194,109,132). Sum of RGB (Red+Green+Blue) = 194+109+132=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D84 is #3D927B. Grayscale: #898989. Windows color (decimal): -4035196 or 8678850. OLE color: 8678850.
HSL color Cylindrical-coordinate representation of color #C26D84: hue angle of 343.76º 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 #C26D84 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 132 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.24 |
| HSL | 343.76º | 0.41% | 0.59% | - |
| HSV(B) | 343.76º | 0.44% | 0.76% | - |
| XYZ | 31.88 | 24.07 | 24.8 | - |
| YUV | 137.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 132 | 0 | 0.44 | 0.32 | 0.24 | 343.76 | 0.41 | 0.59 |
| Hex | C2 | 6D | 84 | 0 | 2C | 20 | 18 | 158 | 29 | 3B |
| Octal | 302 | 155 | 204 | 0 | 54 | 40 | 30 | 530 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10000100 | 0 | 101100 | 100000 | 11000 | 101011000 | 101001 | 111011 |
Color Harmonies of #C26D84
Complementary color
Monochromatic Colors of #C26D84
Black with #C26D84
Text Example
Text Example
White with #C26D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D84; }
p { color: rgb(194,109,132); }
H1.HeaderClassName
{
color: #C26D84;
}
.AnyTagClassName
{
color: #C26D84;
}
</style>
background-color css
<style>
a { background-color: #C26D84; }
a { background-color: rgb(194,109,132); }
div.DivClassName
{
background-color: #C26D84;
}
.BgClassName
{
background-color: #C26D84;
}
</style>
border-color css
<style>
span { border-color: #C26D84; }
span { border-color: rgb(194,109,132); }
td.TdClassName
{
border-color: #C26D84;
}
.TagClassName
{
border-color: #C26D84;
}
</style>