#885A5C

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

Shades of Solid Pink #885A5C

Tints of Solid Pink #885A5C

Color information

#885A5C (or 0x885A5C) is unknown color: approx Solid Pink. HEX triplet: 88, 5A and 5C. RGB value is (136,90,92). Sum of RGB (Red+Green+Blue) = 136+90+92=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A5C is #77A5A3. Grayscale: #686868. Windows color (decimal): -7841188 or 6052488. OLE color: 6052488.

HSL color Cylindrical-coordinate representation of color #885A5C: hue angle of 357.39º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A5C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1369092-
CMYK00.340.320.47
HSL357.39º20.35%44.31%-
HSV(B)357.39º33.82%53.33%-
XYZ15.7413.3211.87-
YUV103.98121.24150.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=42.77%
G=28.30%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136909200.340.320.47357.3920.3544.31
Hex885A5C022202F165142c
Octal21013213404240575452454
Binary1000100010110101011100010001010000010111110110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885A5C; }

 p { color: rgb(136,90,92); }

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

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

 a { background-color: rgb(136,90,92); }

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

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

 span { border-color: rgb(136,90,92); }

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