Shades of Tapestry #C46280
Tints of Tapestry #C46280
RGB
CMYK
RGB Variations
Color information
#C46280 (or 0xC46280) is known color: Tapestry. HEX triplet: C4, 62 and 80. RGB value is (196,98,128). Sum of RGB (Red+Green+Blue) = 196+98+128=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C46280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46280 is #3B9D7F. Grayscale: #828282. Windows color (decimal): -3906944 or 8413892. OLE color: 8413892.
HSL color Cylindrical-coordinate representation of color #C46280: hue angle of 341.63º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46280 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 128 | - |
| CMYK | 0 | 0.5 | 0.35 | 0.23 |
| HSL | 341.63º | 0.45% | 0.58% | - |
| HSV(B) | 341.63º | 0.5% | 0.77% | - |
| XYZ | 31.03 | 22.03 | 23.04 | - |
| YUV | 130.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 128 | 0 | 0.5 | 0.35 | 0.23 | 341.63 | 0.45 | 0.58 |
| Hex | C4 | 62 | 80 | 0 | 32 | 23 | 17 | 156 | 2D | 3A |
| Octal | 304 | 142 | 200 | 0 | 62 | 43 | 27 | 526 | 55 | 72 |
| Binary | 11000100 | 1100010 | 10000000 | 0 | 110010 | 100011 | 10111 | 101010110 | 101101 | 111010 |
Color Harmonies of #C46280
Complementary color
Monochromatic Colors of #C46280
Black with #C46280
Text Example
Text Example
White with #C46280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46280; }
p { color: rgb(196,98,128); }
H1.HeaderClassName
{
color: #C46280;
}
.AnyTagClassName
{
color: #C46280;
}
</style>
background-color css
<style>
a { background-color: #C46280; }
a { background-color: rgb(196,98,128); }
div.DivClassName
{
background-color: #C46280;
}
.BgClassName
{
background-color: #C46280;
}
</style>
border-color css
<style>
span { border-color: #C46280; }
span { border-color: rgb(196,98,128); }
td.TdClassName
{
border-color: #C46280;
}
.TagClassName
{
border-color: #C46280;
}
</style>