Html Css Color HEX #895D80 Trendy Pink

📋 copy color: '#895D80'

red 137 ◦ green 93 ◦ blue 128

#895D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #895D80

Tints of Trendy Pink #895D80

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 value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#895D80 (or 0x895D80) is known color: 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

RGB 137 93 128 -
CMYK 0 0.32 0.07 0.46
HSL 312.27º 0.19% 0.45% -
HSV(B) 312.27º 0.32% 0.54% -
XYZ 18.13 14.71 22.31 -
YUV 110.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 137 93 128 0 0.32 0.07 0.46 312.27 0.19 0.45
Hex 89 5D 80 0 20 7 2E 138 13 2D
Octal 211 135 200 0 40 7 56 470 23 55
Binary 10001001 1011101 10000000 0 100000 111 101110 100111000 10011 101101

Color Harmonies of #895D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D80

Black with #895D80

Text Example


Text Example

White with #895D80

Text Example


Text Example

HTML Codes & Css Web 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>