Shades of Solid Pink #885256
Tints of Solid Pink #885256
RGB
CMYK
RGB Variations
Color information
#885256 (or 0x885256) is known color: Solid Pink. HEX triplet: 88, 52 and 56. RGB value is (136,82,86). Sum of RGB (Red+Green+Blue) = 136+82+86=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885256 is #77ADA9. Grayscale: #626262. Windows color (decimal): -7843242 or 5657224. OLE color: 5657224.
HSL color Cylindrical-coordinate representation of color #885256: hue angle of 355.56º 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 #885256 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 86 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.47 |
| HSL | 355.56º | 0.25% | 0.43% | - |
| HSV(B) | 355.56º | 0.4% | 0.53% | - |
| XYZ | 14.85 | 11.94 | 10.33 | - |
| YUV | 98.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 86 | 0 | 0.40 | 0.37 | 0.47 | 355.56 | 0.25 | 0.43 |
| Hex | 88 | 52 | 56 | 0 | 28 | 25 | 2F | 164 | 19 | 2B |
| Octal | 210 | 122 | 126 | 0 | 50 | 45 | 57 | 544 | 31 | 53 |
| Binary | 10001000 | 1010010 | 1010110 | 0 | 101000 | 100101 | 101111 | 101100100 | 11001 | 101011 |
Color Harmonies of #885256
Complementary color
Monochromatic Colors of #885256
Black with #885256
Text Example
Text Example
White with #885256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885256; }
p { color: rgb(136,82,86); }
H1.HeaderClassName
{
color: #885256;
}
.AnyTagClassName
{
color: #885256;
}
</style>
background-color css
<style>
a { background-color: #885256; }
a { background-color: rgb(136,82,86); }
div.DivClassName
{
background-color: #885256;
}
.BgClassName
{
background-color: #885256;
}
</style>
border-color css
<style>
span { border-color: #885256; }
span { border-color: rgb(136,82,86); }
td.TdClassName
{
border-color: #885256;
}
.TagClassName
{
border-color: #885256;
}
</style>