Shades of Solid Pink #8C5359
Tints of Solid Pink #8C5359
RGB
CMYK
RGB Variations
Color information
#8C5359 (or 0x8C5359) is known color: Solid Pink. HEX triplet: 8C, 53 and 59. RGB value is (140,83,89). Sum of RGB (Red+Green+Blue) = 140+83+89=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5359 is #73ACA6. Grayscale: #646464. Windows color (decimal): -7580839 or 5854092. OLE color: 5854092.
HSL color Cylindrical-coordinate representation of color #8C5359: hue angle of 353.68º 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 #8C5359 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 89 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.45 |
| HSL | 353.68º | 0.26% | 0.44% | - |
| HSV(B) | 353.68º | 0.41% | 0.55% | - |
| XYZ | 15.71 | 12.48 | 11.03 | - |
| YUV | 100.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 89 | 0 | 0.41 | 0.36 | 0.45 | 353.68 | 0.26 | 0.44 |
| Hex | 8C | 53 | 59 | 0 | 29 | 24 | 2D | 162 | 1A | 2C |
| Octal | 214 | 123 | 131 | 0 | 51 | 44 | 55 | 542 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1011001 | 0 | 101001 | 100100 | 101101 | 101100010 | 11010 | 101100 |
Color Harmonies of #8C5359
Complementary color
Monochromatic Colors of #8C5359
Black with #8C5359
Text Example
Text Example
White with #8C5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5359; }
p { color: rgb(140,83,89); }
H1.HeaderClassName
{
color: #8C5359;
}
.AnyTagClassName
{
color: #8C5359;
}
</style>
background-color css
<style>
a { background-color: #8C5359; }
a { background-color: rgb(140,83,89); }
div.DivClassName
{
background-color: #8C5359;
}
.BgClassName
{
background-color: #8C5359;
}
</style>
border-color css
<style>
span { border-color: #8C5359; }
span { border-color: rgb(140,83,89); }
td.TdClassName
{
border-color: #8C5359;
}
.TagClassName
{
border-color: #8C5359;
}
</style>