Shades of Trendy Pink #8C577F
Tints of Trendy Pink #8C577F
RGB
CMYK
RGB Variations
Color information
#8C577F (or 0x8C577F) is known color: Trendy Pink. HEX triplet: 8C, 57 and 7F. RGB value is (140,87,127). Sum of RGB (Red+Green+Blue) = 140+87+127=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C577F is #73A880. Grayscale: #6B6B6B. Windows color (decimal): -7579777 or 8345484. OLE color: 8345484.
HSL color Cylindrical-coordinate representation of color #8C577F: hue angle of 314.72º 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 #8C577F is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 127 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.45 |
| HSL | 314.72º | 0.23% | 0.45% | - |
| HSV(B) | 314.72º | 0.38% | 0.55% | - |
| XYZ | 18.05 | 13.92 | 21.81 | - |
| YUV | 107.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 127 | 0 | 0.38 | 0.09 | 0.45 | 314.72 | 0.23 | 0.45 |
| Hex | 8C | 57 | 7F | 0 | 26 | 9 | 2D | 13B | 17 | 2D |
| Octal | 214 | 127 | 177 | 0 | 46 | 11 | 55 | 473 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1111111 | 0 | 100110 | 1001 | 101101 | 100111011 | 10111 | 101101 |
Color Harmonies of #8C577F
Complementary color
Monochromatic Colors of #8C577F
Black with #8C577F
Text Example
Text Example
White with #8C577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C577F; }
p { color: rgb(140,87,127); }
H1.HeaderClassName
{
color: #8C577F;
}
.AnyTagClassName
{
color: #8C577F;
}
</style>
background-color css
<style>
a { background-color: #8C577F; }
a { background-color: rgb(140,87,127); }
div.DivClassName
{
background-color: #8C577F;
}
.BgClassName
{
background-color: #8C577F;
}
</style>
border-color css
<style>
span { border-color: #8C577F; }
span { border-color: rgb(140,87,127); }
td.TdClassName
{
border-color: #8C577F;
}
.TagClassName
{
border-color: #8C577F;
}
</style>