Shades of Trendy Pink #846888
Tints of Trendy Pink #846888
RGB
CMYK
RGB Variations
Color information
#846888 (or 0x846888) is known color: Trendy Pink. HEX triplet: 84, 68 and 88. RGB value is (132,104,136). Sum of RGB (Red+Green+Blue) = 132+104+136=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #846888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846888 is #7B9777. Grayscale: #737373. Windows color (decimal): -8099704 or 8939652. OLE color: 8939652.
HSL color Cylindrical-coordinate representation of color #846888: hue angle of 292.5º 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 #846888 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 104 | 136 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.47 |
| HSL | 292.5º | 0.13% | 0.47% | - |
| HSV(B) | 292.5º | 0.24% | 0.53% | - |
| XYZ | 18.91 | 16.58 | 25.5 | - |
| YUV | 116.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 136 | 0.03 | 0.24 | 0 | 0.47 | 292.5 | 0.13 | 0.47 |
| Hex | 84 | 68 | 88 | 3 | 18 | 0 | 2F | 124 | D | 2F |
| Octal | 204 | 150 | 210 | 3 | 30 | 0 | 57 | 444 | 15 | 57 |
| Binary | 10000100 | 1101000 | 10001000 | 11 | 11000 | 0 | 101111 | 100100100 | 1101 | 101111 |
Color Harmonies of #846888
Complementary color
Monochromatic Colors of #846888
Black with #846888
Text Example
Text Example
White with #846888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846888; }
p { color: rgb(132,104,136); }
H1.HeaderClassName
{
color: #846888;
}
.AnyTagClassName
{
color: #846888;
}
</style>
background-color css
<style>
a { background-color: #846888; }
a { background-color: rgb(132,104,136); }
div.DivClassName
{
background-color: #846888;
}
.BgClassName
{
background-color: #846888;
}
</style>
border-color css
<style>
span { border-color: #846888; }
span { border-color: rgb(132,104,136); }
td.TdClassName
{
border-color: #846888;
}
.TagClassName
{
border-color: #846888;
}
</style>