Shades of Solid Pink #8C5258
Tints of Solid Pink #8C5258
RGB
CMYK
RGB Variations
Color information
#8C5258 (or 0x8C5258) is known color: Solid Pink. HEX triplet: 8C, 52 and 58. RGB value is (140,82,88). Sum of RGB (Red+Green+Blue) = 140+82+88=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5258 is #73ADA7. Grayscale: #646464. Windows color (decimal): -7581096 or 5788300. OLE color: 5788300.
HSL color Cylindrical-coordinate representation of color #8C5258: hue angle of 353.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5258 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 88 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.45 |
| HSL | 353.79º | 0.26% | 0.44% | - |
| HSV(B) | 353.79º | 0.41% | 0.55% | - |
| XYZ | 15.59 | 12.31 | 10.79 | - |
| YUV | 100.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 88 | 0 | 0.41 | 0.37 | 0.45 | 353.79 | 0.26 | 0.44 |
| Hex | 8C | 52 | 58 | 0 | 29 | 25 | 2D | 162 | 1A | 2C |
| Octal | 214 | 122 | 130 | 0 | 51 | 45 | 55 | 542 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1011000 | 0 | 101001 | 100101 | 101101 | 101100010 | 11010 | 101100 |
Color Harmonies of #8C5258
Complementary color
Monochromatic Colors of #8C5258
Black with #8C5258
Text Example
Text Example
White with #8C5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5258; }
p { color: rgb(140,82,88); }
H1.HeaderClassName
{
color: #8C5258;
}
.AnyTagClassName
{
color: #8C5258;
}
</style>
background-color css
<style>
a { background-color: #8C5258; }
a { background-color: rgb(140,82,88); }
div.DivClassName
{
background-color: #8C5258;
}
.BgClassName
{
background-color: #8C5258;
}
</style>
border-color css
<style>
span { border-color: #8C5258; }
span { border-color: rgb(140,82,88); }
td.TdClassName
{
border-color: #8C5258;
}
.TagClassName
{
border-color: #8C5258;
}
</style>