Shades of Trendy Pink #856882
Tints of Trendy Pink #856882
RGB
CMYK
RGB Variations
Color information
#856882 (or 0x856882) is known color: Trendy Pink. HEX triplet: 85, 68 and 82. RGB value is (133,104,130). Sum of RGB (Red+Green+Blue) = 133+104+130=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #856882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856882 is #7A977D. Grayscale: #737373. Windows color (decimal): -8034174 or 8546437. OLE color: 8546437.
HSL color Cylindrical-coordinate representation of color #856882: hue angle of 306.21º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856882 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 130 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.48 |
| HSL | 306.21º | 0.12% | 0.46% | - |
| HSV(B) | 306.21º | 0.22% | 0.52% | - |
| XYZ | 18.65 | 16.5 | 23.32 | - |
| YUV | 115.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 130 | 0 | 0.22 | 0.02 | 0.48 | 306.21 | 0.12 | 0.46 |
| Hex | 85 | 68 | 82 | 0 | 16 | 2 | 30 | 132 | C | 2E |
| Octal | 205 | 150 | 202 | 0 | 26 | 2 | 60 | 462 | 14 | 56 |
| Binary | 10000101 | 1101000 | 10000010 | 0 | 10110 | 10 | 110000 | 100110010 | 1100 | 101110 |
Color Harmonies of #856882
Complementary color
Monochromatic Colors of #856882
Black with #856882
Text Example
Text Example
White with #856882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856882; }
p { color: rgb(133,104,130); }
H1.HeaderClassName
{
color: #856882;
}
.AnyTagClassName
{
color: #856882;
}
</style>
background-color css
<style>
a { background-color: #856882; }
a { background-color: rgb(133,104,130); }
div.DivClassName
{
background-color: #856882;
}
.BgClassName
{
background-color: #856882;
}
</style>
border-color css
<style>
span { border-color: #856882; }
span { border-color: rgb(133,104,130); }
td.TdClassName
{
border-color: #856882;
}
.TagClassName
{
border-color: #856882;
}
</style>