Shades of Tapestry #C06E88
Tints of Tapestry #C06E88
RGB
CMYK
RGB Variations
Color information
#C06E88 (or 0xC06E88) is known color: Tapestry. HEX triplet: C0, 6E and 88. RGB value is (192,110,136). Sum of RGB (Red+Green+Blue) = 192+110+136=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E88 is #3F9177. Grayscale: #898989. Windows color (decimal): -4166008 or 8941248. OLE color: 8941248.
HSL color Cylindrical-coordinate representation of color #C06E88: hue angle of 340.98º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E88 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 136 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.25 |
| HSL | 340.98º | 0.39% | 0.59% | - |
| HSV(B) | 340.98º | 0.43% | 0.75% | - |
| XYZ | 31.76 | 24.14 | 26.28 | - |
| YUV | 137.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 136 | 0 | 0.43 | 0.29 | 0.25 | 340.98 | 0.39 | 0.59 |
| Hex | C0 | 6E | 88 | 0 | 2B | 1D | 19 | 155 | 27 | 3B |
| Octal | 300 | 156 | 210 | 0 | 53 | 35 | 31 | 525 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10001000 | 0 | 101011 | 11101 | 11001 | 101010101 | 100111 | 111011 |
Color Harmonies of #C06E88
Complementary color
Monochromatic Colors of #C06E88
Black with #C06E88
Text Example
Text Example
White with #C06E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E88; }
p { color: rgb(192,110,136); }
H1.HeaderClassName
{
color: #C06E88;
}
.AnyTagClassName
{
color: #C06E88;
}
</style>
background-color css
<style>
a { background-color: #C06E88; }
a { background-color: rgb(192,110,136); }
div.DivClassName
{
background-color: #C06E88;
}
.BgClassName
{
background-color: #C06E88;
}
</style>
border-color css
<style>
span { border-color: #C06E88; }
span { border-color: rgb(192,110,136); }
td.TdClassName
{
border-color: #C06E88;
}
.TagClassName
{
border-color: #C06E88;
}
</style>