Shades of Trendy Pink #885686
Tints of Trendy Pink #885686
RGB
CMYK
RGB Variations
Color information
#885686 (or 0x885686) is known color: Trendy Pink. HEX triplet: 88, 56 and 86. RGB value is (136,86,134). Sum of RGB (Red+Green+Blue) = 136+86+134=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #885686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885686 is #77A979. Grayscale: #6A6A6A. Windows color (decimal): -7842170 or 8803976. OLE color: 8803976.
HSL color Cylindrical-coordinate representation of color #885686: hue angle of 302.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885686 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 134 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.47 |
| HSL | 302.4º | 0.23% | 0.44% | - |
| HSV(B) | 302.4º | 0.37% | 0.53% | - |
| XYZ | 17.78 | 13.61 | 24.24 | - |
| YUV | 106.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 134 | 0 | 0.37 | 0.01 | 0.47 | 302.4 | 0.23 | 0.44 |
| Hex | 88 | 56 | 86 | 0 | 25 | 1 | 2F | 12E | 17 | 2C |
| Octal | 210 | 126 | 206 | 0 | 45 | 1 | 57 | 456 | 27 | 54 |
| Binary | 10001000 | 1010110 | 10000110 | 0 | 100101 | 1 | 101111 | 100101110 | 10111 | 101100 |
Color Harmonies of #885686
Complementary color
Monochromatic Colors of #885686
Black with #885686
Text Example
Text Example
White with #885686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885686; }
p { color: rgb(136,86,134); }
H1.HeaderClassName
{
color: #885686;
}
.AnyTagClassName
{
color: #885686;
}
</style>
background-color css
<style>
a { background-color: #885686; }
a { background-color: rgb(136,86,134); }
div.DivClassName
{
background-color: #885686;
}
.BgClassName
{
background-color: #885686;
}
</style>
border-color css
<style>
span { border-color: #885686; }
span { border-color: rgb(136,86,134); }
td.TdClassName
{
border-color: #885686;
}
.TagClassName
{
border-color: #885686;
}
</style>