#884C50

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

Shades of Solid Pink #884C50

Tints of Solid Pink #884C50

Color information

#884C50 (or 0x884C50) is unknown color: approx Solid Pink. HEX triplet: 88, 4C and 50. RGB value is (136,76,80). Sum of RGB (Red+Green+Blue) = 136+76+80=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C50 is #77B3AF. Grayscale: #5E5E5E. Windows color (decimal): -7844784 or 5262472. OLE color: 5262472.

HSL color Cylindrical-coordinate representation of color #884C50: hue angle of 356º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C50 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1367680-
CMYK00.440.410.47
HSL356º28.3%41.57%-
HSV(B)356º44.12%53.33%-
XYZ14.1910.988.96-
YUV94.4119.88157.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=46.58%
G=26.03%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136768000.440.410.4735628.341.57
Hex884C5002C292F1641c2a
Octal21011412005451575443452
Binary1000100010011001010000010110010100110111110110010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884C50; }

 p { color: rgb(136,76,80); }

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

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

 a { background-color: rgb(136,76,80); }

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

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

 span { border-color: rgb(136,76,80); }

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