Shades of Tapestry #C26F84
Tints of Tapestry #C26F84
RGB
CMYK
RGB Variations
Color information
#C26F84 (or 0xC26F84) is known color: Tapestry. HEX triplet: C2, 6F and 84. RGB value is (194,111,132). Sum of RGB (Red+Green+Blue) = 194+111+132=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26F84 is #3D907B. Grayscale: #8A8A8A. Windows color (decimal): -4034684 or 8679362. OLE color: 8679362.
HSL color Cylindrical-coordinate representation of color #C26F84: hue angle of 344.82º 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 #C26F84 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 132 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.24 |
| HSL | 344.82º | 0.4% | 0.6% | - |
| HSV(B) | 344.82º | 0.43% | 0.76% | - |
| XYZ | 32.1 | 24.5 | 24.87 | - |
| YUV | 138.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 132 | 0 | 0.43 | 0.32 | 0.24 | 344.82 | 0.4 | 0.6 |
| Hex | C2 | 6F | 84 | 0 | 2B | 20 | 18 | 159 | 28 | 3C |
| Octal | 302 | 157 | 204 | 0 | 53 | 40 | 30 | 531 | 50 | 74 |
| Binary | 11000010 | 1101111 | 10000100 | 0 | 101011 | 100000 | 11000 | 101011001 | 101000 | 111100 |
Color Harmonies of #C26F84
Complementary color
Monochromatic Colors of #C26F84
Black with #C26F84
Text Example
Text Example
White with #C26F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F84; }
p { color: rgb(194,111,132); }
H1.HeaderClassName
{
color: #C26F84;
}
.AnyTagClassName
{
color: #C26F84;
}
</style>
background-color css
<style>
a { background-color: #C26F84; }
a { background-color: rgb(194,111,132); }
div.DivClassName
{
background-color: #C26F84;
}
.BgClassName
{
background-color: #C26F84;
}
</style>
border-color css
<style>
span { border-color: #C26F84; }
span { border-color: rgb(194,111,132); }
td.TdClassName
{
border-color: #C26F84;
}
.TagClassName
{
border-color: #C26F84;
}
</style>