#846685

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

Shades of Trendy Pink #846685

Tints of Trendy Pink #846685

Color information

#846685 (or 0x846685) is unknown color: approx Trendy Pink. HEX triplet: 84, 66 and 85. RGB value is (132,102,133). Sum of RGB (Red+Green+Blue) = 132+102+133=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 102 (40.23% from 255 or 27.79% 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 #846685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846685 is #7B997A. Grayscale: #727272. Windows color (decimal): -8100219 or 8742532. OLE color: 8742532.

HSL color Cylindrical-coordinate representation of color #846685: hue angle of 298.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846685 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB132102133-
CMYK0.010.2300.48
HSL298.06º13.19%46.08%-
HSV(B)298.06º23.31%52.16%-
XYZ18.516.124.32-
YUV114.5138.44140.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=35.97%
G=27.79%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321021330.010.2300.48298.0613.1946.08
Hex84668511703012ad2e
Octal2041462051270604521556
Binary1000010011001101000010111011101100001001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846685; }

 p { color: rgb(132,102,133); }

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

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

 a { background-color: rgb(132,102,133); }

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

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

 span { border-color: rgb(132,102,133); }

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