Shades of Trendy Pink #86627E
Tints of Trendy Pink #86627E
RGB
CMYK
RGB Variations
Color information
#86627E (or 0x86627E) is known color: Trendy Pink. HEX triplet: 86, 62 and 7E. RGB value is (134,98,126). Sum of RGB (Red+Green+Blue) = 134+98+126=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86627E is #799D81. Grayscale: #6F6F6F. Windows color (decimal): -7970178 or 8282758. OLE color: 8282758.
HSL color Cylindrical-coordinate representation of color #86627E: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86627E is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 126 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.47 |
| HSL | 313.33º | 0.16% | 0.45% | - |
| HSV(B) | 313.33º | 0.27% | 0.53% | - |
| XYZ | 17.97 | 15.31 | 21.75 | - |
| YUV | 111.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 126 | 0 | 0.27 | 0.06 | 0.47 | 313.33 | 0.16 | 0.45 |
| Hex | 86 | 62 | 7E | 0 | 1B | 6 | 2F | 139 | 10 | 2D |
| Octal | 206 | 142 | 176 | 0 | 33 | 6 | 57 | 471 | 20 | 55 |
| Binary | 10000110 | 1100010 | 1111110 | 0 | 11011 | 110 | 101111 | 100111001 | 10000 | 101101 |
Color Harmonies of #86627E
Complementary color
Monochromatic Colors of #86627E
Black with #86627E
Text Example
Text Example
White with #86627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86627E; }
p { color: rgb(134,98,126); }
H1.HeaderClassName
{
color: #86627E;
}
.AnyTagClassName
{
color: #86627E;
}
</style>
background-color css
<style>
a { background-color: #86627E; }
a { background-color: rgb(134,98,126); }
div.DivClassName
{
background-color: #86627E;
}
.BgClassName
{
background-color: #86627E;
}
</style>
border-color css
<style>
span { border-color: #86627E; }
span { border-color: rgb(134,98,126); }
td.TdClassName
{
border-color: #86627E;
}
.TagClassName
{
border-color: #86627E;
}
</style>