Shades of Trendy Pink #856180
Tints of Trendy Pink #856180
RGB
CMYK
RGB Variations
Color information
#856180 (or 0x856180) is known color: Trendy Pink. HEX triplet: 85, 61 and 80. RGB value is (133,97,128). Sum of RGB (Red+Green+Blue) = 133+97+128=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #856180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856180 is #7A9E7F. Grayscale: #6F6F6F. Windows color (decimal): -8035968 or 8413573. OLE color: 8413573.
HSL color Cylindrical-coordinate representation of color #856180: hue angle of 308.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856180 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 128 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.48 |
| HSL | 308.33º | 0.16% | 0.45% | - |
| HSV(B) | 308.33º | 0.27% | 0.52% | - |
| XYZ | 17.84 | 15.09 | 22.4 | - |
| YUV | 111.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 128 | 0 | 0.27 | 0.04 | 0.48 | 308.33 | 0.16 | 0.45 |
| Hex | 85 | 61 | 80 | 0 | 1B | 4 | 30 | 134 | 10 | 2D |
| Octal | 205 | 141 | 200 | 0 | 33 | 4 | 60 | 464 | 20 | 55 |
| Binary | 10000101 | 1100001 | 10000000 | 0 | 11011 | 100 | 110000 | 100110100 | 10000 | 101101 |
Color Harmonies of #856180
Complementary color
Monochromatic Colors of #856180
Black with #856180
Text Example
Text Example
White with #856180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856180; }
p { color: rgb(133,97,128); }
H1.HeaderClassName
{
color: #856180;
}
.AnyTagClassName
{
color: #856180;
}
</style>
background-color css
<style>
a { background-color: #856180; }
a { background-color: rgb(133,97,128); }
div.DivClassName
{
background-color: #856180;
}
.BgClassName
{
background-color: #856180;
}
</style>
border-color css
<style>
span { border-color: #856180; }
span { border-color: rgb(133,97,128); }
td.TdClassName
{
border-color: #856180;
}
.TagClassName
{
border-color: #856180;
}
</style>