#885685

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

Shades of Trendy Pink #885685

Tints of Trendy Pink #885685

Color information

#885685 (or 0x885685) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 85. RGB value is (136,86,133). Sum of RGB (Red+Green+Blue) = 136+86+133=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #885685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885685 is #77A97A. Grayscale: #6A6A6A. Windows color (decimal): -7842171 or 8738440. OLE color: 8738440.

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

Color convert

RGB13686133-
CMYK00.370.020.47
HSL303.6º22.52%43.53%-
HSV(B)303.6º36.76%53.33%-
XYZ17.7113.5823.88-
YUV106.31143.06149.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=38.31%
G=24.23%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368613300.370.020.47303.622.5243.53
Hex88568502522F130172c
Octal2101262050452574602754
Binary1000100010101101000010101001011010111110011000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885685; }

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

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

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

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

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

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

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

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