Shades of Trendy Pink #85607E
Tints of Trendy Pink #85607E
RGB
CMYK
RGB Variations
Color information
#85607E (or 0x85607E) is known color: Trendy Pink. HEX triplet: 85, 60 and 7E. RGB value is (133,96,126). Sum of RGB (Red+Green+Blue) = 133+96+126=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607E is #7A9F81. Grayscale: #6E6E6E. Windows color (decimal): -8036226 or 8282245. OLE color: 8282245.
HSL color Cylindrical-coordinate representation of color #85607E: hue angle of 311.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85607E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 126 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.48 |
| HSL | 311.35º | 0.16% | 0.45% | - |
| HSV(B) | 311.35º | 0.28% | 0.52% | - |
| XYZ | 17.62 | 14.86 | 21.68 | - |
| YUV | 110.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 126 | 0 | 0.28 | 0.05 | 0.48 | 311.35 | 0.16 | 0.45 |
| Hex | 85 | 60 | 7E | 0 | 1C | 5 | 30 | 137 | 10 | 2D |
| Octal | 205 | 140 | 176 | 0 | 34 | 5 | 60 | 467 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1111110 | 0 | 11100 | 101 | 110000 | 100110111 | 10000 | 101101 |
Color Harmonies of #85607E
Complementary color
Monochromatic Colors of #85607E
Black with #85607E
Text Example
Text Example
White with #85607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85607E; }
p { color: rgb(133,96,126); }
H1.HeaderClassName
{
color: #85607E;
}
.AnyTagClassName
{
color: #85607E;
}
</style>
background-color css
<style>
a { background-color: #85607E; }
a { background-color: rgb(133,96,126); }
div.DivClassName
{
background-color: #85607E;
}
.BgClassName
{
background-color: #85607E;
}
</style>
border-color css
<style>
span { border-color: #85607E; }
span { border-color: rgb(133,96,126); }
td.TdClassName
{
border-color: #85607E;
}
.TagClassName
{
border-color: #85607E;
}
</style>