#846286

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

Shades of Trendy Pink #846286

Tints of Trendy Pink #846286

Color information

#846286 (or 0x846286) is unknown color: approx Trendy Pink. HEX triplet: 84, 62 and 86. RGB value is (132,98,134). Sum of RGB (Red+Green+Blue) = 132+98+134=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #846286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846286 is #7B9D79. Grayscale: #707070. Windows color (decimal): -8101242 or 8807044. OLE color: 8807044.

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

Color convert

RGB13298134-
CMYK0.010.2700.47
HSL296.67º15.52%45.49%-
HSV(B)296.67º26.87%52.55%-
XYZ18.1915.3624.56-
YUV112.27140.26142.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=36.26%
G=26.92%
B=36.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132981340.010.2700.47296.6715.5245.49
Hex84628611B02F129102d
Octal2041422061330574512055
Binary10000100110001010000110111011010111110010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846286; }

 p { color: rgb(132,98,134); }

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

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

 a { background-color: rgb(132,98,134); }

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

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

 span { border-color: rgb(132,98,134); }

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