Shades of Tapestry #C26681
Tints of Tapestry #C26681
RGB
CMYK
RGB Variations
Color information
#C26681 (or 0xC26681) is known color: Tapestry. HEX triplet: C2, 66 and 81. RGB value is (194,102,129). Sum of RGB (Red+Green+Blue) = 194+102+129=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C26681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26681 is #3D997E. Grayscale: #848484. Windows color (decimal): -4036991 or 8480450. OLE color: 8480450.
HSL color Cylindrical-coordinate representation of color #C26681: hue angle of 342.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26681 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 129 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.24 |
| HSL | 342.39º | 0.43% | 0.58% | - |
| HSV(B) | 342.39º | 0.47% | 0.76% | - |
| XYZ | 30.96 | 22.56 | 23.49 | - |
| YUV | 132.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 129 | 0 | 0.47 | 0.34 | 0.24 | 342.39 | 0.43 | 0.58 |
| Hex | C2 | 66 | 81 | 0 | 2F | 22 | 18 | 156 | 2B | 3A |
| Octal | 302 | 146 | 201 | 0 | 57 | 42 | 30 | 526 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10000001 | 0 | 101111 | 100010 | 11000 | 101010110 | 101011 | 111010 |
Color Harmonies of #C26681
Complementary color
Monochromatic Colors of #C26681
Black with #C26681
Text Example
Text Example
White with #C26681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26681; }
p { color: rgb(194,102,129); }
H1.HeaderClassName
{
color: #C26681;
}
.AnyTagClassName
{
color: #C26681;
}
</style>
background-color css
<style>
a { background-color: #C26681; }
a { background-color: rgb(194,102,129); }
div.DivClassName
{
background-color: #C26681;
}
.BgClassName
{
background-color: #C26681;
}
</style>
border-color css
<style>
span { border-color: #C26681; }
span { border-color: rgb(194,102,129); }
td.TdClassName
{
border-color: #C26681;
}
.TagClassName
{
border-color: #C26681;
}
</style>