Shades of Solid Pink #885356
Tints of Solid Pink #885356
RGB
CMYK
RGB Variations
Color information
#885356 (or 0x885356) is known color: Solid Pink. HEX triplet: 88, 53 and 56. RGB value is (136,83,86). Sum of RGB (Red+Green+Blue) = 136+83+86=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885356 is #77ACA9. Grayscale: #636363. Windows color (decimal): -7842986 or 5657480. OLE color: 5657480.
HSL color Cylindrical-coordinate representation of color #885356: hue angle of 356.6º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885356 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 86 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.47 |
| HSL | 356.6º | 0.24% | 0.43% | - |
| HSV(B) | 356.6º | 0.39% | 0.53% | - |
| XYZ | 14.93 | 12.09 | 10.35 | - |
| YUV | 99.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 86 | 0 | 0.39 | 0.37 | 0.47 | 356.6 | 0.24 | 0.43 |
| Hex | 88 | 53 | 56 | 0 | 27 | 25 | 2F | 165 | 18 | 2B |
| Octal | 210 | 123 | 126 | 0 | 47 | 45 | 57 | 545 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1010110 | 0 | 100111 | 100101 | 101111 | 101100101 | 11000 | 101011 |
Color Harmonies of #885356
Complementary color
Monochromatic Colors of #885356
Black with #885356
Text Example
Text Example
White with #885356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885356; }
p { color: rgb(136,83,86); }
H1.HeaderClassName
{
color: #885356;
}
.AnyTagClassName
{
color: #885356;
}
</style>
background-color css
<style>
a { background-color: #885356; }
a { background-color: rgb(136,83,86); }
div.DivClassName
{
background-color: #885356;
}
.BgClassName
{
background-color: #885356;
}
</style>
border-color css
<style>
span { border-color: #885356; }
span { border-color: rgb(136,83,86); }
td.TdClassName
{
border-color: #885356;
}
.TagClassName
{
border-color: #885356;
}
</style>