Shades of Tapestry #C46A80
Tints of Tapestry #C46A80
RGB
CMYK
RGB Variations
Color information
#C46A80 (or 0xC46A80) is known color: Tapestry. HEX triplet: C4, 6A and 80. RGB value is (196,106,128). Sum of RGB (Red+Green+Blue) = 196+106+128=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46A80 is #3B957F. Grayscale: #878787. Windows color (decimal): -3904896 or 8415940. OLE color: 8415940.
HSL color Cylindrical-coordinate representation of color #C46A80: hue angle of 345.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46A80 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 128 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.23 |
| HSL | 345.33º | 0.43% | 0.59% | - |
| HSV(B) | 345.33º | 0.46% | 0.77% | - |
| XYZ | 31.82 | 23.6 | 23.3 | - |
| YUV | 135.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 128 | 0 | 0.46 | 0.35 | 0.23 | 345.33 | 0.43 | 0.59 |
| Hex | C4 | 6A | 80 | 0 | 2E | 23 | 17 | 159 | 2B | 3B |
| Octal | 304 | 152 | 200 | 0 | 56 | 43 | 27 | 531 | 53 | 73 |
| Binary | 11000100 | 1101010 | 10000000 | 0 | 101110 | 100011 | 10111 | 101011001 | 101011 | 111011 |
Color Harmonies of #C46A80
Complementary color
Monochromatic Colors of #C46A80
Black with #C46A80
Text Example
Text Example
White with #C46A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A80; }
p { color: rgb(196,106,128); }
H1.HeaderClassName
{
color: #C46A80;
}
.AnyTagClassName
{
color: #C46A80;
}
</style>
background-color css
<style>
a { background-color: #C46A80; }
a { background-color: rgb(196,106,128); }
div.DivClassName
{
background-color: #C46A80;
}
.BgClassName
{
background-color: #C46A80;
}
</style>
border-color css
<style>
span { border-color: #C46A80; }
span { border-color: rgb(196,106,128); }
td.TdClassName
{
border-color: #C46A80;
}
.TagClassName
{
border-color: #C46A80;
}
</style>