Shades of Tapestry #C17389
Tints of Tapestry #C17389
RGB
CMYK
RGB Variations
Color information
#C17389 (or 0xC17389) is known color: Tapestry. HEX triplet: C1, 73 and 89. RGB value is (193,115,137). Sum of RGB (Red+Green+Blue) = 193+115+137=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C17389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17389 is #3E8C76. Grayscale: #8C8C8C. Windows color (decimal): -4099191 or 9008065. OLE color: 9008065.
HSL color Cylindrical-coordinate representation of color #C17389: hue angle of 343.08º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17389 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 137 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.24 |
| HSL | 343.08º | 0.39% | 0.6% | - |
| HSV(B) | 343.08º | 0.4% | 0.76% | - |
| XYZ | 32.64 | 25.41 | 26.85 | - |
| YUV | 140.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 137 | 0 | 0.40 | 0.29 | 0.24 | 343.08 | 0.39 | 0.6 |
| Hex | C1 | 73 | 89 | 0 | 28 | 1D | 18 | 157 | 27 | 3C |
| Octal | 301 | 163 | 211 | 0 | 50 | 35 | 30 | 527 | 47 | 74 |
| Binary | 11000001 | 1110011 | 10001001 | 0 | 101000 | 11101 | 11000 | 101010111 | 100111 | 111100 |
Color Harmonies of #C17389
Complementary color
Monochromatic Colors of #C17389
Black with #C17389
Text Example
Text Example
White with #C17389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17389; }
p { color: rgb(193,115,137); }
H1.HeaderClassName
{
color: #C17389;
}
.AnyTagClassName
{
color: #C17389;
}
</style>
background-color css
<style>
a { background-color: #C17389; }
a { background-color: rgb(193,115,137); }
div.DivClassName
{
background-color: #C17389;
}
.BgClassName
{
background-color: #C17389;
}
</style>
border-color css
<style>
span { border-color: #C17389; }
span { border-color: rgb(193,115,137); }
td.TdClassName
{
border-color: #C17389;
}
.TagClassName
{
border-color: #C17389;
}
</style>