Html Css Color HEX #886485 Trendy Pink

📋 copy color: '#886485'

red 136 ◦ green 100 ◦ blue 133

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

Shades of Trendy Pink #886485

Tints of Trendy Pink #886485

RGB

 RED value IS 136 (53.52% from 255) = 36.86%

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 36.86%
G = 27.1%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#886485 (or 0x886485) is known color: Trendy Pink. HEX triplet: 88, 64 and 85. RGB value is (136,100,133). Sum of RGB (Red+Green+Blue) = 136+100+133=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #886485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886485 is #779B7A. Grayscale: #727272. Windows color (decimal): -7838587 or 8742024. OLE color: 8742024.

HSL color Cylindrical-coordinate representation of color #886485: hue angle of 305º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886485 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 133 -
CMYK 0 0.26 0.02 0.47
HSL 305º 0.15% 0.46% -
HSV(B) 305º 0.26% 0.53% -
XYZ 18.94 16.04 24.29 -
YUV 114.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 136 100 133 0 0.26 0.02 0.47 305 0.15 0.46
Hex 88 64 85 0 1A 2 2F 131 F 2E
Octal 210 144 205 0 32 2 57 461 17 56
Binary 10001000 1100100 10000101 0 11010 10 101111 100110001 1111 101110

Color Harmonies of #886485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886485

Black with #886485

Text Example


Text Example

White with #886485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886485; }

 p { color: rgb(136,100,133); }

 H1.HeaderClassName
 {
   color: #886485;
 }
 .AnyTagClassName
 {
   color: #886485;
 }
</style>

background-color css

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

 a { background-color: rgb(136,100,133); }

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

border-color css

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

 span { border-color: rgb(136,100,133); }

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