#884756

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

Shades of Solid Pink #884756

Tints of Solid Pink #884756

Color information

#884756 (or 0x884756) is unknown color: approx Solid Pink. HEX triplet: 88, 47 and 56. RGB value is (136,71,86). Sum of RGB (Red+Green+Blue) = 136+71+86=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #884756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884756 is #77B8A9. Grayscale: #5C5C5C. Windows color (decimal): -7846058 or 5654408. OLE color: 5654408.

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

Color convert

RGB1367186-
CMYK00.480.370.47
HSL346.15º31.4%40.59%-
HSV(B)346.15º47.79%53.33%-
XYZ14.0910.4110.07-
YUV92.15124.53159.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=46.42%
G=24.23%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136718600.480.370.47346.1531.440.59
Hex884756030252F15a1f29
Octal21010712606045575323751
Binary1000100010001111010110011000010010110111110101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884756; }

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

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

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

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

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

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

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

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