Shades of Tapestry #C26281
Tints of Tapestry #C26281
RGB
CMYK
RGB Variations
Color information
#C26281 (or 0xC26281) is known color: Tapestry. HEX triplet: C2, 62 and 81. RGB value is (194,98,129). Sum of RGB (Red+Green+Blue) = 194+98+129=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C26281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26281 is #3D9D7E. Grayscale: #828282. Windows color (decimal): -4038015 or 8479426. OLE color: 8479426.
HSL color Cylindrical-coordinate representation of color #C26281: hue angle of 340.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26281 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 129 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.24 |
| HSL | 340.63º | 0.44% | 0.57% | - |
| HSV(B) | 340.63º | 0.49% | 0.76% | - |
| XYZ | 30.58 | 21.79 | 23.36 | - |
| YUV | 130.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 129 | 0 | 0.49 | 0.34 | 0.24 | 340.63 | 0.44 | 0.57 |
| Hex | C2 | 62 | 81 | 0 | 31 | 22 | 18 | 155 | 2C | 39 |
| Octal | 302 | 142 | 201 | 0 | 61 | 42 | 30 | 525 | 54 | 71 |
| Binary | 11000010 | 1100010 | 10000001 | 0 | 110001 | 100010 | 11000 | 101010101 | 101100 | 111001 |
Color Harmonies of #C26281
Complementary color
Monochromatic Colors of #C26281
Black with #C26281
Text Example
Text Example
White with #C26281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26281; }
p { color: rgb(194,98,129); }
H1.HeaderClassName
{
color: #C26281;
}
.AnyTagClassName
{
color: #C26281;
}
</style>
background-color css
<style>
a { background-color: #C26281; }
a { background-color: rgb(194,98,129); }
div.DivClassName
{
background-color: #C26281;
}
.BgClassName
{
background-color: #C26281;
}
</style>
border-color css
<style>
span { border-color: #C26281; }
span { border-color: rgb(194,98,129); }
td.TdClassName
{
border-color: #C26281;
}
.TagClassName
{
border-color: #C26281;
}
</style>