Shades of Trendy Pink #857188
Tints of Trendy Pink #857188
RGB
CMYK
RGB Variations
Color information
#857188 (or 0x857188) is known color: Trendy Pink. HEX triplet: 85, 71 and 88. RGB value is (133,113,136). Sum of RGB (Red+Green+Blue) = 133+113+136=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #857188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857188 is #7A8E77. Grayscale: #797979. Windows color (decimal): -8031864 or 8941957. OLE color: 8941957.
HSL color Cylindrical-coordinate representation of color #857188: hue angle of 292.17º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857188 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 113 | 136 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.47 |
| HSL | 292.17º | 0.09% | 0.49% | - |
| HSV(B) | 292.17º | 0.17% | 0.53% | - |
| XYZ | 20.02 | 18.57 | 25.82 | - |
| YUV | 121.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 136 | 0.02 | 0.17 | 0 | 0.47 | 292.17 | 0.09 | 0.49 |
| Hex | 85 | 71 | 88 | 2 | 11 | 0 | 2F | 124 | 9 | 31 |
| Octal | 205 | 161 | 210 | 2 | 21 | 0 | 57 | 444 | 11 | 61 |
| Binary | 10000101 | 1110001 | 10001000 | 10 | 10001 | 0 | 101111 | 100100100 | 1001 | 110001 |
Color Harmonies of #857188
Complementary color
Monochromatic Colors of #857188
Black with #857188
Text Example
Text Example
White with #857188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857188; }
p { color: rgb(133,113,136); }
H1.HeaderClassName
{
color: #857188;
}
.AnyTagClassName
{
color: #857188;
}
</style>
background-color css
<style>
a { background-color: #857188; }
a { background-color: rgb(133,113,136); }
div.DivClassName
{
background-color: #857188;
}
.BgClassName
{
background-color: #857188;
}
</style>
border-color css
<style>
span { border-color: #857188; }
span { border-color: rgb(133,113,136); }
td.TdClassName
{
border-color: #857188;
}
.TagClassName
{
border-color: #857188;
}
</style>