#886585

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

Shades of Trendy Pink #886585

Tints of Trendy Pink #886585

Color information

#886585 (or 0x886585) is unknown color: approx Trendy Pink. HEX triplet: 88, 65 and 85. RGB value is (136,101,133). Sum of RGB (Red+Green+Blue) = 136+101+133=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #886585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886585 is #779A7A. Grayscale: #737373. Windows color (decimal): -7838331 or 8742280. OLE color: 8742280.

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

Color convert

RGB136101133-
CMYK00.260.020.47
HSL305.14º14.77%46.47%-
HSV(B)305.14º25.74%53.33%-
XYZ19.0416.2424.32-
YUV115.11138.1142.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=36.76%
G=27.30%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610113300.260.020.47305.1414.7746.47
Hex88658501A22F131f2e
Octal2101452050322574611756
Binary10001000110010110000101011010101011111001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886585; }

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

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

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

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

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

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

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

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