Shades of Trendy Pink #84648A
Tints of Trendy Pink #84648A
RGB
CMYK
RGB Variations
Color information
#84648A (or 0x84648A) is known color: Trendy Pink. HEX triplet: 84, 64 and 8A. RGB value is (132,100,138). Sum of RGB (Red+Green+Blue) = 132+100+138=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #84648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84648A is #7B9B75. Grayscale: #717171. Windows color (decimal): -8100726 or 9069700. OLE color: 9069700.
HSL color Cylindrical-coordinate representation of color #84648A: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84648A is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 100 | 138 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.46 |
| HSL | 290.53º | 0.16% | 0.47% | - |
| HSV(B) | 290.53º | 0.28% | 0.54% | - |
| XYZ | 18.66 | 15.85 | 26.12 | - |
| YUV | 113.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 138 | 0.04 | 0.28 | 0 | 0.46 | 290.53 | 0.16 | 0.47 |
| Hex | 84 | 64 | 8A | 4 | 1C | 0 | 2E | 123 | 10 | 2F |
| Octal | 204 | 144 | 212 | 4 | 34 | 0 | 56 | 443 | 20 | 57 |
| Binary | 10000100 | 1100100 | 10001010 | 100 | 11100 | 0 | 101110 | 100100011 | 10000 | 101111 |
Color Harmonies of #84648A
Complementary color
Monochromatic Colors of #84648A
Black with #84648A
Text Example
Text Example
White with #84648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84648A; }
p { color: rgb(132,100,138); }
H1.HeaderClassName
{
color: #84648A;
}
.AnyTagClassName
{
color: #84648A;
}
</style>
background-color css
<style>
a { background-color: #84648A; }
a { background-color: rgb(132,100,138); }
div.DivClassName
{
background-color: #84648A;
}
.BgClassName
{
background-color: #84648A;
}
</style>
border-color css
<style>
span { border-color: #84648A; }
span { border-color: rgb(132,100,138); }
td.TdClassName
{
border-color: #84648A;
}
.TagClassName
{
border-color: #84648A;
}
</style>