#806A85

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

Shades of Trendy Pink #806A85

Tints of Trendy Pink #806A85

Color information

#806A85 (or 0x806A85) is unknown color: approx Trendy Pink. HEX triplet: 80, 6A and 85. RGB value is (128,106,133). Sum of RGB (Red+Green+Blue) = 128+106+133=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #806A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A85 is #7F957A. Grayscale: #737373. Windows color (decimal): -8361339 or 8743552. OLE color: 8743552.

HSL color Cylindrical-coordinate representation of color #806A85: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806A85 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128106133-
CMYK0.040.2000.48
HSL288.89º11.3%46.86%-
HSV(B)288.89º20.3%52.16%-
XYZ18.2916.5924.43-
YUV115.66137.79136.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=34.88%
G=28.88%
B=36.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281061330.040.2000.48288.8911.346.86
Hex806A85414030121b2f
Octal2001522054240604411357
Binary100000001101010100001011001010001100001001000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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