Shades of Solid Pink #885456
Tints of Solid Pink #885456
RGB
CMYK
RGB Variations
Color information
#885456 (or 0x885456) is known color: Solid Pink. HEX triplet: 88, 54 and 56. RGB value is (136,84,86). Sum of RGB (Red+Green+Blue) = 136+84+86=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885456 is #77ABA9. Grayscale: #636363. Windows color (decimal): -7842730 or 5657736. OLE color: 5657736.
HSL color Cylindrical-coordinate representation of color #885456: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885456 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 86 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.47 |
| HSL | 357.69º | 0.24% | 0.43% | - |
| HSV(B) | 357.69º | 0.38% | 0.53% | - |
| XYZ | 15 | 12.25 | 10.38 | - |
| YUV | 99.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 86 | 0 | 0.38 | 0.37 | 0.47 | 357.69 | 0.24 | 0.43 |
| Hex | 88 | 54 | 56 | 0 | 26 | 25 | 2F | 166 | 18 | 2B |
| Octal | 210 | 124 | 126 | 0 | 46 | 45 | 57 | 546 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1010110 | 0 | 100110 | 100101 | 101111 | 101100110 | 11000 | 101011 |
Color Harmonies of #885456
Complementary color
Monochromatic Colors of #885456
Black with #885456
Text Example
Text Example
White with #885456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885456; }
p { color: rgb(136,84,86); }
H1.HeaderClassName
{
color: #885456;
}
.AnyTagClassName
{
color: #885456;
}
</style>
background-color css
<style>
a { background-color: #885456; }
a { background-color: rgb(136,84,86); }
div.DivClassName
{
background-color: #885456;
}
.BgClassName
{
background-color: #885456;
}
</style>
border-color css
<style>
span { border-color: #885456; }
span { border-color: rgb(136,84,86); }
td.TdClassName
{
border-color: #885456;
}
.TagClassName
{
border-color: #885456;
}
</style>