#884E5B

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

Shades of Cannon Pink #884E5B

Tints of Cannon Pink #884E5B

Color information

#884E5B (or 0x884E5B) is unknown color: approx Cannon Pink. HEX triplet: 88, 4E and 5B. RGB value is (136,78,91). Sum of RGB (Red+Green+Blue) = 136+78+91=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E5B is #77B1A4. Grayscale: #606060. Windows color (decimal): -7844261 or 5983880. OLE color: 5983880.

HSL color Cylindrical-coordinate representation of color #884E5B: hue angle of 346.55º 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 #884E5B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1367891-
CMYK00.430.330.47
HSL346.55º27.1%41.96%-
HSV(B)346.55º42.65%53.33%-
XYZ14.7711.4411.33-
YUV96.82124.72155.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=44.59%
G=25.57%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136789100.430.330.47346.5527.141.96
Hex884E5B02B212F15b1b2a
Octal21011613305341575333352
Binary1000100010011101011011010101110000110111110101101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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