#885456

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

Shades of Solid Pink #885456

Tints of Solid Pink #885456

Color information

#885456 (or 0x885456) is unknown color: approx Solid Pink. HEX triplet: 88, 54 and 56. RGB value is (136,84,86). Sum of RGB (Red+Green+Blue) = 136+84+86=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885456 is #77ABA9. Grayscale: #636363. Windows color (decimal): -7842730 or 5657736. OLE color: 5657736.

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

Color convert

RGB1368486-
CMYK00.380.370.47
HSL357.69º23.64%43.14%-
HSV(B)357.69º38.24%53.33%-
XYZ1512.2510.38-
YUV99.78120.23153.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=44.44%
G=27.45%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136848600.380.370.47357.6923.6443.14
Hex885456026252F166182b
Octal21012412604645575463053
Binary1000100010101001010110010011010010110111110110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885456; }

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

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

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

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

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

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

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

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