#885357

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

Shades of Solid Pink #885357

Tints of Solid Pink #885357

Color information

#885357 (or 0x885357) is unknown color: approx Solid Pink. HEX triplet: 88, 53 and 57. RGB value is (136,83,87). Sum of RGB (Red+Green+Blue) = 136+83+87=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885357 is #77ACA8. Grayscale: #636363. Windows color (decimal): -7842985 or 5723016. OLE color: 5723016.

HSL color Cylindrical-coordinate representation of color #885357: hue angle of 355.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885357 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1368387-
CMYK00.390.360.47
HSL355.47º24.2%42.94%-
HSV(B)355.47º38.97%53.33%-
XYZ14.9712.1110.57-
YUV99.3121.06154.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 87 (34.38% from 255) = 28.43%
R=44.44%
G=27.12%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136838700.390.360.47355.4724.242.94
Hex885357027242F163182b
Octal21012312704744575433053
Binary1000100010100111010111010011110010010111110110001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885357; }

 p { color: rgb(136,83,87); }

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

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

 a { background-color: rgb(136,83,87); }

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

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

 span { border-color: rgb(136,83,87); }

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