Shades of Solid Pink #885156
Tints of Solid Pink #885156
RGB
CMYK
RGB Variations
Color information
#885156 (or 0x885156) is known color: Solid Pink. HEX triplet: 88, 51 and 56. RGB value is (136,81,86). Sum of RGB (Red+Green+Blue) = 136+81+86=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #885156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885156 is #77AEA9. Grayscale: #626262. Windows color (decimal): -7843498 or 5656968. OLE color: 5656968.
HSL color Cylindrical-coordinate representation of color #885156: hue angle of 354.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885156 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 86 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.47 |
| HSL | 354.55º | 0.25% | 0.43% | - |
| HSV(B) | 354.55º | 0.4% | 0.53% | - |
| XYZ | 14.78 | 11.79 | 10.3 | - |
| YUV | 98.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 86 | 0 | 0.40 | 0.37 | 0.47 | 354.55 | 0.25 | 0.43 |
| Hex | 88 | 51 | 56 | 0 | 28 | 25 | 2F | 163 | 19 | 2B |
| Octal | 210 | 121 | 126 | 0 | 50 | 45 | 57 | 543 | 31 | 53 |
| Binary | 10001000 | 1010001 | 1010110 | 0 | 101000 | 100101 | 101111 | 101100011 | 11001 | 101011 |
Color Harmonies of #885156
Complementary color
Monochromatic Colors of #885156
Black with #885156
Text Example
Text Example
White with #885156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885156; }
p { color: rgb(136,81,86); }
H1.HeaderClassName
{
color: #885156;
}
.AnyTagClassName
{
color: #885156;
}
</style>
background-color css
<style>
a { background-color: #885156; }
a { background-color: rgb(136,81,86); }
div.DivClassName
{
background-color: #885156;
}
.BgClassName
{
background-color: #885156;
}
</style>
border-color css
<style>
span { border-color: #885156; }
span { border-color: rgb(136,81,86); }
td.TdClassName
{
border-color: #885156;
}
.TagClassName
{
border-color: #885156;
}
</style>