#886583

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

Shades of Trendy Pink #886583

Tints of Trendy Pink #886583

Color information

#886583 (or 0x886583) is unknown color: approx Trendy Pink. HEX triplet: 88, 65 and 83. RGB value is (136,101,131). Sum of RGB (Red+Green+Blue) = 136+101+131=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886583 is #779A7C. Grayscale: #727272. Windows color (decimal): -7838333 or 8611208. OLE color: 8611208.

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

Color convert

RGB136101131-
CMYK00.260.040.47
HSL308.57º14.77%46.47%-
HSV(B)308.57º25.74%53.33%-
XYZ18.916.1823.6-
YUV114.88137.1143.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=36.96%
G=27.45%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610113100.260.040.47308.5714.7746.47
Hex88658301A42F135f2e
Octal2101452030324574651756
Binary100010001100101100000110110101001011111001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886583; }

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

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

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

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

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

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

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

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