Html Css Color HEX #846685 Trendy Pink

📋 copy color: '#846685'

red 132 ◦ green 102 ◦ blue 133

#846685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #846685

Tints of Trendy Pink #846685

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 value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#846685 (or 0x846685) is known color: 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

RGB 132 102 133 -
CMYK 0.01 0.23 0 0.48
HSL 298.06º 0.13% 0.46% -
HSV(B) 298.06º 0.23% 0.52% -
XYZ 18.5 16.1 24.32 -
YUV 114.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 132 102 133 0.01 0.23 0 0.48 298.06 0.13 0.46
Hex 84 66 85 1 17 0 30 12A D 2E
Octal 204 146 205 1 27 0 60 452 15 56
Binary 10000100 1100110 10000101 1 10111 0 110000 100101010 1101 101110

Color Harmonies of #846685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846685

Black with #846685

Text Example


Text Example

White with #846685

Text Example


Text Example

HTML Codes & Css Web 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>