Shades of Solid Pink #885A5C
Tints of Solid Pink #885A5C
RGB
CMYK
RGB Variations
Color information
#885A5C (or 0x885A5C) is known color: Solid Pink. HEX triplet: 88, 5A and 5C. RGB value is (136,90,92). Sum of RGB (Red+Green+Blue) = 136+90+92=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A5C is #77A5A3. Grayscale: #686868. Windows color (decimal): -7841188 or 6052488. OLE color: 6052488.
HSL color Cylindrical-coordinate representation of color #885A5C: hue angle of 357.39º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A5C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 92 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.47 |
| HSL | 357.39º | 0.2% | 0.44% | - |
| HSV(B) | 357.39º | 0.34% | 0.53% | - |
| XYZ | 15.74 | 13.32 | 11.87 | - |
| YUV | 103.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 92 | 0 | 0.34 | 0.32 | 0.47 | 357.39 | 0.2 | 0.44 |
| Hex | 88 | 5A | 5C | 0 | 22 | 20 | 2F | 165 | 14 | 2C |
| Octal | 210 | 132 | 134 | 0 | 42 | 40 | 57 | 545 | 24 | 54 |
| Binary | 10001000 | 1011010 | 1011100 | 0 | 100010 | 100000 | 101111 | 101100101 | 10100 | 101100 |
Color Harmonies of #885A5C
Complementary color
Monochromatic Colors of #885A5C
Black with #885A5C
Text Example
Text Example
White with #885A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A5C; }
p { color: rgb(136,90,92); }
H1.HeaderClassName
{
color: #885A5C;
}
.AnyTagClassName
{
color: #885A5C;
}
</style>
background-color css
<style>
a { background-color: #885A5C; }
a { background-color: rgb(136,90,92); }
div.DivClassName
{
background-color: #885A5C;
}
.BgClassName
{
background-color: #885A5C;
}
</style>
border-color css
<style>
span { border-color: #885A5C; }
span { border-color: rgb(136,90,92); }
td.TdClassName
{
border-color: #885A5C;
}
.TagClassName
{
border-color: #885A5C;
}
</style>