Shades of Trendy Pink #885685
Tints of Trendy Pink #885685
RGB
CMYK
RGB Variations
Color information
#885685 (or 0x885685) is known color: Trendy Pink. HEX triplet: 88, 56 and 85. RGB value is (136,86,133). Sum of RGB (Red+Green+Blue) = 136+86+133=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #885685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885685 is #77A97A. Grayscale: #6A6A6A. Windows color (decimal): -7842171 or 8738440. OLE color: 8738440.
HSL color Cylindrical-coordinate representation of color #885685: hue angle of 303.6º 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 #885685 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 133 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.47 |
| HSL | 303.6º | 0.23% | 0.44% | - |
| HSV(B) | 303.6º | 0.37% | 0.53% | - |
| XYZ | 17.71 | 13.58 | 23.88 | - |
| YUV | 106.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 133 | 0 | 0.37 | 0.02 | 0.47 | 303.6 | 0.23 | 0.44 |
| Hex | 88 | 56 | 85 | 0 | 25 | 2 | 2F | 130 | 17 | 2C |
| Octal | 210 | 126 | 205 | 0 | 45 | 2 | 57 | 460 | 27 | 54 |
| Binary | 10001000 | 1010110 | 10000101 | 0 | 100101 | 10 | 101111 | 100110000 | 10111 | 101100 |
Color Harmonies of #885685
Complementary color
Monochromatic Colors of #885685
Black with #885685
Text Example
Text Example
White with #885685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885685; }
p { color: rgb(136,86,133); }
H1.HeaderClassName
{
color: #885685;
}
.AnyTagClassName
{
color: #885685;
}
</style>
background-color css
<style>
a { background-color: #885685; }
a { background-color: rgb(136,86,133); }
div.DivClassName
{
background-color: #885685;
}
.BgClassName
{
background-color: #885685;
}
</style>
border-color css
<style>
span { border-color: #885685; }
span { border-color: rgb(136,86,133); }
td.TdClassName
{
border-color: #885685;
}
.TagClassName
{
border-color: #885685;
}
</style>