Shades of Tapestry #C16974
Tints of Tapestry #C16974
RGB
CMYK
RGB Variations
Color information
#C16974 (or 0xC16974) is known color: Tapestry. HEX triplet: C1, 69 and 74. RGB value is (193,105,116). Sum of RGB (Red+Green+Blue) = 193+105+116=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C16974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16974 is #3E968B. Grayscale: #848484. Windows color (decimal): -4101772 or 7629249. OLE color: 7629249.
HSL color Cylindrical-coordinate representation of color #C16974: hue angle of 352.5º 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 #C16974 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 116 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.24 |
| HSL | 352.5º | 0.42% | 0.58% | - |
| HSV(B) | 352.5º | 0.46% | 0.76% | - |
| XYZ | 30.2 | 22.7 | 19.31 | - |
| YUV | 132.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 116 | 0 | 0.46 | 0.40 | 0.24 | 352.5 | 0.42 | 0.58 |
| Hex | C1 | 69 | 74 | 0 | 2E | 28 | 18 | 160 | 2A | 3A |
| Octal | 301 | 151 | 164 | 0 | 56 | 50 | 30 | 540 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1110100 | 0 | 101110 | 101000 | 11000 | 101100000 | 101010 | 111010 |
Color Harmonies of #C16974
Complementary color
Monochromatic Colors of #C16974
Black with #C16974
Text Example
Text Example
White with #C16974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16974; }
p { color: rgb(193,105,116); }
H1.HeaderClassName
{
color: #C16974;
}
.AnyTagClassName
{
color: #C16974;
}
</style>
background-color css
<style>
a { background-color: #C16974; }
a { background-color: rgb(193,105,116); }
div.DivClassName
{
background-color: #C16974;
}
.BgClassName
{
background-color: #C16974;
}
</style>
border-color css
<style>
span { border-color: #C16974; }
span { border-color: rgb(193,105,116); }
td.TdClassName
{
border-color: #C16974;
}
.TagClassName
{
border-color: #C16974;
}
</style>