#886690

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

Shades of Trendy Pink #886690

Tints of Trendy Pink #886690

Color information

#886690 (or 0x886690) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 90. RGB value is (136,102,144). Sum of RGB (Red+Green+Blue) = 136+102+144=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #886690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886690 is #77996F. Grayscale: #747474. Windows color (decimal): -7838064 or 9463432. OLE color: 9463432.

HSL color Cylindrical-coordinate representation of color #886690: hue angle of 288.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886690 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136102144-
CMYK0.060.2900.44
HSL288.57º17.07%48.24%-
HSV(B)288.57º29.17%56.47%-
XYZ19.9416.7528.57-
YUV116.95143.26141.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=35.60%
G=26.70%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361021440.060.2900.44288.5717.0748.24
Hex88669061D02C1211130
Octal2101462206350544412160
Binary1000100011001101001000011011101010110010010000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886690; }

 p { color: rgb(136,102,144); }

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

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

 a { background-color: rgb(136,102,144); }

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

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

 span { border-color: rgb(136,102,144); }

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