#825C7C

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

Shades of Trendy Pink #825C7C

Tints of Trendy Pink #825C7C

Color information

#825C7C (or 0x825C7C) is unknown color: approx 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

RGB13092124-
CMYK00.290.050.49
HSL309.47º17.12%43.53%-
HSV(B)309.47º29.23%50.98%-
XYZ16.6713.8620.86-
YUV107.01137.59144.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=37.57%
G=26.59%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309212400.290.050.49309.4717.1243.53
Hex825C7C01D531135112c
Octal2021341740355614652154
Binary100000101011100111110001110110111000110011010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>