Shades of Solid Pink #8C5156
Tints of Solid Pink #8C5156
RGB
CMYK
RGB Variations
Color information
#8C5156 (or 0x8C5156) is known color: Solid Pink. HEX triplet: 8C, 51 and 56. RGB value is (140,81,86). Sum of RGB (Red+Green+Blue) = 140+81+86=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5156 is #73AEA9. Grayscale: #636363. Windows color (decimal): -7581354 or 5656972. OLE color: 5656972.
HSL color Cylindrical-coordinate representation of color #8C5156: hue angle of 354.92º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5156 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 86 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.45 |
| HSL | 354.92º | 0.27% | 0.43% | - |
| HSV(B) | 354.92º | 0.42% | 0.55% | - |
| XYZ | 15.44 | 12.13 | 10.33 | - |
| YUV | 99.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 86 | 0 | 0.42 | 0.39 | 0.45 | 354.92 | 0.27 | 0.43 |
| Hex | 8C | 51 | 56 | 0 | 2A | 27 | 2D | 163 | 1B | 2B |
| Octal | 214 | 121 | 126 | 0 | 52 | 47 | 55 | 543 | 33 | 53 |
| Binary | 10001100 | 1010001 | 1010110 | 0 | 101010 | 100111 | 101101 | 101100011 | 11011 | 101011 |
Color Harmonies of #8C5156
Complementary color
Monochromatic Colors of #8C5156
Black with #8C5156
Text Example
Text Example
White with #8C5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5156; }
p { color: rgb(140,81,86); }
H1.HeaderClassName
{
color: #8C5156;
}
.AnyTagClassName
{
color: #8C5156;
}
</style>
background-color css
<style>
a { background-color: #8C5156; }
a { background-color: rgb(140,81,86); }
div.DivClassName
{
background-color: #8C5156;
}
.BgClassName
{
background-color: #8C5156;
}
</style>
border-color css
<style>
span { border-color: #8C5156; }
span { border-color: rgb(140,81,86); }
td.TdClassName
{
border-color: #8C5156;
}
.TagClassName
{
border-color: #8C5156;
}
</style>