Shades of Tapestry #C46A77
Tints of Tapestry #C46A77
RGB
CMYK
RGB Variations
Color information
#C46A77 (or 0xC46A77) is known color: Tapestry. HEX triplet: C4, 6A and 77. RGB value is (196,106,119). Sum of RGB (Red+Green+Blue) = 196+106+119=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A77 is #3B9588. Grayscale: #868686. Windows color (decimal): -3904905 or 7826116. OLE color: 7826116.
HSL color Cylindrical-coordinate representation of color #C46A77: hue angle of 351.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 #C46A77 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 119 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.23 |
| HSL | 351.33º | 0.43% | 0.59% | - |
| HSV(B) | 351.33º | 0.46% | 0.77% | - |
| XYZ | 31.25 | 23.38 | 20.32 | - |
| YUV | 134.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 119 | 0 | 0.46 | 0.39 | 0.23 | 351.33 | 0.43 | 0.59 |
| Hex | C4 | 6A | 77 | 0 | 2E | 27 | 17 | 15F | 2B | 3B |
| Octal | 304 | 152 | 167 | 0 | 56 | 47 | 27 | 537 | 53 | 73 |
| Binary | 11000100 | 1101010 | 1110111 | 0 | 101110 | 100111 | 10111 | 101011111 | 101011 | 111011 |
Color Harmonies of #C46A77
Complementary color
Monochromatic Colors of #C46A77
Black with #C46A77
Text Example
Text Example
White with #C46A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A77; }
p { color: rgb(196,106,119); }
H1.HeaderClassName
{
color: #C46A77;
}
.AnyTagClassName
{
color: #C46A77;
}
</style>
background-color css
<style>
a { background-color: #C46A77; }
a { background-color: rgb(196,106,119); }
div.DivClassName
{
background-color: #C46A77;
}
.BgClassName
{
background-color: #C46A77;
}
</style>
border-color css
<style>
span { border-color: #C46A77; }
span { border-color: rgb(196,106,119); }
td.TdClassName
{
border-color: #C46A77;
}
.TagClassName
{
border-color: #C46A77;
}
</style>