Html Css Color HEX #895F80 Trendy Pink

📋 copy color: '#895F80'

red 137 ◦ green 95 ◦ blue 128

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

Shades of Trendy Pink #895F80

Tints of Trendy Pink #895F80

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

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

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

RGB 137 95 128 -
CMYK 0 0.31 0.07 0.46
HSL 312.86º 0.18% 0.45% -
HSV(B) 312.86º 0.31% 0.54% -
XYZ 18.31 15.06 22.36 -
YUV 111.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 137 95 128 0 0.31 0.07 0.46 312.86 0.18 0.45
Hex 89 5F 80 0 1F 7 2E 139 12 2D
Octal 211 137 200 0 37 7 56 471 22 55
Binary 10001001 1011111 10000000 0 11111 111 101110 100111001 10010 101101

Color Harmonies of #895F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F80

Black with #895F80

Text Example


Text Example

White with #895F80

Text Example


Text Example

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