Shades of Tapestry #C1708A
Tints of Tapestry #C1708A
RGB
CMYK
RGB Variations
Color information
#C1708A (or 0xC1708A) is known color: Tapestry. HEX triplet: C1, 70 and 8A. RGB value is (193,112,138). Sum of RGB (Red+Green+Blue) = 193+112+138=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C1708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1708A is #3E8F75. Grayscale: #8B8B8B. Windows color (decimal): -4099958 or 9072833. OLE color: 9072833.
HSL color Cylindrical-coordinate representation of color #C1708A: hue angle of 340.74º 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 #C1708A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 138 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.24 |
| HSL | 340.74º | 0.4% | 0.6% | - |
| HSV(B) | 340.74º | 0.42% | 0.76% | - |
| XYZ | 32.37 | 24.76 | 27.12 | - |
| YUV | 139.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 138 | 0 | 0.42 | 0.28 | 0.24 | 340.74 | 0.4 | 0.6 |
| Hex | C1 | 70 | 8A | 0 | 2A | 1C | 18 | 155 | 28 | 3C |
| Octal | 301 | 160 | 212 | 0 | 52 | 34 | 30 | 525 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10001010 | 0 | 101010 | 11100 | 11000 | 101010101 | 101000 | 111100 |
Color Harmonies of #C1708A
Complementary color
Monochromatic Colors of #C1708A
Black with #C1708A
Text Example
Text Example
White with #C1708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1708A; }
p { color: rgb(193,112,138); }
H1.HeaderClassName
{
color: #C1708A;
}
.AnyTagClassName
{
color: #C1708A;
}
</style>
background-color css
<style>
a { background-color: #C1708A; }
a { background-color: rgb(193,112,138); }
div.DivClassName
{
background-color: #C1708A;
}
.BgClassName
{
background-color: #C1708A;
}
</style>
border-color css
<style>
span { border-color: #C1708A; }
span { border-color: rgb(193,112,138); }
td.TdClassName
{
border-color: #C1708A;
}
.TagClassName
{
border-color: #C1708A;
}
</style>