#895F80

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

Shades of Trendy Pink #895F80

Tints of Trendy Pink #895F80

Color information

#895F80 (or 0x895F80) is unknown color: approx Trendy Pink. HEX triplet: 89, 5F and 80. RGB value is (137,95,128). Sum of RGB (Red+Green+Blue) = 137+95+128=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #895F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895F80 is #76A07F. Grayscale: #6F6F6F. Windows color (decimal): -7774336 or 8413065. OLE color: 8413065.

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

Color convert

RGB13795128-
CMYK00.310.070.46
HSL312.86º18.1%45.49%-
HSV(B)312.86º30.66%53.73%-
XYZ18.3115.0622.36-
YUV111.32137.41146.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=38.06%
G=26.39%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379512800.310.070.46312.8618.145.49
Hex895F8001F72E139122d
Octal2111372000377564712255
Binary1000100110111111000000001111111110111010011100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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