Shades of Trendy Pink #876185
Tints of Trendy Pink #876185
RGB
CMYK
RGB Variations
Color information
#876185 (or 0x876185) is known color: Trendy Pink. HEX triplet: 87, 61 and 85. RGB value is (135,97,133). Sum of RGB (Red+Green+Blue) = 135+97+133=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #876185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876185 is #789E7A. Grayscale: #707070. Windows color (decimal): -7904891 or 8741255. OLE color: 8741255.
HSL color Cylindrical-coordinate representation of color #876185: hue angle of 303.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876185 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 133 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.47 |
| HSL | 303.16º | 0.16% | 0.45% | - |
| HSV(B) | 303.16º | 0.28% | 0.53% | - |
| XYZ | 18.5 | 15.39 | 24.19 | - |
| YUV | 112.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 133 | 0 | 0.28 | 0.01 | 0.47 | 303.16 | 0.16 | 0.45 |
| Hex | 87 | 61 | 85 | 0 | 1C | 1 | 2F | 12F | 10 | 2D |
| Octal | 207 | 141 | 205 | 0 | 34 | 1 | 57 | 457 | 20 | 55 |
| Binary | 10000111 | 1100001 | 10000101 | 0 | 11100 | 1 | 101111 | 100101111 | 10000 | 101101 |
Color Harmonies of #876185
Complementary color
Monochromatic Colors of #876185
Black with #876185
Text Example
Text Example
White with #876185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876185; }
p { color: rgb(135,97,133); }
H1.HeaderClassName
{
color: #876185;
}
.AnyTagClassName
{
color: #876185;
}
</style>
background-color css
<style>
a { background-color: #876185; }
a { background-color: rgb(135,97,133); }
div.DivClassName
{
background-color: #876185;
}
.BgClassName
{
background-color: #876185;
}
</style>
border-color css
<style>
span { border-color: #876185; }
span { border-color: rgb(135,97,133); }
td.TdClassName
{
border-color: #876185;
}
.TagClassName
{
border-color: #876185;
}
</style>