Shades of Tapestry #C17084
Tints of Tapestry #C17084
RGB
CMYK
RGB Variations
Color information
#C17084 (or 0xC17084) is known color: Tapestry. HEX triplet: C1, 70 and 84. RGB value is (193,112,132). Sum of RGB (Red+Green+Blue) = 193+112+132=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C17084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17084 is #3E8F7B. Grayscale: #8A8A8A. Windows color (decimal): -4099964 or 8679617. OLE color: 8679617.
HSL color Cylindrical-coordinate representation of color #C17084: hue angle of 345.19º 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 #C17084 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 132 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.24 |
| HSL | 345.19º | 0.4% | 0.6% | - |
| HSV(B) | 345.19º | 0.42% | 0.76% | - |
| XYZ | 31.95 | 24.59 | 24.89 | - |
| YUV | 138.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 132 | 0 | 0.42 | 0.32 | 0.24 | 345.19 | 0.4 | 0.6 |
| Hex | C1 | 70 | 84 | 0 | 2A | 20 | 18 | 159 | 28 | 3C |
| Octal | 301 | 160 | 204 | 0 | 52 | 40 | 30 | 531 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10000100 | 0 | 101010 | 100000 | 11000 | 101011001 | 101000 | 111100 |
Color Harmonies of #C17084
Complementary color
Monochromatic Colors of #C17084
Black with #C17084
Text Example
Text Example
White with #C17084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17084; }
p { color: rgb(193,112,132); }
H1.HeaderClassName
{
color: #C17084;
}
.AnyTagClassName
{
color: #C17084;
}
</style>
background-color css
<style>
a { background-color: #C17084; }
a { background-color: rgb(193,112,132); }
div.DivClassName
{
background-color: #C17084;
}
.BgClassName
{
background-color: #C17084;
}
</style>
border-color css
<style>
span { border-color: #C17084; }
span { border-color: rgb(193,112,132); }
td.TdClassName
{
border-color: #C17084;
}
.TagClassName
{
border-color: #C17084;
}
</style>