Shades of Tapestry #C16685
Tints of Tapestry #C16685
RGB
CMYK
RGB Variations
Color information
#C16685 (or 0xC16685) is known color: Tapestry. HEX triplet: C1, 66 and 85. RGB value is (193,102,133). Sum of RGB (Red+Green+Blue) = 193+102+133=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C16685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16685 is #3E997A. Grayscale: #848484. Windows color (decimal): -4102523 or 8742593. OLE color: 8742593.
HSL color Cylindrical-coordinate representation of color #C16685: hue angle of 339.56º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16685 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 133 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.24 |
| HSL | 339.56º | 0.42% | 0.58% | - |
| HSV(B) | 339.56º | 0.47% | 0.76% | - |
| XYZ | 30.98 | 22.53 | 24.91 | - |
| YUV | 132.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 133 | 0 | 0.47 | 0.31 | 0.24 | 339.56 | 0.42 | 0.58 |
| Hex | C1 | 66 | 85 | 0 | 2F | 1F | 18 | 154 | 2A | 3A |
| Octal | 301 | 146 | 205 | 0 | 57 | 37 | 30 | 524 | 52 | 72 |
| Binary | 11000001 | 1100110 | 10000101 | 0 | 101111 | 11111 | 11000 | 101010100 | 101010 | 111010 |
Color Harmonies of #C16685
Complementary color
Monochromatic Colors of #C16685
Black with #C16685
Text Example
Text Example
White with #C16685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16685; }
p { color: rgb(193,102,133); }
H1.HeaderClassName
{
color: #C16685;
}
.AnyTagClassName
{
color: #C16685;
}
</style>
background-color css
<style>
a { background-color: #C16685; }
a { background-color: rgb(193,102,133); }
div.DivClassName
{
background-color: #C16685;
}
.BgClassName
{
background-color: #C16685;
}
</style>
border-color css
<style>
span { border-color: #C16685; }
span { border-color: rgb(193,102,133); }
td.TdClassName
{
border-color: #C16685;
}
.TagClassName
{
border-color: #C16685;
}
</style>