#846080

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

Shades of Trendy Pink #846080

Tints of Trendy Pink #846080

Color information

#846080 (or 0x846080) is unknown color: approx Trendy Pink. HEX triplet: 84, 60 and 80. RGB value is (132,96,128). Sum of RGB (Red+Green+Blue) = 132+96+128=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846080 is #7B9F7F. Grayscale: #6E6E6E. Windows color (decimal): -8101760 or 8413316. OLE color: 8413316.

HSL color Cylindrical-coordinate representation of color #846080: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846080 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13296128-
CMYK00.270.030.48
HSL306.67º15.79%44.71%-
HSV(B)306.67º27.27%51.76%-
XYZ17.5914.8322.36-
YUV110.41137.93143.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=37.08%
G=26.97%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329612800.270.030.48306.6715.7944.71
Hex84608001B330133102d
Octal2041402000333604632055
Binary100001001100000100000000110111111000010011001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846080; }

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

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

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

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

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

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

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

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