#846683

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

Shades of Trendy Pink #846683

Tints of Trendy Pink #846683

Color information

#846683 (or 0x846683) is unknown color: approx Trendy Pink. HEX triplet: 84, 66 and 83. RGB value is (132,102,131). Sum of RGB (Red+Green+Blue) = 132+102+131=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846683 is #7B997C. Grayscale: #727272. Windows color (decimal): -8100221 or 8611460. OLE color: 8611460.

HSL color Cylindrical-coordinate representation of color #846683: hue angle of 302º 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 #846683 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132102131-
CMYK00.230.010.48
HSL302º12.82%45.88%-
HSV(B)302º22.73%51.76%-
XYZ18.3616.0523.6-
YUV114.28137.44140.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=36.16%
G=27.95%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210213100.230.010.4830212.8245.88
Hex84668301713012ed2e
Octal2041462030271604561556
Binary1000010011001101000001101011111100001001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846683; }

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

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

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

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

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

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

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

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