Shades of Tapestry #C26184
Tints of Tapestry #C26184
RGB
CMYK
RGB Variations
Color information
#C26184 (or 0xC26184) is known color: Tapestry. HEX triplet: C2, 61 and 84. RGB value is (194,97,132). Sum of RGB (Red+Green+Blue) = 194+97+132=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C26184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26184 is #3D9E7B. Grayscale: #818181. Windows color (decimal): -4038268 or 8675778. OLE color: 8675778.
HSL color Cylindrical-coordinate representation of color #C26184: hue angle of 338.35º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26184 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 132 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.24 |
| HSL | 338.35º | 0.44% | 0.57% | - |
| HSV(B) | 338.35º | 0.5% | 0.76% | - |
| XYZ | 30.69 | 21.68 | 24.4 | - |
| YUV | 129.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 132 | 0 | 0.50 | 0.32 | 0.24 | 338.35 | 0.44 | 0.57 |
| Hex | C2 | 61 | 84 | 0 | 32 | 20 | 18 | 152 | 2C | 39 |
| Octal | 302 | 141 | 204 | 0 | 62 | 40 | 30 | 522 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10000100 | 0 | 110010 | 100000 | 11000 | 101010010 | 101100 | 111001 |
Color Harmonies of #C26184
Complementary color
Monochromatic Colors of #C26184
Black with #C26184
Text Example
Text Example
White with #C26184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26184; }
p { color: rgb(194,97,132); }
H1.HeaderClassName
{
color: #C26184;
}
.AnyTagClassName
{
color: #C26184;
}
</style>
background-color css
<style>
a { background-color: #C26184; }
a { background-color: rgb(194,97,132); }
div.DivClassName
{
background-color: #C26184;
}
.BgClassName
{
background-color: #C26184;
}
</style>
border-color css
<style>
span { border-color: #C26184; }
span { border-color: rgb(194,97,132); }
td.TdClassName
{
border-color: #C26184;
}
.TagClassName
{
border-color: #C26184;
}
</style>