#886285

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

Shades of Trendy Pink #886285

Tints of Trendy Pink #886285

Color information

#886285 (or 0x886285) is unknown color: approx Trendy Pink. HEX triplet: 88, 62 and 85. RGB value is (136,98,133). Sum of RGB (Red+Green+Blue) = 136+98+133=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886285 is #779D7A. Grayscale: #717171. Windows color (decimal): -7839099 or 8741512. OLE color: 8741512.

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

Color convert

RGB13698133-
CMYK00.280.020.47
HSL304.74º16.24%45.88%-
HSV(B)304.74º27.94%53.33%-
XYZ18.7515.6624.23-
YUV113.35139.09144.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=37.06%
G=26.70%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369813300.280.020.47304.7416.2445.88
Hex88628501C22F131102e
Octal2101422050342574612056
Binary100010001100010100001010111001010111110011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886285; }

 p { color: rgb(136,98,133); }

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

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

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

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

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

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

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