Shades of Tapestry #C26C84
Tints of Tapestry #C26C84
RGB
CMYK
RGB Variations
Color information
#C26C84 (or 0xC26C84) is known color: Tapestry. HEX triplet: C2, 6C and 84. RGB value is (194,108,132). Sum of RGB (Red+Green+Blue) = 194+108+132=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26C84 is #3D937B. Grayscale: #888888. Windows color (decimal): -4035452 or 8678594. OLE color: 8678594.
HSL color Cylindrical-coordinate representation of color #C26C84: hue angle of 343.26º 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 #C26C84 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 132 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.24 |
| HSL | 343.26º | 0.41% | 0.59% | - |
| HSV(B) | 343.26º | 0.44% | 0.76% | - |
| XYZ | 31.78 | 23.86 | 24.76 | - |
| YUV | 136.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 132 | 0 | 0.44 | 0.32 | 0.24 | 343.26 | 0.41 | 0.59 |
| Hex | C2 | 6C | 84 | 0 | 2C | 20 | 18 | 157 | 29 | 3B |
| Octal | 302 | 154 | 204 | 0 | 54 | 40 | 30 | 527 | 51 | 73 |
| Binary | 11000010 | 1101100 | 10000100 | 0 | 101100 | 100000 | 11000 | 101010111 | 101001 | 111011 |
Color Harmonies of #C26C84
Complementary color
Monochromatic Colors of #C26C84
Black with #C26C84
Text Example
Text Example
White with #C26C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C84; }
p { color: rgb(194,108,132); }
H1.HeaderClassName
{
color: #C26C84;
}
.AnyTagClassName
{
color: #C26C84;
}
</style>
background-color css
<style>
a { background-color: #C26C84; }
a { background-color: rgb(194,108,132); }
div.DivClassName
{
background-color: #C26C84;
}
.BgClassName
{
background-color: #C26C84;
}
</style>
border-color css
<style>
span { border-color: #C26C84; }
span { border-color: rgb(194,108,132); }
td.TdClassName
{
border-color: #C26C84;
}
.TagClassName
{
border-color: #C26C84;
}
</style>