#886688

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

Shades of Trendy Pink #886688

Tints of Trendy Pink #886688

Color information

#886688 (or 0x886688) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 88. RGB value is (136,102,136). Sum of RGB (Red+Green+Blue) = 136+102+136=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886688 is #779977. Grayscale: #737373. Windows color (decimal): -7838072 or 8939144. OLE color: 8939144.

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

Color convert

RGB136102136-
CMYK00.2500.47
HSL300º14.29%46.67%-
HSV(B)300º25%53.33%-
XYZ19.3516.5125.46-
YUV116.04139.26142.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610213600.2500.4730014.2946.67
Hex88668801902F12ce2f
Octal2101462100310574541657
Binary1000100011001101000100001100101011111001011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886688; }

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

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

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

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

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

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

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

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