Shades of Tapestry #C16385
Tints of Tapestry #C16385
RGB
CMYK
RGB Variations
Color information
#C16385 (or 0xC16385) is known color: Tapestry. HEX triplet: C1, 63 and 85. RGB value is (193,99,133). Sum of RGB (Red+Green+Blue) = 193+99+133=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16385 is #3E9C7A. Grayscale: #828282. Windows color (decimal): -4103291 or 8741825. OLE color: 8741825.
HSL color Cylindrical-coordinate representation of color #C16385: hue angle of 338.3º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16385 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 133 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.24 |
| HSL | 338.3º | 0.43% | 0.57% | - |
| HSV(B) | 338.3º | 0.49% | 0.76% | - |
| XYZ | 30.69 | 21.95 | 24.81 | - |
| YUV | 130.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 133 | 0 | 0.49 | 0.31 | 0.24 | 338.3 | 0.43 | 0.57 |
| Hex | C1 | 63 | 85 | 0 | 31 | 1F | 18 | 152 | 2B | 39 |
| Octal | 301 | 143 | 205 | 0 | 61 | 37 | 30 | 522 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10000101 | 0 | 110001 | 11111 | 11000 | 101010010 | 101011 | 111001 |
Color Harmonies of #C16385
Complementary color
Monochromatic Colors of #C16385
Black with #C16385
Text Example
Text Example
White with #C16385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16385; }
p { color: rgb(193,99,133); }
H1.HeaderClassName
{
color: #C16385;
}
.AnyTagClassName
{
color: #C16385;
}
</style>
background-color css
<style>
a { background-color: #C16385; }
a { background-color: rgb(193,99,133); }
div.DivClassName
{
background-color: #C16385;
}
.BgClassName
{
background-color: #C16385;
}
</style>
border-color css
<style>
span { border-color: #C16385; }
span { border-color: rgb(193,99,133); }
td.TdClassName
{
border-color: #C16385;
}
.TagClassName
{
border-color: #C16385;
}
</style>