Shades of Solid Pink #884C57
Tints of Solid Pink #884C57
RGB
CMYK
RGB Variations
Color information
#884C57 (or 0x884C57) is known color: Solid Pink. HEX triplet: 88, 4C and 57. RGB value is (136,76,87). Sum of RGB (Red+Green+Blue) = 136+76+87=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #884C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C57 is #77B3A8. Grayscale: #5F5F5F. Windows color (decimal): -7844777 or 5721224. OLE color: 5721224.
HSL color Cylindrical-coordinate representation of color #884C57: hue angle of 349º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C57 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 87 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.47 |
| HSL | 349º | 0.28% | 0.42% | - |
| HSV(B) | 349º | 0.44% | 0.53% | - |
| XYZ | 14.46 | 11.09 | 10.4 | - |
| YUV | 95.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 87 | 0 | 0.44 | 0.36 | 0.47 | 349 | 0.28 | 0.42 |
| Hex | 88 | 4C | 57 | 0 | 2C | 24 | 2F | 15D | 1C | 2A |
| Octal | 210 | 114 | 127 | 0 | 54 | 44 | 57 | 535 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1010111 | 0 | 101100 | 100100 | 101111 | 101011101 | 11100 | 101010 |
Color Harmonies of #884C57
Complementary color
Monochromatic Colors of #884C57
Black with #884C57
Text Example
Text Example
White with #884C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C57; }
p { color: rgb(136,76,87); }
H1.HeaderClassName
{
color: #884C57;
}
.AnyTagClassName
{
color: #884C57;
}
</style>
background-color css
<style>
a { background-color: #884C57; }
a { background-color: rgb(136,76,87); }
div.DivClassName
{
background-color: #884C57;
}
.BgClassName
{
background-color: #884C57;
}
</style>
border-color css
<style>
span { border-color: #884C57; }
span { border-color: rgb(136,76,87); }
td.TdClassName
{
border-color: #884C57;
}
.TagClassName
{
border-color: #884C57;
}
</style>