#80627E

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

Shades of Trendy Pink #80627E

Tints of Trendy Pink #80627E

Color information

#80627E (or 0x80627E) is unknown color: approx Trendy Pink. HEX triplet: 80, 62 and 7E. RGB value is (128,98,126). Sum of RGB (Red+Green+Blue) = 128+98+126=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #80627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80627E is #7F9D81. Grayscale: #6E6E6E. Windows color (decimal): -8363394 or 8282752. OLE color: 8282752.

HSL color Cylindrical-coordinate representation of color #80627E: hue angle of 304º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80627E is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12898126-
CMYK00.230.020.50
HSL304º13.27%44.31%-
HSV(B)304º23.44%50.2%-
XYZ17.0414.8321.7-
YUV110.16136.94140.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=36.36%
G=27.84%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289812600.230.020.5030413.2744.31
Hex80627E017232130d2c
Octal2001421760272624601554
Binary1000000011000101111110010111101100101001100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80627E; }

 p { color: rgb(128,98,126); }

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

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

 a { background-color: rgb(128,98,126); }

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

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

 span { border-color: rgb(128,98,126); }

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