Shades of Tapestry #C17287
Tints of Tapestry #C17287
RGB
CMYK
RGB Variations
Color information
#C17287 (or 0xC17287) is known color: Tapestry. HEX triplet: C1, 72 and 87. RGB value is (193,114,135). Sum of RGB (Red+Green+Blue) = 193+114+135=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C17287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17287 is #3E8D78. Grayscale: #8C8C8C. Windows color (decimal): -4099449 or 8876737. OLE color: 8876737.
HSL color Cylindrical-coordinate representation of color #C17287: hue angle of 344.05º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17287 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 135 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.24 |
| HSL | 344.05º | 0.39% | 0.6% | - |
| HSV(B) | 344.05º | 0.41% | 0.76% | - |
| XYZ | 32.38 | 25.12 | 26.06 | - |
| YUV | 140.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 135 | 0 | 0.41 | 0.30 | 0.24 | 344.05 | 0.39 | 0.6 |
| Hex | C1 | 72 | 87 | 0 | 29 | 1E | 18 | 158 | 27 | 3C |
| Octal | 301 | 162 | 207 | 0 | 51 | 36 | 30 | 530 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10000111 | 0 | 101001 | 11110 | 11000 | 101011000 | 100111 | 111100 |
Color Harmonies of #C17287
Complementary color
Monochromatic Colors of #C17287
Black with #C17287
Text Example
Text Example
White with #C17287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17287; }
p { color: rgb(193,114,135); }
H1.HeaderClassName
{
color: #C17287;
}
.AnyTagClassName
{
color: #C17287;
}
</style>
background-color css
<style>
a { background-color: #C17287; }
a { background-color: rgb(193,114,135); }
div.DivClassName
{
background-color: #C17287;
}
.BgClassName
{
background-color: #C17287;
}
</style>
border-color css
<style>
span { border-color: #C17287; }
span { border-color: rgb(193,114,135); }
td.TdClassName
{
border-color: #C17287;
}
.TagClassName
{
border-color: #C17287;
}
</style>