#884F62

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

Shades of Cannon Pink #884F62

Tints of Cannon Pink #884F62

Color information

#884F62 (or 0x884F62) is unknown color: approx Cannon Pink. HEX triplet: 88, 4F and 62. RGB value is (136,79,98). Sum of RGB (Red+Green+Blue) = 136+79+98=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #884F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F62 is #77B09D. Grayscale: #626262. Windows color (decimal): -7843998 or 6442888. OLE color: 6442888.

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

Color convert

RGB1367998-
CMYK00.420.280.47
HSL340º26.51%42.16%-
HSV(B)340º41.91%53.33%-
XYZ15.1511.7113.02-
YUV98.21127.88154.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=43.45%
G=25.24%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136799800.420.280.4734026.5142.16
Hex884F6202A1C2F1541b2a
Octal21011714205234575243352
Binary100010001001111110001001010101110010111110101010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,98); }

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

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

 a { background-color: rgb(136,79,98); }

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

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

 span { border-color: rgb(136,79,98); }

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