Shades of Tapestry #C1717B
Tints of Tapestry #C1717B
RGB
CMYK
RGB Variations
Color information
#C1717B (or 0xC1717B) is known color: Tapestry. HEX triplet: C1, 71 and 7B. RGB value is (193,113,123). Sum of RGB (Red+Green+Blue) = 193+113+123=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1717B is #3E8E84. Grayscale: #8A8A8A. Windows color (decimal): -4099717 or 8090049. OLE color: 8090049.
HSL color Cylindrical-coordinate representation of color #C1717B: hue angle of 352.5º 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 #C1717B is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 123 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.24 |
| HSL | 352.5º | 0.39% | 0.6% | - |
| HSV(B) | 352.5º | 0.41% | 0.76% | - |
| XYZ | 31.47 | 24.58 | 21.82 | - |
| YUV | 138.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 123 | 0 | 0.41 | 0.36 | 0.24 | 352.5 | 0.39 | 0.6 |
| Hex | C1 | 71 | 7B | 0 | 29 | 24 | 18 | 160 | 27 | 3C |
| Octal | 301 | 161 | 173 | 0 | 51 | 44 | 30 | 540 | 47 | 74 |
| Binary | 11000001 | 1110001 | 1111011 | 0 | 101001 | 100100 | 11000 | 101100000 | 100111 | 111100 |
Color Harmonies of #C1717B
Complementary color
Monochromatic Colors of #C1717B
Black with #C1717B
Text Example
Text Example
White with #C1717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1717B; }
p { color: rgb(193,113,123); }
H1.HeaderClassName
{
color: #C1717B;
}
.AnyTagClassName
{
color: #C1717B;
}
</style>
background-color css
<style>
a { background-color: #C1717B; }
a { background-color: rgb(193,113,123); }
div.DivClassName
{
background-color: #C1717B;
}
.BgClassName
{
background-color: #C1717B;
}
</style>
border-color css
<style>
span { border-color: #C1717B; }
span { border-color: rgb(193,113,123); }
td.TdClassName
{
border-color: #C1717B;
}
.TagClassName
{
border-color: #C1717B;
}
</style>