Shades of Tapestry #C17288
Tints of Tapestry #C17288
RGB
CMYK
RGB Variations
Color information
#C17288 (or 0xC17288) is known color: Tapestry. HEX triplet: C1, 72 and 88. RGB value is (193,114,136). Sum of RGB (Red+Green+Blue) = 193+114+136=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C17288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17288 is #3E8D77. Grayscale: #8C8C8C. Windows color (decimal): -4099448 or 8942273. OLE color: 8942273.
HSL color Cylindrical-coordinate representation of color #C17288: hue angle of 343.29º 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 #C17288 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 136 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.24 |
| HSL | 343.29º | 0.39% | 0.6% | - |
| HSV(B) | 343.29º | 0.41% | 0.76% | - |
| XYZ | 32.45 | 25.15 | 26.44 | - |
| YUV | 140.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 136 | 0 | 0.41 | 0.30 | 0.24 | 343.29 | 0.39 | 0.6 |
| Hex | C1 | 72 | 88 | 0 | 29 | 1E | 18 | 157 | 27 | 3C |
| Octal | 301 | 162 | 210 | 0 | 51 | 36 | 30 | 527 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10001000 | 0 | 101001 | 11110 | 11000 | 101010111 | 100111 | 111100 |
Color Harmonies of #C17288
Complementary color
Monochromatic Colors of #C17288
Black with #C17288
Text Example
Text Example
White with #C17288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17288; }
p { color: rgb(193,114,136); }
H1.HeaderClassName
{
color: #C17288;
}
.AnyTagClassName
{
color: #C17288;
}
</style>
background-color css
<style>
a { background-color: #C17288; }
a { background-color: rgb(193,114,136); }
div.DivClassName
{
background-color: #C17288;
}
.BgClassName
{
background-color: #C17288;
}
</style>
border-color css
<style>
span { border-color: #C17288; }
span { border-color: rgb(193,114,136); }
td.TdClassName
{
border-color: #C17288;
}
.TagClassName
{
border-color: #C17288;
}
</style>