Shades of Tapestry #C17285
Tints of Tapestry #C17285
RGB
CMYK
RGB Variations
Color information
#C17285 (or 0xC17285) is known color: Tapestry. HEX triplet: C1, 72 and 85. RGB value is (193,114,133). Sum of RGB (Red+Green+Blue) = 193+114+133=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17285 is #3E8D7A. Grayscale: #8B8B8B. Windows color (decimal): -4099451 or 8745665. OLE color: 8745665.
HSL color Cylindrical-coordinate representation of color #C17285: hue angle of 345.57º 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 #C17285 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 133 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.24 |
| HSL | 345.57º | 0.39% | 0.6% | - |
| HSV(B) | 345.57º | 0.41% | 0.76% | - |
| XYZ | 32.24 | 25.07 | 25.33 | - |
| YUV | 139.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 133 | 0 | 0.41 | 0.31 | 0.24 | 345.57 | 0.39 | 0.6 |
| Hex | C1 | 72 | 85 | 0 | 29 | 1F | 18 | 15A | 27 | 3C |
| Octal | 301 | 162 | 205 | 0 | 51 | 37 | 30 | 532 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10000101 | 0 | 101001 | 11111 | 11000 | 101011010 | 100111 | 111100 |
Color Harmonies of #C17285
Complementary color
Monochromatic Colors of #C17285
Black with #C17285
Text Example
Text Example
White with #C17285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17285; }
p { color: rgb(193,114,133); }
H1.HeaderClassName
{
color: #C17285;
}
.AnyTagClassName
{
color: #C17285;
}
</style>
background-color css
<style>
a { background-color: #C17285; }
a { background-color: rgb(193,114,133); }
div.DivClassName
{
background-color: #C17285;
}
.BgClassName
{
background-color: #C17285;
}
</style>
border-color css
<style>
span { border-color: #C17285; }
span { border-color: rgb(193,114,133); }
td.TdClassName
{
border-color: #C17285;
}
.TagClassName
{
border-color: #C17285;
}
</style>