#895D80

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

Shades of Trendy Pink #895D80

Tints of Trendy Pink #895D80

Color information

#895D80 (or 0x895D80) is unknown color: approx Trendy Pink. HEX triplet: 89, 5D and 80. RGB value is (137,93,128). Sum of RGB (Red+Green+Blue) = 137+93+128=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #895D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895D80 is #76A27F. Grayscale: #6E6E6E. Windows color (decimal): -7774848 or 8412553. OLE color: 8412553.

HSL color Cylindrical-coordinate representation of color #895D80: hue angle of 312.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D80 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13793128-
CMYK00.320.070.46
HSL312.27º19.13%45.1%-
HSV(B)312.27º32.12%53.73%-
XYZ18.1314.7122.31-
YUV110.15138.08147.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 128 (50.39% from 255) = 35.75%
R=38.27%
G=25.98%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379312800.320.070.46312.2719.1345.1
Hex895D8002072E138132d
Octal2111352000407564702355
Binary10001001101110110000000010000011110111010011100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895D80; }

 p { color: rgb(137,93,128); }

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

<style>
 a { background-color: #895D80; }

 a { background-color: rgb(137,93,128); }

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

<style>
 span { border-color: #895D80; }

 span { border-color: rgb(137,93,128); }

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