Shades of Tapestry #C1717E
Tints of Tapestry #C1717E
RGB
CMYK
RGB Variations
Color information
#C1717E (or 0xC1717E) is known color: Tapestry. HEX triplet: C1, 71 and 7E. RGB value is (193,113,126). Sum of RGB (Red+Green+Blue) = 193+113+126=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717E is #3E8E81. Grayscale: #8A8A8A. Windows color (decimal): -4099714 or 8286657. OLE color: 8286657.
HSL color Cylindrical-coordinate representation of color #C1717E: hue angle of 350.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1717E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 126 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.24 |
| HSL | 350.25º | 0.39% | 0.6% | - |
| HSV(B) | 350.25º | 0.41% | 0.76% | - |
| XYZ | 31.66 | 24.65 | 22.83 | - |
| YUV | 138.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 126 | 0 | 0.41 | 0.35 | 0.24 | 350.25 | 0.39 | 0.6 |
| Hex | C1 | 71 | 7E | 0 | 29 | 23 | 18 | 15E | 27 | 3C |
| Octal | 301 | 161 | 176 | 0 | 51 | 43 | 30 | 536 | 47 | 74 |
| Binary | 11000001 | 1110001 | 1111110 | 0 | 101001 | 100011 | 11000 | 101011110 | 100111 | 111100 |
Color Harmonies of #C1717E
Complementary color
Monochromatic Colors of #C1717E
Black with #C1717E
Text Example
Text Example
White with #C1717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1717E; }
p { color: rgb(193,113,126); }
H1.HeaderClassName
{
color: #C1717E;
}
.AnyTagClassName
{
color: #C1717E;
}
</style>
background-color css
<style>
a { background-color: #C1717E; }
a { background-color: rgb(193,113,126); }
div.DivClassName
{
background-color: #C1717E;
}
.BgClassName
{
background-color: #C1717E;
}
</style>
border-color css
<style>
span { border-color: #C1717E; }
span { border-color: rgb(193,113,126); }
td.TdClassName
{
border-color: #C1717E;
}
.TagClassName
{
border-color: #C1717E;
}
</style>