Shades of Trendy Pink #856888
Tints of Trendy Pink #856888
RGB
CMYK
RGB Variations
Color information
#856888 (or 0x856888) is known color: Trendy Pink. HEX triplet: 85, 68 and 88. RGB value is (133,104,136). Sum of RGB (Red+Green+Blue) = 133+104+136=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #856888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856888 is #7A9777. Grayscale: #747474. Windows color (decimal): -8034168 or 8939653. OLE color: 8939653.
HSL color Cylindrical-coordinate representation of color #856888: hue angle of 294.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856888 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 104 | 136 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.47 |
| HSL | 294.38º | 0.13% | 0.47% | - |
| HSV(B) | 294.38º | 0.24% | 0.53% | - |
| XYZ | 19.07 | 16.66 | 25.5 | - |
| YUV | 116.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 136 | 0.02 | 0.24 | 0 | 0.47 | 294.38 | 0.13 | 0.47 |
| Hex | 85 | 68 | 88 | 2 | 18 | 0 | 2F | 126 | D | 2F |
| Octal | 205 | 150 | 210 | 2 | 30 | 0 | 57 | 446 | 15 | 57 |
| Binary | 10000101 | 1101000 | 10001000 | 10 | 11000 | 0 | 101111 | 100100110 | 1101 | 101111 |
Color Harmonies of #856888
Complementary color
Monochromatic Colors of #856888
Black with #856888
Text Example
Text Example
White with #856888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856888; }
p { color: rgb(133,104,136); }
H1.HeaderClassName
{
color: #856888;
}
.AnyTagClassName
{
color: #856888;
}
</style>
background-color css
<style>
a { background-color: #856888; }
a { background-color: rgb(133,104,136); }
div.DivClassName
{
background-color: #856888;
}
.BgClassName
{
background-color: #856888;
}
</style>
border-color css
<style>
span { border-color: #856888; }
span { border-color: rgb(133,104,136); }
td.TdClassName
{
border-color: #856888;
}
.TagClassName
{
border-color: #856888;
}
</style>