Shades of Tapestry #C06A87
Tints of Tapestry #C06A87
RGB
CMYK
RGB Variations
Color information
#C06A87 (or 0xC06A87) is known color: Tapestry. HEX triplet: C0, 6A and 87. RGB value is (192,106,135). Sum of RGB (Red+Green+Blue) = 192+106+135=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A87 is #3F9578. Grayscale: #868686. Windows color (decimal): -4167033 or 8874688. OLE color: 8874688.
HSL color Cylindrical-coordinate representation of color #C06A87: hue angle of 339.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A87 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 135 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.25 |
| HSL | 339.77º | 0.41% | 0.58% | - |
| HSV(B) | 339.77º | 0.45% | 0.75% | - |
| XYZ | 31.27 | 23.26 | 25.76 | - |
| YUV | 135.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 135 | 0 | 0.45 | 0.30 | 0.25 | 339.77 | 0.41 | 0.58 |
| Hex | C0 | 6A | 87 | 0 | 2D | 1E | 19 | 154 | 29 | 3A |
| Octal | 300 | 152 | 207 | 0 | 55 | 36 | 31 | 524 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10000111 | 0 | 101101 | 11110 | 11001 | 101010100 | 101001 | 111010 |
Color Harmonies of #C06A87
Complementary color
Monochromatic Colors of #C06A87
Black with #C06A87
Text Example
Text Example
White with #C06A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A87; }
p { color: rgb(192,106,135); }
H1.HeaderClassName
{
color: #C06A87;
}
.AnyTagClassName
{
color: #C06A87;
}
</style>
background-color css
<style>
a { background-color: #C06A87; }
a { background-color: rgb(192,106,135); }
div.DivClassName
{
background-color: #C06A87;
}
.BgClassName
{
background-color: #C06A87;
}
</style>
border-color css
<style>
span { border-color: #C06A87; }
span { border-color: rgb(192,106,135); }
td.TdClassName
{
border-color: #C06A87;
}
.TagClassName
{
border-color: #C06A87;
}
</style>