Shades of Tapestry #C26581
Tints of Tapestry #C26581
RGB
CMYK
RGB Variations
Color information
#C26581 (or 0xC26581) is known color: Tapestry. HEX triplet: C2, 65 and 81. RGB value is (194,101,129). Sum of RGB (Red+Green+Blue) = 194+101+129=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C26581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26581 is #3D9A7E. Grayscale: #838383. Windows color (decimal): -4037247 or 8480194. OLE color: 8480194.
HSL color Cylindrical-coordinate representation of color #C26581: hue angle of 341.94º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26581 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 129 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.24 |
| HSL | 341.94º | 0.43% | 0.58% | - |
| HSV(B) | 341.94º | 0.48% | 0.76% | - |
| XYZ | 30.86 | 22.36 | 23.46 | - |
| YUV | 132 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 129 | 0 | 0.48 | 0.34 | 0.24 | 341.94 | 0.43 | 0.58 |
| Hex | C2 | 65 | 81 | 0 | 30 | 22 | 18 | 156 | 2B | 3A |
| Octal | 302 | 145 | 201 | 0 | 60 | 42 | 30 | 526 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10000001 | 0 | 110000 | 100010 | 11000 | 101010110 | 101011 | 111010 |
Color Harmonies of #C26581
Complementary color
Monochromatic Colors of #C26581
Black with #C26581
Text Example
Text Example
White with #C26581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26581; }
p { color: rgb(194,101,129); }
H1.HeaderClassName
{
color: #C26581;
}
.AnyTagClassName
{
color: #C26581;
}
</style>
background-color css
<style>
a { background-color: #C26581; }
a { background-color: rgb(194,101,129); }
div.DivClassName
{
background-color: #C26581;
}
.BgClassName
{
background-color: #C26581;
}
</style>
border-color css
<style>
span { border-color: #C26581; }
span { border-color: rgb(194,101,129); }
td.TdClassName
{
border-color: #C26581;
}
.TagClassName
{
border-color: #C26581;
}
</style>