#825C85

Color #825C85 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825C85

Tints of Trendy Pink #825C85

Color information

#825C85 (or 0x825C85) is unknown color: approx Trendy Pink. HEX triplet: 82, 5C and 85. RGB value is (130,92,133). Sum of RGB (Red+Green+Blue) = 130+92+133=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #825C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825C85 is #7DA37A. Grayscale: #6B6B6B. Windows color (decimal): -8233851 or 8739970. OLE color: 8739970.

HSL color Cylindrical-coordinate representation of color #825C85: hue angle of 295.61º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825C85 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13092133-
CMYK0.020.3100.48
HSL295.61º18.22%44.12%-
HSV(B)295.61º30.83%52.16%-
XYZ17.2714.0924-
YUV108.04142.09143.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=36.62%
G=25.92%
B=37.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130921330.020.3100.48295.6118.2244.12
Hex825C8521F030128122c
Octal2021342052370604502254
Binary100000101011100100001011011111011000010010100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C85; }

 p { color: rgb(130,92,133); }

 H1.HeaderClassName
 {
   color: #825C85;
 }
 .AnyTagClassName
 {
   color: #825C85;
 }
</style>
background-color css

<style>
 a { background-color: #825C85; }

 a { background-color: rgb(130,92,133); }

 div.DivClassName
 {
   background-color: #825C85;
 }
 .BgClassName
 {
   background-color: #825C85;
 }
</style>
border-color css

<style>
 span { border-color: #825C85; }

 span { border-color: rgb(130,92,133); }

 td.TdClassName
 {
   border-color: #825C85;
 }
 .TagClassName
 {
   border-color: #825C85;
 }
</style>