Shades of Tapestry #C46082
Tints of Tapestry #C46082
RGB
CMYK
RGB Variations
Color information
#C46082 (or 0xC46082) is known color: Tapestry. HEX triplet: C4, 60 and 82. RGB value is (196,96,130). Sum of RGB (Red+Green+Blue) = 196+96+130=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C46082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46082 is #3B9F7D. Grayscale: #818181. Windows color (decimal): -3907454 or 8544452. OLE color: 8544452.
HSL color Cylindrical-coordinate representation of color #C46082: hue angle of 339.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46082 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 130 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.23 |
| HSL | 339.6º | 0.46% | 0.57% | - |
| HSV(B) | 339.6º | 0.51% | 0.77% | - |
| XYZ | 30.98 | 21.71 | 23.68 | - |
| YUV | 129.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 130 | 0 | 0.51 | 0.34 | 0.23 | 339.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | 82 | 0 | 33 | 22 | 17 | 154 | 2E | 39 |
| Octal | 304 | 140 | 202 | 0 | 63 | 42 | 27 | 524 | 56 | 71 |
| Binary | 11000100 | 1100000 | 10000010 | 0 | 110011 | 100010 | 10111 | 101010100 | 101110 | 111001 |
Color Harmonies of #C46082
Complementary color
Monochromatic Colors of #C46082
Black with #C46082
Text Example
Text Example
White with #C46082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46082; }
p { color: rgb(196,96,130); }
H1.HeaderClassName
{
color: #C46082;
}
.AnyTagClassName
{
color: #C46082;
}
</style>
background-color css
<style>
a { background-color: #C46082; }
a { background-color: rgb(196,96,130); }
div.DivClassName
{
background-color: #C46082;
}
.BgClassName
{
background-color: #C46082;
}
</style>
border-color css
<style>
span { border-color: #C46082; }
span { border-color: rgb(196,96,130); }
td.TdClassName
{
border-color: #C46082;
}
.TagClassName
{
border-color: #C46082;
}
</style>