Shades of Solid Pink #885659
Tints of Solid Pink #885659
RGB
CMYK
RGB Variations
Color information
#885659 (or 0x885659) is known color: Solid Pink. HEX triplet: 88, 56 and 59. RGB value is (136,86,89). Sum of RGB (Red+Green+Blue) = 136+86+89=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #885659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885659 is #77A9A6. Grayscale: #656565. Windows color (decimal): -7842215 or 5854856. OLE color: 5854856.
HSL color Cylindrical-coordinate representation of color #885659: hue angle of 356.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 #885659 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 89 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.47 |
| HSL | 356.4º | 0.23% | 0.44% | - |
| HSV(B) | 356.4º | 0.37% | 0.53% | - |
| XYZ | 15.28 | 12.61 | 11.08 | - |
| YUV | 101.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 89 | 0 | 0.37 | 0.35 | 0.47 | 356.4 | 0.23 | 0.44 |
| Hex | 88 | 56 | 59 | 0 | 25 | 23 | 2F | 164 | 17 | 2C |
| Octal | 210 | 126 | 131 | 0 | 45 | 43 | 57 | 544 | 27 | 54 |
| Binary | 10001000 | 1010110 | 1011001 | 0 | 100101 | 100011 | 101111 | 101100100 | 10111 | 101100 |
Color Harmonies of #885659
Complementary color
Monochromatic Colors of #885659
Black with #885659
Text Example
Text Example
White with #885659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885659; }
p { color: rgb(136,86,89); }
H1.HeaderClassName
{
color: #885659;
}
.AnyTagClassName
{
color: #885659;
}
</style>
background-color css
<style>
a { background-color: #885659; }
a { background-color: rgb(136,86,89); }
div.DivClassName
{
background-color: #885659;
}
.BgClassName
{
background-color: #885659;
}
</style>
border-color css
<style>
span { border-color: #885659; }
span { border-color: rgb(136,86,89); }
td.TdClassName
{
border-color: #885659;
}
.TagClassName
{
border-color: #885659;
}
</style>