#895595

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

Shades of Trendy Pink #895595

Tints of Trendy Pink #895595

Color information

#895595 (or 0x895595) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 95. RGB value is (137,85,149). Sum of RGB (Red+Green+Blue) = 137+85+149=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #895595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895595 is #76AA6A. Grayscale: #6B6B6B. Windows color (decimal): -7776875 or 9786761. OLE color: 9786761.

HSL color Cylindrical-coordinate representation of color #895595: hue angle of 288.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895595 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13785149-
CMYK0.080.4300.42
HSL288.75º27.35%45.88%-
HSV(B)288.75º42.95%58.43%-
XYZ18.9913.9930.13-
YUV107.84151.23148.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=36.93%
G=22.91%
B=40.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137851490.080.4300.42288.7527.3545.88
Hex89559582B02A1211b2e
Octal21112522510530524413356
Binary100010011010101100101011000101011010101010010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895595; }

 p { color: rgb(137,85,149); }

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

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

 a { background-color: rgb(137,85,149); }

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

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

 span { border-color: rgb(137,85,149); }

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