Shades of Tapestry #C17484
Tints of Tapestry #C17484
RGB
CMYK
RGB Variations
Color information
#C17484 (or 0xC17484) is known color: Tapestry. HEX triplet: C1, 74 and 84. RGB value is (193,116,132). Sum of RGB (Red+Green+Blue) = 193+116+132=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C17484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17484 is #3E8B7B. Grayscale: #8C8C8C. Windows color (decimal): -4098940 or 8680641. OLE color: 8680641.
HSL color Cylindrical-coordinate representation of color #C17484: hue angle of 347.53º 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 #C17484 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 132 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.24 |
| HSL | 347.53º | 0.38% | 0.61% | - |
| HSV(B) | 347.53º | 0.4% | 0.76% | - |
| XYZ | 32.4 | 25.49 | 25.04 | - |
| YUV | 140.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 132 | 0 | 0.40 | 0.32 | 0.24 | 347.53 | 0.38 | 0.61 |
| Hex | C1 | 74 | 84 | 0 | 28 | 20 | 18 | 15C | 26 | 3D |
| Octal | 301 | 164 | 204 | 0 | 50 | 40 | 30 | 534 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10000100 | 0 | 101000 | 100000 | 11000 | 101011100 | 100110 | 111101 |
Color Harmonies of #C17484
Complementary color
Monochromatic Colors of #C17484
Black with #C17484
Text Example
Text Example
White with #C17484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17484; }
p { color: rgb(193,116,132); }
H1.HeaderClassName
{
color: #C17484;
}
.AnyTagClassName
{
color: #C17484;
}
</style>
background-color css
<style>
a { background-color: #C17484; }
a { background-color: rgb(193,116,132); }
div.DivClassName
{
background-color: #C17484;
}
.BgClassName
{
background-color: #C17484;
}
</style>
border-color css
<style>
span { border-color: #C17484; }
span { border-color: rgb(193,116,132); }
td.TdClassName
{
border-color: #C17484;
}
.TagClassName
{
border-color: #C17484;
}
</style>