Shades of Tapestry #C17582
Tints of Tapestry #C17582
RGB
CMYK
RGB Variations
Color information
#C17582 (or 0xC17582) is known color: Tapestry. HEX triplet: C1, 75 and 82. RGB value is (193,117,130). Sum of RGB (Red+Green+Blue) = 193+117+130=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17582 is #3E8A7D. Grayscale: #8D8D8D. Windows color (decimal): -4098686 or 8549825. OLE color: 8549825.
HSL color Cylindrical-coordinate representation of color #C17582: hue angle of 349.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17582 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 130 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.24 |
| HSL | 349.74º | 0.38% | 0.61% | - |
| HSV(B) | 349.74º | 0.39% | 0.76% | - |
| XYZ | 32.38 | 25.67 | 24.37 | - |
| YUV | 141.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 130 | 0 | 0.39 | 0.33 | 0.24 | 349.74 | 0.38 | 0.61 |
| Hex | C1 | 75 | 82 | 0 | 27 | 21 | 18 | 15E | 26 | 3D |
| Octal | 301 | 165 | 202 | 0 | 47 | 41 | 30 | 536 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10000010 | 0 | 100111 | 100001 | 11000 | 101011110 | 100110 | 111101 |
Color Harmonies of #C17582
Complementary color
Monochromatic Colors of #C17582
Black with #C17582
Text Example
Text Example
White with #C17582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17582; }
p { color: rgb(193,117,130); }
H1.HeaderClassName
{
color: #C17582;
}
.AnyTagClassName
{
color: #C17582;
}
</style>
background-color css
<style>
a { background-color: #C17582; }
a { background-color: rgb(193,117,130); }
div.DivClassName
{
background-color: #C17582;
}
.BgClassName
{
background-color: #C17582;
}
</style>
border-color css
<style>
span { border-color: #C17582; }
span { border-color: rgb(193,117,130); }
td.TdClassName
{
border-color: #C17582;
}
.TagClassName
{
border-color: #C17582;
}
</style>