Shades of Trendy Pink #865176
Tints of Trendy Pink #865176
RGB
CMYK
RGB Variations
Color information
#865176 (or 0x865176) is known color: Trendy Pink. HEX triplet: 86, 51 and 76. RGB value is (134,81,118). Sum of RGB (Red+Green+Blue) = 134+81+118=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865176 is #79AE89. Grayscale: #646464. Windows color (decimal): -7974538 or 7754118. OLE color: 7754118.
HSL color Cylindrical-coordinate representation of color #865176: hue angle of 318.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865176 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 118 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.47 |
| HSL | 318.11º | 0.25% | 0.42% | - |
| HSV(B) | 318.11º | 0.4% | 0.53% | - |
| XYZ | 16.04 | 12.26 | 18.66 | - |
| YUV | 101.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 118 | 0 | 0.40 | 0.12 | 0.47 | 318.11 | 0.25 | 0.42 |
| Hex | 86 | 51 | 76 | 0 | 28 | C | 2F | 13E | 19 | 2A |
| Octal | 206 | 121 | 166 | 0 | 50 | 14 | 57 | 476 | 31 | 52 |
| Binary | 10000110 | 1010001 | 1110110 | 0 | 101000 | 1100 | 101111 | 100111110 | 11001 | 101010 |
Color Harmonies of #865176
Complementary color
Monochromatic Colors of #865176
Black with #865176
Text Example
Text Example
White with #865176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865176; }
p { color: rgb(134,81,118); }
H1.HeaderClassName
{
color: #865176;
}
.AnyTagClassName
{
color: #865176;
}
</style>
background-color css
<style>
a { background-color: #865176; }
a { background-color: rgb(134,81,118); }
div.DivClassName
{
background-color: #865176;
}
.BgClassName
{
background-color: #865176;
}
</style>
border-color css
<style>
span { border-color: #865176; }
span { border-color: rgb(134,81,118); }
td.TdClassName
{
border-color: #865176;
}
.TagClassName
{
border-color: #865176;
}
</style>