#895C85

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

Shades of Trendy Pink #895C85

Tints of Trendy Pink #895C85

Color information

#895C85 (or 0x895C85) is unknown color: approx Trendy Pink. HEX triplet: 89, 5C and 85. RGB value is (137,92,133). Sum of RGB (Red+Green+Blue) = 137+92+133=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #895C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C85 is #76A37A. Grayscale: #6E6E6E. Windows color (decimal): -7775099 or 8739977. OLE color: 8739977.

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

Color convert

RGB13792133-
CMYK00.330.030.46
HSL305.33º19.65%44.9%-
HSV(B)305.33º32.85%53.73%-
XYZ18.3814.6724.05-
YUV110.13140.91147.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=37.85%
G=25.41%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379213300.330.030.46305.3319.6544.9
Hex895C8502132E131142d
Octal2111342050413564612455
Binary1000100110111001000010101000011110111010011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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