Shades of Tapestry #C15D7E
Tints of Tapestry #C15D7E
RGB
CMYK
RGB Variations
Color information
#C15D7E (or 0xC15D7E) is known color: Tapestry. HEX triplet: C1, 5D and 7E. RGB value is (193,93,126). Sum of RGB (Red+Green+Blue) = 193+93+126=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D7E is #3EA281. Grayscale: #7E7E7E. Windows color (decimal): -4104834 or 8281537. OLE color: 8281537.
HSL color Cylindrical-coordinate representation of color #C15D7E: hue angle of 340.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15D7E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 126 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.24 |
| HSL | 340.2º | 0.45% | 0.56% | - |
| HSV(B) | 340.2º | 0.52% | 0.76% | - |
| XYZ | 29.67 | 20.67 | 22.16 | - |
| YUV | 126.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 126 | 0 | 0.52 | 0.35 | 0.24 | 340.2 | 0.45 | 0.56 |
| Hex | C1 | 5D | 7E | 0 | 34 | 23 | 18 | 154 | 2D | 38 |
| Octal | 301 | 135 | 176 | 0 | 64 | 43 | 30 | 524 | 55 | 70 |
| Binary | 11000001 | 1011101 | 1111110 | 0 | 110100 | 100011 | 11000 | 101010100 | 101101 | 111000 |
Color Harmonies of #C15D7E
Complementary color
Monochromatic Colors of #C15D7E
Black with #C15D7E
Text Example
Text Example
White with #C15D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D7E; }
p { color: rgb(193,93,126); }
H1.HeaderClassName
{
color: #C15D7E;
}
.AnyTagClassName
{
color: #C15D7E;
}
</style>
background-color css
<style>
a { background-color: #C15D7E; }
a { background-color: rgb(193,93,126); }
div.DivClassName
{
background-color: #C15D7E;
}
.BgClassName
{
background-color: #C15D7E;
}
</style>
border-color css
<style>
span { border-color: #C15D7E; }
span { border-color: rgb(193,93,126); }
td.TdClassName
{
border-color: #C15D7E;
}
.TagClassName
{
border-color: #C15D7E;
}
</style>