Shades of Tapestry #C16975
Tints of Tapestry #C16975
RGB
CMYK
RGB Variations
Color information
#C16975 (or 0xC16975) is known color: Tapestry. HEX triplet: C1, 69 and 75. RGB value is (193,105,117). Sum of RGB (Red+Green+Blue) = 193+105+117=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C16975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16975 is #3E968A. Grayscale: #848484. Windows color (decimal): -4101771 or 7694785. OLE color: 7694785.
HSL color Cylindrical-coordinate representation of color #C16975: hue angle of 351.82º 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 #C16975 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 117 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.24 |
| HSL | 351.82º | 0.42% | 0.58% | - |
| HSV(B) | 351.82º | 0.46% | 0.76% | - |
| XYZ | 30.25 | 22.72 | 19.62 | - |
| YUV | 132.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 117 | 0 | 0.46 | 0.39 | 0.24 | 351.82 | 0.42 | 0.58 |
| Hex | C1 | 69 | 75 | 0 | 2E | 27 | 18 | 160 | 2A | 3A |
| Octal | 301 | 151 | 165 | 0 | 56 | 47 | 30 | 540 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1110101 | 0 | 101110 | 100111 | 11000 | 101100000 | 101010 | 111010 |
Color Harmonies of #C16975
Complementary color
Monochromatic Colors of #C16975
Black with #C16975
Text Example
Text Example
White with #C16975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16975; }
p { color: rgb(193,105,117); }
H1.HeaderClassName
{
color: #C16975;
}
.AnyTagClassName
{
color: #C16975;
}
</style>
background-color css
<style>
a { background-color: #C16975; }
a { background-color: rgb(193,105,117); }
div.DivClassName
{
background-color: #C16975;
}
.BgClassName
{
background-color: #C16975;
}
</style>
border-color css
<style>
span { border-color: #C16975; }
span { border-color: rgb(193,105,117); }
td.TdClassName
{
border-color: #C16975;
}
.TagClassName
{
border-color: #C16975;
}
</style>