Shades of Tapestry #C17481
Tints of Tapestry #C17481
RGB
CMYK
RGB Variations
Color information
#C17481 (or 0xC17481) is known color: Tapestry. HEX triplet: C1, 74 and 81. RGB value is (193,116,129). Sum of RGB (Red+Green+Blue) = 193+116+129=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C17481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17481 is #3E8B7E. Grayscale: #8C8C8C. Windows color (decimal): -4098943 or 8484033. OLE color: 8484033.
HSL color Cylindrical-coordinate representation of color #C17481: hue angle of 349.87º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17481 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 129 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.24 |
| HSL | 349.87º | 0.38% | 0.61% | - |
| HSV(B) | 349.87º | 0.4% | 0.76% | - |
| XYZ | 32.2 | 25.41 | 23.98 | - |
| YUV | 140.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 129 | 0 | 0.40 | 0.33 | 0.24 | 349.87 | 0.38 | 0.61 |
| Hex | C1 | 74 | 81 | 0 | 28 | 21 | 18 | 15E | 26 | 3D |
| Octal | 301 | 164 | 201 | 0 | 50 | 41 | 30 | 536 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10000001 | 0 | 101000 | 100001 | 11000 | 101011110 | 100110 | 111101 |
Color Harmonies of #C17481
Complementary color
Monochromatic Colors of #C17481
Black with #C17481
Text Example
Text Example
White with #C17481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17481; }
p { color: rgb(193,116,129); }
H1.HeaderClassName
{
color: #C17481;
}
.AnyTagClassName
{
color: #C17481;
}
</style>
background-color css
<style>
a { background-color: #C17481; }
a { background-color: rgb(193,116,129); }
div.DivClassName
{
background-color: #C17481;
}
.BgClassName
{
background-color: #C17481;
}
</style>
border-color css
<style>
span { border-color: #C17481; }
span { border-color: rgb(193,116,129); }
td.TdClassName
{
border-color: #C17481;
}
.TagClassName
{
border-color: #C17481;
}
</style>