#866080

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

Shades of Trendy Pink #866080

Tints of Trendy Pink #866080

Color information

#866080 (or 0x866080) is unknown color: approx Trendy Pink. HEX triplet: 86, 60 and 80. RGB value is (134,96,128). Sum of RGB (Red+Green+Blue) = 134+96+128=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #866080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866080 is #799F7F. Grayscale: #6E6E6E. Windows color (decimal): -7970688 or 8413318. OLE color: 8413318.

HSL color Cylindrical-coordinate representation of color #866080: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866080 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13496128-
CMYK00.280.040.47
HSL309.47º16.52%45.1%-
HSV(B)309.47º28.36%52.55%-
XYZ17.9114.9922.37-
YUV111.01137.59144.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 128 (50.39% from 255) = 35.75%
R=37.43%
G=26.82%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349612800.280.040.47309.4716.5245.1
Hex86608001C42F135112d
Octal2061402000344574652155
Binary1000011011000001000000001110010010111110011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866080; }

 p { color: rgb(134,96,128); }

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

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

 a { background-color: rgb(134,96,128); }

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

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

 span { border-color: rgb(134,96,128); }

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