Shades of Trendy Pink #86628C
Tints of Trendy Pink #86628C
RGB
CMYK
RGB Variations
Color information
#86628C (or 0x86628C) is known color: Trendy Pink. HEX triplet: 86, 62 and 8C. RGB value is (134,98,140). Sum of RGB (Red+Green+Blue) = 134+98+140=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #86628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86628C is #799D73. Grayscale: #717171. Windows color (decimal): -7970164 or 9200262. OLE color: 9200262.
HSL color Cylindrical-coordinate representation of color #86628C: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86628C is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 98 | 140 | - |
| CMYK | 0.04 | 0.3 | 0 | 0.45 |
| HSL | 291.43º | 0.18% | 0.47% | - |
| HSV(B) | 291.43º | 0.3% | 0.55% | - |
| XYZ | 18.93 | 15.7 | 26.84 | - |
| YUV | 113.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 140 | 0.04 | 0.3 | 0 | 0.45 | 291.43 | 0.18 | 0.47 |
| Hex | 86 | 62 | 8C | 4 | 1E | 0 | 2D | 123 | 12 | 2F |
| Octal | 206 | 142 | 214 | 4 | 36 | 0 | 55 | 443 | 22 | 57 |
| Binary | 10000110 | 1100010 | 10001100 | 100 | 11110 | 0 | 101101 | 100100011 | 10010 | 101111 |
Color Harmonies of #86628C
Complementary color
Monochromatic Colors of #86628C
Black with #86628C
Text Example
Text Example
White with #86628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86628C; }
p { color: rgb(134,98,140); }
H1.HeaderClassName
{
color: #86628C;
}
.AnyTagClassName
{
color: #86628C;
}
</style>
background-color css
<style>
a { background-color: #86628C; }
a { background-color: rgb(134,98,140); }
div.DivClassName
{
background-color: #86628C;
}
.BgClassName
{
background-color: #86628C;
}
</style>
border-color css
<style>
span { border-color: #86628C; }
span { border-color: rgb(134,98,140); }
td.TdClassName
{
border-color: #86628C;
}
.TagClassName
{
border-color: #86628C;
}
</style>