Shades of Trendy Pink #886A86
Tints of Trendy Pink #886A86
RGB
CMYK
RGB Variations
Color information
#886A86 (or 0x886A86) is known color: Trendy Pink. HEX triplet: 88, 6A and 86. RGB value is (136,106,134). Sum of RGB (Red+Green+Blue) = 136+106+134=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #886A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A86 is #779579. Grayscale: #767676. Windows color (decimal): -7837050 or 8809096. OLE color: 8809096.
HSL color Cylindrical-coordinate representation of color #886A86: hue angle of 304º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A86 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 134 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.47 |
| HSL | 304º | 0.12% | 0.47% | - |
| HSV(B) | 304º | 0.22% | 0.53% | - |
| XYZ | 19.61 | 17.26 | 24.85 | - |
| YUV | 118.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 134 | 0 | 0.22 | 0.01 | 0.47 | 304 | 0.12 | 0.47 |
| Hex | 88 | 6A | 86 | 0 | 16 | 1 | 2F | 130 | C | 2F |
| Octal | 210 | 152 | 206 | 0 | 26 | 1 | 57 | 460 | 14 | 57 |
| Binary | 10001000 | 1101010 | 10000110 | 0 | 10110 | 1 | 101111 | 100110000 | 1100 | 101111 |
Color Harmonies of #886A86
Complementary color
Monochromatic Colors of #886A86
Black with #886A86
Text Example
Text Example
White with #886A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A86; }
p { color: rgb(136,106,134); }
H1.HeaderClassName
{
color: #886A86;
}
.AnyTagClassName
{
color: #886A86;
}
</style>
background-color css
<style>
a { background-color: #886A86; }
a { background-color: rgb(136,106,134); }
div.DivClassName
{
background-color: #886A86;
}
.BgClassName
{
background-color: #886A86;
}
</style>
border-color css
<style>
span { border-color: #886A86; }
span { border-color: rgb(136,106,134); }
td.TdClassName
{
border-color: #886A86;
}
.TagClassName
{
border-color: #886A86;
}
</style>