Shades of Trendy Pink #8C6088
Tints of Trendy Pink #8C6088
RGB
CMYK
RGB Variations
Color information
#8C6088 (or 0x8C6088) is known color: Trendy Pink. HEX triplet: 8C, 60 and 88. RGB value is (140,96,136). Sum of RGB (Red+Green+Blue) = 140+96+136=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6088 is #739F77. Grayscale: #717171. Windows color (decimal): -7577464 or 8937612. OLE color: 8937612.
HSL color Cylindrical-coordinate representation of color #8C6088: hue angle of 305.45º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6088 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 136 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.45 |
| HSL | 305.45º | 0.19% | 0.46% | - |
| HSV(B) | 305.45º | 0.31% | 0.55% | - |
| XYZ | 19.44 | 15.72 | 25.3 | - |
| YUV | 113.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 136 | 0 | 0.31 | 0.03 | 0.45 | 305.45 | 0.19 | 0.46 |
| Hex | 8C | 60 | 88 | 0 | 1F | 3 | 2D | 131 | 13 | 2E |
| Octal | 214 | 140 | 210 | 0 | 37 | 3 | 55 | 461 | 23 | 56 |
| Binary | 10001100 | 1100000 | 10001000 | 0 | 11111 | 11 | 101101 | 100110001 | 10011 | 101110 |
Color Harmonies of #8C6088
Complementary color
Monochromatic Colors of #8C6088
Black with #8C6088
Text Example
Text Example
White with #8C6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6088; }
p { color: rgb(140,96,136); }
H1.HeaderClassName
{
color: #8C6088;
}
.AnyTagClassName
{
color: #8C6088;
}
</style>
background-color css
<style>
a { background-color: #8C6088; }
a { background-color: rgb(140,96,136); }
div.DivClassName
{
background-color: #8C6088;
}
.BgClassName
{
background-color: #8C6088;
}
</style>
border-color css
<style>
span { border-color: #8C6088; }
span { border-color: rgb(140,96,136); }
td.TdClassName
{
border-color: #8C6088;
}
.TagClassName
{
border-color: #8C6088;
}
</style>