Shades of Solid Pink #8C585B
Tints of Solid Pink #8C585B
RGB
CMYK
RGB Variations
Color information
#8C585B (or 0x8C585B) is known color: Solid Pink. HEX triplet: 8C, 58 and 5B. RGB value is (140,88,91). Sum of RGB (Red+Green+Blue) = 140+88+91=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C585B is #73A7A4. Grayscale: #676767. Windows color (decimal): -7579557 or 5986444. OLE color: 5986444.
HSL color Cylindrical-coordinate representation of color #8C585B: hue angle of 356.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C585B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 91 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.45 |
| HSL | 356.54º | 0.23% | 0.45% | - |
| HSV(B) | 356.54º | 0.37% | 0.55% | - |
| XYZ | 16.19 | 13.31 | 11.61 | - |
| YUV | 103.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 91 | 0 | 0.37 | 0.35 | 0.45 | 356.54 | 0.23 | 0.45 |
| Hex | 8C | 58 | 5B | 0 | 25 | 23 | 2D | 165 | 17 | 2D |
| Octal | 214 | 130 | 133 | 0 | 45 | 43 | 55 | 545 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1011011 | 0 | 100101 | 100011 | 101101 | 101100101 | 10111 | 101101 |
Color Harmonies of #8C585B
Complementary color
Monochromatic Colors of #8C585B
Black with #8C585B
Text Example
Text Example
White with #8C585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C585B; }
p { color: rgb(140,88,91); }
H1.HeaderClassName
{
color: #8C585B;
}
.AnyTagClassName
{
color: #8C585B;
}
</style>
background-color css
<style>
a { background-color: #8C585B; }
a { background-color: rgb(140,88,91); }
div.DivClassName
{
background-color: #8C585B;
}
.BgClassName
{
background-color: #8C585B;
}
</style>
border-color css
<style>
span { border-color: #8C585B; }
span { border-color: rgb(140,88,91); }
td.TdClassName
{
border-color: #8C585B;
}
.TagClassName
{
border-color: #8C585B;
}
</style>