#846B83

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

Shades of Trendy Pink #846B83

Tints of Trendy Pink #846B83

Color information

#846B83 (or 0x846B83) is unknown color: approx Trendy Pink. HEX triplet: 84, 6B and 83. RGB value is (132,107,131). Sum of RGB (Red+Green+Blue) = 132+107+131=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #846B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B83 is #7B947C. Grayscale: #757575. Windows color (decimal): -8098941 or 8612740. OLE color: 8612740.

HSL color Cylindrical-coordinate representation of color #846B83: hue angle of 302.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846B83 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132107131-
CMYK00.190.010.48
HSL302.4º10.46%46.86%-
HSV(B)302.4º18.94%51.76%-
XYZ18.8717.0623.77-
YUV117.21135.78138.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=35.68%
G=28.92%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210713100.190.010.48302.410.4646.86
Hex846B8301313012ea2f
Octal2041532030231604561257
Binary1000010011010111000001101001111100001001011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846B83; }

 p { color: rgb(132,107,131); }

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

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

 a { background-color: rgb(132,107,131); }

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

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

 span { border-color: rgb(132,107,131); }

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