Shades of Tapestry #C26781
Tints of Tapestry #C26781
RGB
CMYK
RGB Variations
Color information
#C26781 (or 0xC26781) is known color: Tapestry. HEX triplet: C2, 67 and 81. RGB value is (194,103,129). Sum of RGB (Red+Green+Blue) = 194+103+129=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C26781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26781 is #3D987E. Grayscale: #858585. Windows color (decimal): -4036735 or 8480706. OLE color: 8480706.
HSL color Cylindrical-coordinate representation of color #C26781: hue angle of 342.86º 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 #C26781 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 129 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.24 |
| HSL | 342.86º | 0.43% | 0.58% | - |
| HSV(B) | 342.86º | 0.47% | 0.76% | - |
| XYZ | 31.06 | 22.75 | 23.52 | - |
| YUV | 133.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 129 | 0 | 0.47 | 0.34 | 0.24 | 342.86 | 0.43 | 0.58 |
| Hex | C2 | 67 | 81 | 0 | 2F | 22 | 18 | 157 | 2B | 3A |
| Octal | 302 | 147 | 201 | 0 | 57 | 42 | 30 | 527 | 53 | 72 |
| Binary | 11000010 | 1100111 | 10000001 | 0 | 101111 | 100010 | 11000 | 101010111 | 101011 | 111010 |
Color Harmonies of #C26781
Complementary color
Monochromatic Colors of #C26781
Black with #C26781
Text Example
Text Example
White with #C26781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26781; }
p { color: rgb(194,103,129); }
H1.HeaderClassName
{
color: #C26781;
}
.AnyTagClassName
{
color: #C26781;
}
</style>
background-color css
<style>
a { background-color: #C26781; }
a { background-color: rgb(194,103,129); }
div.DivClassName
{
background-color: #C26781;
}
.BgClassName
{
background-color: #C26781;
}
</style>
border-color css
<style>
span { border-color: #C26781; }
span { border-color: rgb(194,103,129); }
td.TdClassName
{
border-color: #C26781;
}
.TagClassName
{
border-color: #C26781;
}
</style>