#886983

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

Shades of Trendy Pink #886983

Tints of Trendy Pink #886983

Color information

#886983 (or 0x886983) is unknown color: approx Trendy Pink. HEX triplet: 88, 69 and 83. RGB value is (136,105,131). Sum of RGB (Red+Green+Blue) = 136+105+131=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #886983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886983 is #77967C. Grayscale: #757575. Windows color (decimal): -7837309 or 8612232. OLE color: 8612232.

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

Color convert

RGB136105131-
CMYK00.230.040.47
HSL309.68º12.86%47.25%-
HSV(B)309.68º22.79%53.33%-
XYZ19.316.9823.73-
YUV117.23135.77141.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=36.56%
G=28.23%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610513100.230.040.47309.6812.8647.25
Hex88698301742F136d2f
Octal2101512030274574661557
Binary100010001101001100000110101111001011111001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886983; }

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

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

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

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

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

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

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

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