Shades of Trendy Pink #856C88
Tints of Trendy Pink #856C88
RGB
CMYK
RGB Variations
Color information
#856C88 (or 0x856C88) is known color: Trendy Pink. HEX triplet: 85, 6C and 88. RGB value is (133,108,136). Sum of RGB (Red+Green+Blue) = 133+108+136=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #856C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856C88 is #7A9377. Grayscale: #767676. Windows color (decimal): -8033144 or 8940677. OLE color: 8940677.
HSL color Cylindrical-coordinate representation of color #856C88: hue angle of 293.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856C88 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 108 | 136 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.47 |
| HSL | 293.57º | 0.11% | 0.48% | - |
| HSV(B) | 293.57º | 0.21% | 0.53% | - |
| XYZ | 19.48 | 17.49 | 25.64 | - |
| YUV | 118.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 136 | 0.02 | 0.21 | 0 | 0.47 | 293.57 | 0.11 | 0.48 |
| Hex | 85 | 6C | 88 | 2 | 15 | 0 | 2F | 126 | B | 30 |
| Octal | 205 | 154 | 210 | 2 | 25 | 0 | 57 | 446 | 13 | 60 |
| Binary | 10000101 | 1101100 | 10001000 | 10 | 10101 | 0 | 101111 | 100100110 | 1011 | 110000 |
Color Harmonies of #856C88
Complementary color
Monochromatic Colors of #856C88
Black with #856C88
Text Example
Text Example
White with #856C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C88; }
p { color: rgb(133,108,136); }
H1.HeaderClassName
{
color: #856C88;
}
.AnyTagClassName
{
color: #856C88;
}
</style>
background-color css
<style>
a { background-color: #856C88; }
a { background-color: rgb(133,108,136); }
div.DivClassName
{
background-color: #856C88;
}
.BgClassName
{
background-color: #856C88;
}
</style>
border-color css
<style>
span { border-color: #856C88; }
span { border-color: rgb(133,108,136); }
td.TdClassName
{
border-color: #856C88;
}
.TagClassName
{
border-color: #856C88;
}
</style>