Shades of Trendy Pink #886D85
Tints of Trendy Pink #886D85
RGB
CMYK
RGB Variations
Color information
#886D85 (or 0x886D85) is known color: Trendy Pink. HEX triplet: 88, 6D and 85. RGB value is (136,109,133). Sum of RGB (Red+Green+Blue) = 136+109+133=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #886D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D85 is #77927A. Grayscale: #777777. Windows color (decimal): -7836283 or 8744328. OLE color: 8744328.
HSL color Cylindrical-coordinate representation of color #886D85: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886D85 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 133 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.47 |
| HSL | 306.67º | 0.11% | 0.48% | - |
| HSV(B) | 306.67º | 0.2% | 0.53% | - |
| XYZ | 19.86 | 17.86 | 24.59 | - |
| YUV | 119.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 133 | 0 | 0.20 | 0.02 | 0.47 | 306.67 | 0.11 | 0.48 |
| Hex | 88 | 6D | 85 | 0 | 14 | 2 | 2F | 133 | B | 30 |
| Octal | 210 | 155 | 205 | 0 | 24 | 2 | 57 | 463 | 13 | 60 |
| Binary | 10001000 | 1101101 | 10000101 | 0 | 10100 | 10 | 101111 | 100110011 | 1011 | 110000 |
Color Harmonies of #886D85
Complementary color
Monochromatic Colors of #886D85
Black with #886D85
Text Example
Text Example
White with #886D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D85; }
p { color: rgb(136,109,133); }
H1.HeaderClassName
{
color: #886D85;
}
.AnyTagClassName
{
color: #886D85;
}
</style>
background-color css
<style>
a { background-color: #886D85; }
a { background-color: rgb(136,109,133); }
div.DivClassName
{
background-color: #886D85;
}
.BgClassName
{
background-color: #886D85;
}
</style>
border-color css
<style>
span { border-color: #886D85; }
span { border-color: rgb(136,109,133); }
td.TdClassName
{
border-color: #886D85;
}
.TagClassName
{
border-color: #886D85;
}
</style>