Shades of Trendy Pink #825C7C
Tints of Trendy Pink #825C7C
RGB
CMYK
RGB Variations
Color information
#825C7C (or 0x825C7C) is known color: Trendy Pink. HEX triplet: 82, 5C and 7C. RGB value is (130,92,124). Sum of RGB (Red+Green+Blue) = 130+92+124=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #825C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C7C is #7DA383. Grayscale: #6A6A6A. Windows color (decimal): -8233860 or 8150146. OLE color: 8150146.
HSL color Cylindrical-coordinate representation of color #825C7C: hue angle of 309.47º 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 #825C7C is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 124 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.49 |
| HSL | 309.47º | 0.17% | 0.44% | - |
| HSV(B) | 309.47º | 0.29% | 0.51% | - |
| XYZ | 16.67 | 13.86 | 20.86 | - |
| YUV | 107.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 124 | 0 | 0.29 | 0.05 | 0.49 | 309.47 | 0.17 | 0.44 |
| Hex | 82 | 5C | 7C | 0 | 1D | 5 | 31 | 135 | 11 | 2C |
| Octal | 202 | 134 | 174 | 0 | 35 | 5 | 61 | 465 | 21 | 54 |
| Binary | 10000010 | 1011100 | 1111100 | 0 | 11101 | 101 | 110001 | 100110101 | 10001 | 101100 |
Color Harmonies of #825C7C
Complementary color
Monochromatic Colors of #825C7C
Black with #825C7C
Text Example
Text Example
White with #825C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C7C; }
p { color: rgb(130,92,124); }
H1.HeaderClassName
{
color: #825C7C;
}
.AnyTagClassName
{
color: #825C7C;
}
</style>
background-color css
<style>
a { background-color: #825C7C; }
a { background-color: rgb(130,92,124); }
div.DivClassName
{
background-color: #825C7C;
}
.BgClassName
{
background-color: #825C7C;
}
</style>
border-color css
<style>
span { border-color: #825C7C; }
span { border-color: rgb(130,92,124); }
td.TdClassName
{
border-color: #825C7C;
}
.TagClassName
{
border-color: #825C7C;
}
</style>