Shades of Trendy Pink #886C88
Tints of Trendy Pink #886C88
RGB
CMYK
RGB Variations
Color information
#886C88 (or 0x886C88) is known color: Trendy Pink. HEX triplet: 88, 6C and 88. RGB value is (136,108,136). Sum of RGB (Red+Green+Blue) = 136+108+136=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886C88 is #779377. Grayscale: #777777. Windows color (decimal): -7836536 or 8940680. OLE color: 8940680.
HSL color Cylindrical-coordinate representation of color #886C88: hue angle of 300º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886C88 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 136 | - |
| CMYK | 0 | 0.21 | 0 | 0.47 |
| HSL | 300º | 0.11% | 0.48% | - |
| HSV(B) | 300º | 0.21% | 0.53% | - |
| XYZ | 19.96 | 17.74 | 25.66 | - |
| YUV | 119.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 136 | 0 | 0.21 | 0 | 0.47 | 300 | 0.11 | 0.48 |
| Hex | 88 | 6C | 88 | 0 | 15 | 0 | 2F | 12C | B | 30 |
| Octal | 210 | 154 | 210 | 0 | 25 | 0 | 57 | 454 | 13 | 60 |
| Binary | 10001000 | 1101100 | 10001000 | 0 | 10101 | 0 | 101111 | 100101100 | 1011 | 110000 |
Color Harmonies of #886C88
Complementary color
Monochromatic Colors of #886C88
Black with #886C88
Text Example
Text Example
White with #886C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C88; }
p { color: rgb(136,108,136); }
H1.HeaderClassName
{
color: #886C88;
}
.AnyTagClassName
{
color: #886C88;
}
</style>
background-color css
<style>
a { background-color: #886C88; }
a { background-color: rgb(136,108,136); }
div.DivClassName
{
background-color: #886C88;
}
.BgClassName
{
background-color: #886C88;
}
</style>
border-color css
<style>
span { border-color: #886C88; }
span { border-color: rgb(136,108,136); }
td.TdClassName
{
border-color: #886C88;
}
.TagClassName
{
border-color: #886C88;
}
</style>