Shades of Tapestry #C16977
Tints of Tapestry #C16977
RGB
CMYK
RGB Variations
Color information
#C16977 (or 0xC16977) is known color: Tapestry. HEX triplet: C1, 69 and 77. RGB value is (193,105,119). Sum of RGB (Red+Green+Blue) = 193+105+119=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C16977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16977 is #3E9688. Grayscale: #848484. Windows color (decimal): -4101769 or 7825857. OLE color: 7825857.
HSL color Cylindrical-coordinate representation of color #C16977: hue angle of 350.45º 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 #C16977 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 119 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.24 |
| HSL | 350.45º | 0.42% | 0.58% | - |
| HSV(B) | 350.45º | 0.46% | 0.76% | - |
| XYZ | 30.37 | 22.77 | 20.25 | - |
| YUV | 132.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 119 | 0 | 0.46 | 0.38 | 0.24 | 350.45 | 0.42 | 0.58 |
| Hex | C1 | 69 | 77 | 0 | 2E | 26 | 18 | 15E | 2A | 3A |
| Octal | 301 | 151 | 167 | 0 | 56 | 46 | 30 | 536 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1110111 | 0 | 101110 | 100110 | 11000 | 101011110 | 101010 | 111010 |
Color Harmonies of #C16977
Complementary color
Monochromatic Colors of #C16977
Black with #C16977
Text Example
Text Example
White with #C16977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16977; }
p { color: rgb(193,105,119); }
H1.HeaderClassName
{
color: #C16977;
}
.AnyTagClassName
{
color: #C16977;
}
</style>
background-color css
<style>
a { background-color: #C16977; }
a { background-color: rgb(193,105,119); }
div.DivClassName
{
background-color: #C16977;
}
.BgClassName
{
background-color: #C16977;
}
</style>
border-color css
<style>
span { border-color: #C16977; }
span { border-color: rgb(193,105,119); }
td.TdClassName
{
border-color: #C16977;
}
.TagClassName
{
border-color: #C16977;
}
</style>