#846480

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

Shades of Trendy Pink #846480

Tints of Trendy Pink #846480

Color information

#846480 (or 0x846480) is unknown color: approx Trendy Pink. HEX triplet: 84, 64 and 80. RGB value is (132,100,128). Sum of RGB (Red+Green+Blue) = 132+100+128=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #846480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846480 is #7B9B7F. Grayscale: #707070. Windows color (decimal): -8100736 or 8414340. OLE color: 8414340.

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

Color convert

RGB132100128-
CMYK00.240.030.48
HSL307.5º13.79%45.49%-
HSV(B)307.5º24.24%51.76%-
XYZ17.9715.5822.48-
YUV112.76136.6141.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=36.67%
G=27.78%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210012800.240.030.48307.513.7945.49
Hex846480018330134e2d
Octal2041442000303604641655
Binary10000100110010010000000011000111100001001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846480; }

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

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

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

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

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

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

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

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