Shades of Trendy Pink #865D80
Tints of Trendy Pink #865D80
RGB
CMYK
RGB Variations
Color information
#865D80 (or 0x865D80) is known color: Trendy Pink. HEX triplet: 86, 5D and 80. RGB value is (134,93,128). Sum of RGB (Red+Green+Blue) = 134+93+128=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #865D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865D80 is #79A27F. Grayscale: #6D6D6D. Windows color (decimal): -7971456 or 8412550. OLE color: 8412550.
HSL color Cylindrical-coordinate representation of color #865D80: hue angle of 308.78º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D80 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 128 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.47 |
| HSL | 308.78º | 0.18% | 0.45% | - |
| HSV(B) | 308.78º | 0.31% | 0.53% | - |
| XYZ | 17.64 | 14.46 | 22.28 | - |
| YUV | 109.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 128 | 0 | 0.31 | 0.04 | 0.47 | 308.78 | 0.18 | 0.45 |
| Hex | 86 | 5D | 80 | 0 | 1F | 4 | 2F | 135 | 12 | 2D |
| Octal | 206 | 135 | 200 | 0 | 37 | 4 | 57 | 465 | 22 | 55 |
| Binary | 10000110 | 1011101 | 10000000 | 0 | 11111 | 100 | 101111 | 100110101 | 10010 | 101101 |
Color Harmonies of #865D80
Complementary color
Monochromatic Colors of #865D80
Black with #865D80
Text Example
Text Example
White with #865D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D80; }
p { color: rgb(134,93,128); }
H1.HeaderClassName
{
color: #865D80;
}
.AnyTagClassName
{
color: #865D80;
}
</style>
background-color css
<style>
a { background-color: #865D80; }
a { background-color: rgb(134,93,128); }
div.DivClassName
{
background-color: #865D80;
}
.BgClassName
{
background-color: #865D80;
}
</style>
border-color css
<style>
span { border-color: #865D80; }
span { border-color: rgb(134,93,128); }
td.TdClassName
{
border-color: #865D80;
}
.TagClassName
{
border-color: #865D80;
}
</style>