Shades of Solid Pink #8C5657
Tints of Solid Pink #8C5657
RGB
CMYK
RGB Variations
Color information
#8C5657 (or 0x8C5657) is known color: Solid Pink. HEX triplet: 8C, 56 and 57. RGB value is (140,86,87). Sum of RGB (Red+Green+Blue) = 140+86+87=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5657 is #73A9A8. Grayscale: #666666. Windows color (decimal): -7580073 or 5723788. OLE color: 5723788.
HSL color Cylindrical-coordinate representation of color #8C5657: hue angle of 358.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5657 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 87 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.45 |
| HSL | 358.89º | 0.24% | 0.44% | - |
| HSV(B) | 358.89º | 0.39% | 0.55% | - |
| XYZ | 15.86 | 12.92 | 10.67 | - |
| YUV | 102.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 87 | 0 | 0.39 | 0.38 | 0.45 | 358.89 | 0.24 | 0.44 |
| Hex | 8C | 56 | 57 | 0 | 27 | 26 | 2D | 167 | 18 | 2C |
| Octal | 214 | 126 | 127 | 0 | 47 | 46 | 55 | 547 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1010111 | 0 | 100111 | 100110 | 101101 | 101100111 | 11000 | 101100 |
Color Harmonies of #8C5657
Complementary color
Monochromatic Colors of #8C5657
Black with #8C5657
Text Example
Text Example
White with #8C5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5657; }
p { color: rgb(140,86,87); }
H1.HeaderClassName
{
color: #8C5657;
}
.AnyTagClassName
{
color: #8C5657;
}
</style>
background-color css
<style>
a { background-color: #8C5657; }
a { background-color: rgb(140,86,87); }
div.DivClassName
{
background-color: #8C5657;
}
.BgClassName
{
background-color: #8C5657;
}
</style>
border-color css
<style>
span { border-color: #8C5657; }
span { border-color: rgb(140,86,87); }
td.TdClassName
{
border-color: #8C5657;
}
.TagClassName
{
border-color: #8C5657;
}
</style>