#885158

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

Shades of Solid Pink #885158

Tints of Solid Pink #885158

Color information

#885158 (or 0x885158) is unknown color: approx Solid Pink. HEX triplet: 88, 51 and 58. RGB value is (136,81,88). Sum of RGB (Red+Green+Blue) = 136+81+88=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885158 is #77AEA7. Grayscale: #626262. Windows color (decimal): -7843496 or 5788040. OLE color: 5788040.

HSL color Cylindrical-coordinate representation of color #885158: hue angle of 352.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885158 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1368188-
CMYK00.400.350.47
HSL352.36º25.35%42.55%-
HSV(B)352.36º40.44%53.33%-
XYZ14.8611.8210.73-
YUV98.24122.22154.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=44.59%
G=26.56%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136818800.400.350.47352.3625.3542.55
Hex885158028232F160192b
Octal21012113005043575403153
Binary1000100010100011011000010100010001110111110110000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885158; }

 p { color: rgb(136,81,88); }

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

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

 a { background-color: rgb(136,81,88); }

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

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

 span { border-color: rgb(136,81,88); }

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