Shades of Tapestry #C46977
Tints of Tapestry #C46977
RGB
CMYK
RGB Variations
Color information
#C46977 (or 0xC46977) is known color: Tapestry. HEX triplet: C4, 69 and 77. RGB value is (196,105,119). Sum of RGB (Red+Green+Blue) = 196+105+119=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C46977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46977 is #3B9688. Grayscale: #858585. Windows color (decimal): -3905161 or 7825860. OLE color: 7825860.
HSL color Cylindrical-coordinate representation of color #C46977: hue angle of 350.77º degrees, saturation: 0.44, 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 #C46977 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 119 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.23 |
| HSL | 350.77º | 0.44% | 0.59% | - |
| HSV(B) | 350.77º | 0.46% | 0.77% | - |
| XYZ | 31.15 | 23.17 | 20.28 | - |
| YUV | 133.81 | 119.65 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 119 | 0 | 0.46 | 0.39 | 0.23 | 350.77 | 0.44 | 0.59 |
| Hex | C4 | 69 | 77 | 0 | 2E | 27 | 17 | 15F | 2C | 3B |
| Octal | 304 | 151 | 167 | 0 | 56 | 47 | 27 | 537 | 54 | 73 |
| Binary | 11000100 | 1101001 | 1110111 | 0 | 101110 | 100111 | 10111 | 101011111 | 101100 | 111011 |
Color Harmonies of #C46977
Complementary color
Monochromatic Colors of #C46977
Black with #C46977
Text Example
Text Example
White with #C46977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46977; }
p { color: rgb(196,105,119); }
H1.HeaderClassName
{
color: #C46977;
}
.AnyTagClassName
{
color: #C46977;
}
</style>
background-color css
<style>
a { background-color: #C46977; }
a { background-color: rgb(196,105,119); }
div.DivClassName
{
background-color: #C46977;
}
.BgClassName
{
background-color: #C46977;
}
</style>
border-color css
<style>
span { border-color: #C46977; }
span { border-color: rgb(196,105,119); }
td.TdClassName
{
border-color: #C46977;
}
.TagClassName
{
border-color: #C46977;
}
</style>