Shades of Tapestry #C16877
Tints of Tapestry #C16877
RGB
CMYK
RGB Variations
Color information
#C16877 (or 0xC16877) is known color: Tapestry. HEX triplet: C1, 68 and 77. RGB value is (193,104,119). Sum of RGB (Red+Green+Blue) = 193+104+119=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C16877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16877 is #3E9788. Grayscale: #848484. Windows color (decimal): -4102025 or 7825601. OLE color: 7825601.
HSL color Cylindrical-coordinate representation of color #C16877: hue angle of 349.89º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16877 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 119 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.24 |
| HSL | 349.89º | 0.42% | 0.58% | - |
| HSV(B) | 349.89º | 0.46% | 0.76% | - |
| XYZ | 30.27 | 22.57 | 20.21 | - |
| YUV | 132.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 119 | 0 | 0.46 | 0.38 | 0.24 | 349.89 | 0.42 | 0.58 |
| Hex | C1 | 68 | 77 | 0 | 2E | 26 | 18 | 15E | 2A | 3A |
| Octal | 301 | 150 | 167 | 0 | 56 | 46 | 30 | 536 | 52 | 72 |
| Binary | 11000001 | 1101000 | 1110111 | 0 | 101110 | 100110 | 11000 | 101011110 | 101010 | 111010 |
Color Harmonies of #C16877
Complementary color
Monochromatic Colors of #C16877
Black with #C16877
Text Example
Text Example
White with #C16877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16877; }
p { color: rgb(193,104,119); }
H1.HeaderClassName
{
color: #C16877;
}
.AnyTagClassName
{
color: #C16877;
}
</style>
background-color css
<style>
a { background-color: #C16877; }
a { background-color: rgb(193,104,119); }
div.DivClassName
{
background-color: #C16877;
}
.BgClassName
{
background-color: #C16877;
}
</style>
border-color css
<style>
span { border-color: #C16877; }
span { border-color: rgb(193,104,119); }
td.TdClassName
{
border-color: #C16877;
}
.TagClassName
{
border-color: #C16877;
}
</style>