Shades of Trendy Pink #8C577E
Tints of Trendy Pink #8C577E
RGB
CMYK
RGB Variations
Color information
#8C577E (or 0x8C577E) is known color: Trendy Pink. HEX triplet: 8C, 57 and 7E. RGB value is (140,87,126). Sum of RGB (Red+Green+Blue) = 140+87+126=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C577E is #73A881. Grayscale: #6B6B6B. Windows color (decimal): -7579778 or 8279948. OLE color: 8279948.
HSL color Cylindrical-coordinate representation of color #8C577E: hue angle of 315.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C577E is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 126 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.45 |
| HSL | 315.85º | 0.23% | 0.45% | - |
| HSV(B) | 315.85º | 0.38% | 0.55% | - |
| XYZ | 17.99 | 13.9 | 21.47 | - |
| YUV | 107.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 126 | 0 | 0.38 | 0.10 | 0.45 | 315.85 | 0.23 | 0.45 |
| Hex | 8C | 57 | 7E | 0 | 26 | A | 2D | 13C | 17 | 2D |
| Octal | 214 | 127 | 176 | 0 | 46 | 12 | 55 | 474 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1111110 | 0 | 100110 | 1010 | 101101 | 100111100 | 10111 | 101101 |
Color Harmonies of #8C577E
Complementary color
Monochromatic Colors of #8C577E
Black with #8C577E
Text Example
Text Example
White with #8C577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C577E; }
p { color: rgb(140,87,126); }
H1.HeaderClassName
{
color: #8C577E;
}
.AnyTagClassName
{
color: #8C577E;
}
</style>
background-color css
<style>
a { background-color: #8C577E; }
a { background-color: rgb(140,87,126); }
div.DivClassName
{
background-color: #8C577E;
}
.BgClassName
{
background-color: #8C577E;
}
</style>
border-color css
<style>
span { border-color: #8C577E; }
span { border-color: rgb(140,87,126); }
td.TdClassName
{
border-color: #8C577E;
}
.TagClassName
{
border-color: #8C577E;
}
</style>