#896A85

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

Shades of Trendy Pink #896A85

Tints of Trendy Pink #896A85

Color information

#896A85 (or 0x896A85) is unknown color: approx Trendy Pink. HEX triplet: 89, 6A and 85. RGB value is (137,106,133). Sum of RGB (Red+Green+Blue) = 137+106+133=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #896A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896A85 is #76957A. Grayscale: #767676. Windows color (decimal): -7771515 or 8743561. OLE color: 8743561.

HSL color Cylindrical-coordinate representation of color #896A85: hue angle of 307.74º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896A85 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB137106133-
CMYK00.230.030.46
HSL307.74º12.76%47.65%-
HSV(B)307.74º22.63%53.73%-
XYZ19.717.3224.49-
YUV118.35136.27141.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.44%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=36.44%
G=28.19%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710613300.230.030.46307.7412.7647.65
Hex896A8501732E134d30
Octal2111522050273564641560
Binary10001001110101010000101010111111011101001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896A85; }

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

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

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

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

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

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

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

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