#886280

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

Shades of Trendy Pink #886280

Tints of Trendy Pink #886280

Color information

#886280 (or 0x886280) is unknown color: approx Trendy Pink. HEX triplet: 88, 62 and 80. RGB value is (136,98,128). Sum of RGB (Red+Green+Blue) = 136+98+128=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #886280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886280 is #779D7F. Grayscale: #707070. Windows color (decimal): -7839104 or 8413832. OLE color: 8413832.

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

Color convert

RGB13698128-
CMYK00.280.060.47
HSL312.63º16.24%45.88%-
HSV(B)312.63º27.94%53.33%-
XYZ18.4215.5322.45-
YUV112.78136.59144.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=37.57%
G=27.07%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369812800.280.060.47312.6316.2445.88
Hex88628001C62F139102e
Octal2101422000346574712056
Binary1000100011000101000000001110011010111110011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886280; }

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

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

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

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

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

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

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

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