Shades of Trendy Pink #825C7E
Tints of Trendy Pink #825C7E
RGB
CMYK
RGB Variations
Color information
#825C7E (or 0x825C7E) is known color: Trendy Pink. HEX triplet: 82, 5C and 7E. RGB value is (130,92,126). Sum of RGB (Red+Green+Blue) = 130+92+126=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #825C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C7E is #7DA381. Grayscale: #6B6B6B. Windows color (decimal): -8233858 or 8281218. OLE color: 8281218.
HSL color Cylindrical-coordinate representation of color #825C7E: hue angle of 306.32º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C7E is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 126 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.49 |
| HSL | 306.32º | 0.17% | 0.44% | - |
| HSV(B) | 306.32º | 0.29% | 0.51% | - |
| XYZ | 16.8 | 13.91 | 21.54 | - |
| YUV | 107.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 126 | 0 | 0.29 | 0.03 | 0.49 | 306.32 | 0.17 | 0.44 |
| Hex | 82 | 5C | 7E | 0 | 1D | 3 | 31 | 132 | 11 | 2C |
| Octal | 202 | 134 | 176 | 0 | 35 | 3 | 61 | 462 | 21 | 54 |
| Binary | 10000010 | 1011100 | 1111110 | 0 | 11101 | 11 | 110001 | 100110010 | 10001 | 101100 |
Color Harmonies of #825C7E
Complementary color
Monochromatic Colors of #825C7E
Black with #825C7E
Text Example
Text Example
White with #825C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C7E; }
p { color: rgb(130,92,126); }
H1.HeaderClassName
{
color: #825C7E;
}
.AnyTagClassName
{
color: #825C7E;
}
</style>
background-color css
<style>
a { background-color: #825C7E; }
a { background-color: rgb(130,92,126); }
div.DivClassName
{
background-color: #825C7E;
}
.BgClassName
{
background-color: #825C7E;
}
</style>
border-color css
<style>
span { border-color: #825C7E; }
span { border-color: rgb(130,92,126); }
td.TdClassName
{
border-color: #825C7E;
}
.TagClassName
{
border-color: #825C7E;
}
</style>