Shades of Tapestry #C16781
Tints of Tapestry #C16781
RGB
CMYK
RGB Variations
Color information
#C16781 (or 0xC16781) is known color: Tapestry. HEX triplet: C1, 67 and 81. RGB value is (193,103,129). Sum of RGB (Red+Green+Blue) = 193+103+129=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16781 is #3E987E. Grayscale: #848484. Windows color (decimal): -4102271 or 8480705. OLE color: 8480705.
HSL color Cylindrical-coordinate representation of color #C16781: hue angle of 342.67º 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 #C16781 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 129 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.24 |
| HSL | 342.67º | 0.42% | 0.58% | - |
| HSV(B) | 342.67º | 0.47% | 0.76% | - |
| XYZ | 30.81 | 22.62 | 23.51 | - |
| YUV | 132.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 129 | 0 | 0.47 | 0.33 | 0.24 | 342.67 | 0.42 | 0.58 |
| Hex | C1 | 67 | 81 | 0 | 2F | 21 | 18 | 157 | 2A | 3A |
| Octal | 301 | 147 | 201 | 0 | 57 | 41 | 30 | 527 | 52 | 72 |
| Binary | 11000001 | 1100111 | 10000001 | 0 | 101111 | 100001 | 11000 | 101010111 | 101010 | 111010 |
Color Harmonies of #C16781
Complementary color
Monochromatic Colors of #C16781
Black with #C16781
Text Example
Text Example
White with #C16781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16781; }
p { color: rgb(193,103,129); }
H1.HeaderClassName
{
color: #C16781;
}
.AnyTagClassName
{
color: #C16781;
}
</style>
background-color css
<style>
a { background-color: #C16781; }
a { background-color: rgb(193,103,129); }
div.DivClassName
{
background-color: #C16781;
}
.BgClassName
{
background-color: #C16781;
}
</style>
border-color css
<style>
span { border-color: #C16781; }
span { border-color: rgb(193,103,129); }
td.TdClassName
{
border-color: #C16781;
}
.TagClassName
{
border-color: #C16781;
}
</style>