Shades of Tapestry #C16874
Tints of Tapestry #C16874
RGB
CMYK
RGB Variations
Color information
#C16874 (or 0xC16874) is known color: Tapestry. HEX triplet: C1, 68 and 74. RGB value is (193,104,116). Sum of RGB (Red+Green+Blue) = 193+104+116=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C16874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16874 is #3E978B. Grayscale: #848484. Windows color (decimal): -4102028 or 7628993. OLE color: 7628993.
HSL color Cylindrical-coordinate representation of color #C16874: hue angle of 351.91º 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 #C16874 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 116 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.24 |
| HSL | 351.91º | 0.42% | 0.58% | - |
| HSV(B) | 351.91º | 0.46% | 0.76% | - |
| XYZ | 30.1 | 22.5 | 19.28 | - |
| YUV | 131.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 116 | 0 | 0.46 | 0.40 | 0.24 | 351.91 | 0.42 | 0.58 |
| Hex | C1 | 68 | 74 | 0 | 2E | 28 | 18 | 160 | 2A | 3A |
| Octal | 301 | 150 | 164 | 0 | 56 | 50 | 30 | 540 | 52 | 72 |
| Binary | 11000001 | 1101000 | 1110100 | 0 | 101110 | 101000 | 11000 | 101100000 | 101010 | 111010 |
Color Harmonies of #C16874
Complementary color
Monochromatic Colors of #C16874
Black with #C16874
Text Example
Text Example
White with #C16874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16874; }
p { color: rgb(193,104,116); }
H1.HeaderClassName
{
color: #C16874;
}
.AnyTagClassName
{
color: #C16874;
}
</style>
background-color css
<style>
a { background-color: #C16874; }
a { background-color: rgb(193,104,116); }
div.DivClassName
{
background-color: #C16874;
}
.BgClassName
{
background-color: #C16874;
}
</style>
border-color css
<style>
span { border-color: #C16874; }
span { border-color: rgb(193,104,116); }
td.TdClassName
{
border-color: #C16874;
}
.TagClassName
{
border-color: #C16874;
}
</style>