Shades of Trendy Pink #846C85
Tints of Trendy Pink #846C85
RGB
CMYK
RGB Variations
Color information
#846C85 (or 0x846C85) is known color: Trendy Pink. HEX triplet: 84, 6C and 85. RGB value is (132,108,133). Sum of RGB (Red+Green+Blue) = 132+108+133=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #846C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C85 is #7B937A. Grayscale: #757575. Windows color (decimal): -8098683 or 8744068. OLE color: 8744068.
HSL color Cylindrical-coordinate representation of color #846C85: hue angle of 297.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846C85 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 133 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.48 |
| HSL | 297.6º | 0.1% | 0.47% | - |
| HSV(B) | 297.6º | 0.19% | 0.52% | - |
| XYZ | 19.11 | 17.32 | 24.53 | - |
| YUV | 118.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 133 | 0.01 | 0.19 | 0 | 0.48 | 297.6 | 0.1 | 0.47 |
| Hex | 84 | 6C | 85 | 1 | 13 | 0 | 30 | 12A | A | 2F |
| Octal | 204 | 154 | 205 | 1 | 23 | 0 | 60 | 452 | 12 | 57 |
| Binary | 10000100 | 1101100 | 10000101 | 1 | 10011 | 0 | 110000 | 100101010 | 1010 | 101111 |
Color Harmonies of #846C85
Complementary color
Monochromatic Colors of #846C85
Black with #846C85
Text Example
Text Example
White with #846C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C85; }
p { color: rgb(132,108,133); }
H1.HeaderClassName
{
color: #846C85;
}
.AnyTagClassName
{
color: #846C85;
}
</style>
background-color css
<style>
a { background-color: #846C85; }
a { background-color: rgb(132,108,133); }
div.DivClassName
{
background-color: #846C85;
}
.BgClassName
{
background-color: #846C85;
}
</style>
border-color css
<style>
span { border-color: #846C85; }
span { border-color: rgb(132,108,133); }
td.TdClassName
{
border-color: #846C85;
}
.TagClassName
{
border-color: #846C85;
}
</style>