Shades of Tapestry #C1707F
Tints of Tapestry #C1707F
RGB
CMYK
RGB Variations
Color information
#C1707F (or 0xC1707F) is known color: Tapestry. HEX triplet: C1, 70 and 7F. RGB value is (193,112,127). Sum of RGB (Red+Green+Blue) = 193+112+127=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1707F is #3E8F80. Grayscale: #898989. Windows color (decimal): -4099969 or 8351937. OLE color: 8351937.
HSL color Cylindrical-coordinate representation of color #C1707F: hue angle of 348.89º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1707F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 127 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.24 |
| HSL | 348.89º | 0.4% | 0.6% | - |
| HSV(B) | 348.89º | 0.42% | 0.76% | - |
| XYZ | 31.62 | 24.46 | 23.13 | - |
| YUV | 137.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 127 | 0 | 0.42 | 0.34 | 0.24 | 348.89 | 0.4 | 0.6 |
| Hex | C1 | 70 | 7F | 0 | 2A | 22 | 18 | 15D | 28 | 3C |
| Octal | 301 | 160 | 177 | 0 | 52 | 42 | 30 | 535 | 50 | 74 |
| Binary | 11000001 | 1110000 | 1111111 | 0 | 101010 | 100010 | 11000 | 101011101 | 101000 | 111100 |
Color Harmonies of #C1707F
Complementary color
Monochromatic Colors of #C1707F
Black with #C1707F
Text Example
Text Example
White with #C1707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1707F; }
p { color: rgb(193,112,127); }
H1.HeaderClassName
{
color: #C1707F;
}
.AnyTagClassName
{
color: #C1707F;
}
</style>
background-color css
<style>
a { background-color: #C1707F; }
a { background-color: rgb(193,112,127); }
div.DivClassName
{
background-color: #C1707F;
}
.BgClassName
{
background-color: #C1707F;
}
</style>
border-color css
<style>
span { border-color: #C1707F; }
span { border-color: rgb(193,112,127); }
td.TdClassName
{
border-color: #C1707F;
}
.TagClassName
{
border-color: #C1707F;
}
</style>