#884E5D

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

Shades of Cannon Pink #884E5D

Tints of Cannon Pink #884E5D

Color information

#884E5D (or 0x884E5D) is unknown color: approx Cannon Pink. HEX triplet: 88, 4E and 5D. RGB value is (136,78,93). Sum of RGB (Red+Green+Blue) = 136+78+93=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E5D is #77B1A2. Grayscale: #616161. Windows color (decimal): -7844259 or 6114952. OLE color: 6114952.

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

Color convert

RGB1367893-
CMYK00.430.320.47
HSL344.48º27.1%41.96%-
HSV(B)344.48º42.65%53.33%-
XYZ14.8511.4711.79-
YUV97.05125.72155.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=44.30%
G=25.41%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136789300.430.320.47344.4827.141.96
Hex884E5D02B202F1581b2a
Octal21011613505340575303352
Binary1000100010011101011101010101110000010111110101100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,78,93); }

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

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

 a { background-color: rgb(136,78,93); }

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

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

 span { border-color: rgb(136,78,93); }

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