Shades of Solid Pink #885357
Tints of Solid Pink #885357
RGB
CMYK
RGB Variations
Color information
#885357 (or 0x885357) is known color: Solid Pink. HEX triplet: 88, 53 and 57. RGB value is (136,83,87). Sum of RGB (Red+Green+Blue) = 136+83+87=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885357 is #77ACA8. Grayscale: #636363. Windows color (decimal): -7842985 or 5723016. OLE color: 5723016.
HSL color Cylindrical-coordinate representation of color #885357: hue angle of 355.47º 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 #885357 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 87 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.47 |
| HSL | 355.47º | 0.24% | 0.43% | - |
| HSV(B) | 355.47º | 0.39% | 0.53% | - |
| XYZ | 14.97 | 12.11 | 10.57 | - |
| YUV | 99.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 87 | 0 | 0.39 | 0.36 | 0.47 | 355.47 | 0.24 | 0.43 |
| Hex | 88 | 53 | 57 | 0 | 27 | 24 | 2F | 163 | 18 | 2B |
| Octal | 210 | 123 | 127 | 0 | 47 | 44 | 57 | 543 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1010111 | 0 | 100111 | 100100 | 101111 | 101100011 | 11000 | 101011 |
Color Harmonies of #885357
Complementary color
Monochromatic Colors of #885357
Black with #885357
Text Example
Text Example
White with #885357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885357; }
p { color: rgb(136,83,87); }
H1.HeaderClassName
{
color: #885357;
}
.AnyTagClassName
{
color: #885357;
}
</style>
background-color css
<style>
a { background-color: #885357; }
a { background-color: rgb(136,83,87); }
div.DivClassName
{
background-color: #885357;
}
.BgClassName
{
background-color: #885357;
}
</style>
border-color css
<style>
span { border-color: #885357; }
span { border-color: rgb(136,83,87); }
td.TdClassName
{
border-color: #885357;
}
.TagClassName
{
border-color: #885357;
}
</style>