#80647E

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

Shades of Trendy Pink #80647E

Tints of Trendy Pink #80647E

Color information

#80647E (or 0x80647E) is unknown color: approx Trendy Pink. HEX triplet: 80, 64 and 7E. RGB value is (128,100,126). Sum of RGB (Red+Green+Blue) = 128+100+126=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80647E is #7F9B81. Grayscale: #6F6F6F. Windows color (decimal): -8362882 or 8283264. OLE color: 8283264.

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

Color convert

RGB128100126-
CMYK00.220.020.50
HSL304.29º12.28%44.71%-
HSV(B)304.29º21.88%50.2%-
XYZ17.2315.2121.77-
YUV111.34136.28139.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=36.16%
G=28.25%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810012600.220.020.50304.2912.2844.71
Hex80647E016232130c2d
Octal2001441760262624601455
Binary1000000011001001111110010110101100101001100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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