#886883

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

Shades of Trendy Pink #886883

Tints of Trendy Pink #886883

Color information

#886883 (or 0x886883) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 83. RGB value is (136,104,131). Sum of RGB (Red+Green+Blue) = 136+104+131=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886883 is #77977C. Grayscale: #747474. Windows color (decimal): -7837565 or 8611976. OLE color: 8611976.

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

Color convert

RGB136104131-
CMYK00.240.040.47
HSL309.38º13.33%47.06%-
HSV(B)309.38º23.53%53.33%-
XYZ19.216.7723.7-
YUV116.65136.1141.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=36.66%
G=28.03%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610413100.240.040.47309.3813.3347.06
Hex88688301842F135d2f
Octal2101502030304574651557
Binary100010001101000100000110110001001011111001101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886883; }

 p { color: rgb(136,104,131); }

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

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

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

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

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

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

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