Shades of Solid Pink #8C5155
Tints of Solid Pink #8C5155
RGB
CMYK
RGB Variations
Color information
#8C5155 (or 0x8C5155) is known color: Solid Pink. HEX triplet: 8C, 51 and 55. RGB value is (140,81,85). Sum of RGB (Red+Green+Blue) = 140+81+85=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5155 is #73AEAA. Grayscale: #636363. Windows color (decimal): -7581355 or 5591436. OLE color: 5591436.
HSL color Cylindrical-coordinate representation of color #8C5155: hue angle of 355.93º 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 #8C5155 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 85 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.45 |
| HSL | 355.93º | 0.27% | 0.43% | - |
| HSV(B) | 355.93º | 0.42% | 0.55% | - |
| XYZ | 15.4 | 12.12 | 10.12 | - |
| YUV | 99.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 85 | 0 | 0.42 | 0.39 | 0.45 | 355.93 | 0.27 | 0.43 |
| Hex | 8C | 51 | 55 | 0 | 2A | 27 | 2D | 164 | 1B | 2B |
| Octal | 214 | 121 | 125 | 0 | 52 | 47 | 55 | 544 | 33 | 53 |
| Binary | 10001100 | 1010001 | 1010101 | 0 | 101010 | 100111 | 101101 | 101100100 | 11011 | 101011 |
Color Harmonies of #8C5155
Complementary color
Monochromatic Colors of #8C5155
Black with #8C5155
Text Example
Text Example
White with #8C5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5155; }
p { color: rgb(140,81,85); }
H1.HeaderClassName
{
color: #8C5155;
}
.AnyTagClassName
{
color: #8C5155;
}
</style>
background-color css
<style>
a { background-color: #8C5155; }
a { background-color: rgb(140,81,85); }
div.DivClassName
{
background-color: #8C5155;
}
.BgClassName
{
background-color: #8C5155;
}
</style>
border-color css
<style>
span { border-color: #8C5155; }
span { border-color: rgb(140,81,85); }
td.TdClassName
{
border-color: #8C5155;
}
.TagClassName
{
border-color: #8C5155;
}
</style>