Shades of Tapestry #C17085
Tints of Tapestry #C17085
RGB
CMYK
RGB Variations
Color information
#C17085 (or 0xC17085) is known color: Tapestry. HEX triplet: C1, 70 and 85. RGB value is (193,112,133). Sum of RGB (Red+Green+Blue) = 193+112+133=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C17085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17085 is #3E8F7A. Grayscale: #8A8A8A. Windows color (decimal): -4099963 or 8745153. OLE color: 8745153.
HSL color Cylindrical-coordinate representation of color #C17085: hue angle of 344.44º 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 #C17085 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 133 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.24 |
| HSL | 344.44º | 0.4% | 0.6% | - |
| HSV(B) | 344.44º | 0.42% | 0.76% | - |
| XYZ | 32.02 | 24.62 | 25.25 | - |
| YUV | 138.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 133 | 0 | 0.42 | 0.31 | 0.24 | 344.44 | 0.4 | 0.6 |
| Hex | C1 | 70 | 85 | 0 | 2A | 1F | 18 | 158 | 28 | 3C |
| Octal | 301 | 160 | 205 | 0 | 52 | 37 | 30 | 530 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10000101 | 0 | 101010 | 11111 | 11000 | 101011000 | 101000 | 111100 |
Color Harmonies of #C17085
Complementary color
Monochromatic Colors of #C17085
Black with #C17085
Text Example
Text Example
White with #C17085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17085; }
p { color: rgb(193,112,133); }
H1.HeaderClassName
{
color: #C17085;
}
.AnyTagClassName
{
color: #C17085;
}
</style>
background-color css
<style>
a { background-color: #C17085; }
a { background-color: rgb(193,112,133); }
div.DivClassName
{
background-color: #C17085;
}
.BgClassName
{
background-color: #C17085;
}
</style>
border-color css
<style>
span { border-color: #C17085; }
span { border-color: rgb(193,112,133); }
td.TdClassName
{
border-color: #C17085;
}
.TagClassName
{
border-color: #C17085;
}
</style>