#886684

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

Shades of Trendy Pink #886684

Tints of Trendy Pink #886684

Color information

#886684 (or 0x886684) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 84. RGB value is (136,102,132). Sum of RGB (Red+Green+Blue) = 136+102+132=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886684 is #77997B. Grayscale: #737373. Windows color (decimal): -7838076 or 8677000. OLE color: 8677000.

HSL color Cylindrical-coordinate representation of color #886684: hue angle of 307.06º 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 #886684 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB136102132-
CMYK00.250.030.47
HSL307.06º14.29%46.67%-
HSV(B)307.06º25%53.33%-
XYZ19.0716.423.99-
YUV115.59137.26142.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=36.76%
G=27.57%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610213200.250.030.47307.0614.2946.67
Hex88668401932F133e2f
Octal2101462040313574631657
Binary10001000110011010000100011001111011111001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886684; }

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

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

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

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

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

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

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

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