Shades of Tapestry #C26982
Tints of Tapestry #C26982
RGB
CMYK
RGB Variations
Color information
#C26982 (or 0xC26982) is known color: Tapestry. HEX triplet: C2, 69 and 82. RGB value is (194,105,130). Sum of RGB (Red+Green+Blue) = 194+105+130=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C26982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26982 is #3D967D. Grayscale: #868686. Windows color (decimal): -4036222 or 8546754. OLE color: 8546754.
HSL color Cylindrical-coordinate representation of color #C26982: hue angle of 343.15º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26982 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 130 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.24 |
| HSL | 343.15º | 0.42% | 0.59% | - |
| HSV(B) | 343.15º | 0.46% | 0.76% | - |
| XYZ | 31.33 | 23.18 | 23.94 | - |
| YUV | 134.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 130 | 0 | 0.46 | 0.33 | 0.24 | 343.15 | 0.42 | 0.59 |
| Hex | C2 | 69 | 82 | 0 | 2E | 21 | 18 | 157 | 2A | 3B |
| Octal | 302 | 151 | 202 | 0 | 56 | 41 | 30 | 527 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10000010 | 0 | 101110 | 100001 | 11000 | 101010111 | 101010 | 111011 |
Color Harmonies of #C26982
Complementary color
Monochromatic Colors of #C26982
Black with #C26982
Text Example
Text Example
White with #C26982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26982; }
p { color: rgb(194,105,130); }
H1.HeaderClassName
{
color: #C26982;
}
.AnyTagClassName
{
color: #C26982;
}
</style>
background-color css
<style>
a { background-color: #C26982; }
a { background-color: rgb(194,105,130); }
div.DivClassName
{
background-color: #C26982;
}
.BgClassName
{
background-color: #C26982;
}
</style>
border-color css
<style>
span { border-color: #C26982; }
span { border-color: rgb(194,105,130); }
td.TdClassName
{
border-color: #C26982;
}
.TagClassName
{
border-color: #C26982;
}
</style>