Shades of Trendy Pink #825685
Tints of Trendy Pink #825685
RGB
CMYK
RGB Variations
Color information
#825685 (or 0x825685) is known color: Trendy Pink. HEX triplet: 82, 56 and 85. RGB value is (130,86,133). Sum of RGB (Red+Green+Blue) = 130+86+133=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #825685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825685 is #7DA97A. Grayscale: #686868. Windows color (decimal): -8235387 or 8738434. OLE color: 8738434.
HSL color Cylindrical-coordinate representation of color #825685: hue angle of 296.17º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825685 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 86 | 133 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.48 |
| HSL | 296.17º | 0.21% | 0.43% | - |
| HSV(B) | 296.17º | 0.35% | 0.52% | - |
| XYZ | 16.77 | 13.09 | 23.83 | - |
| YUV | 104.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 133 | 0.02 | 0.35 | 0 | 0.48 | 296.17 | 0.21 | 0.43 |
| Hex | 82 | 56 | 85 | 2 | 23 | 0 | 30 | 128 | 15 | 2B |
| Octal | 202 | 126 | 205 | 2 | 43 | 0 | 60 | 450 | 25 | 53 |
| Binary | 10000010 | 1010110 | 10000101 | 10 | 100011 | 0 | 110000 | 100101000 | 10101 | 101011 |
Color Harmonies of #825685
Complementary color
Monochromatic Colors of #825685
Black with #825685
Text Example
Text Example
White with #825685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825685; }
p { color: rgb(130,86,133); }
H1.HeaderClassName
{
color: #825685;
}
.AnyTagClassName
{
color: #825685;
}
</style>
background-color css
<style>
a { background-color: #825685; }
a { background-color: rgb(130,86,133); }
div.DivClassName
{
background-color: #825685;
}
.BgClassName
{
background-color: #825685;
}
</style>
border-color css
<style>
span { border-color: #825685; }
span { border-color: rgb(130,86,133); }
td.TdClassName
{
border-color: #825685;
}
.TagClassName
{
border-color: #825685;
}
</style>