#884D6A

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

Shades of Cannon Pink #884D6A

Tints of Cannon Pink #884D6A

Color information

#884D6A (or 0x884D6A) is unknown color: approx Cannon Pink. HEX triplet: 88, 4D and 6A. RGB value is (136,77,106). Sum of RGB (Red+Green+Blue) = 136+77+106=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D6A is #77B295. Grayscale: #616161. Windows color (decimal): -7844502 or 6966664. OLE color: 6966664.

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

Color convert

RGB13677106-
CMYK00.430.220.47
HSL330.51º27.7%41.76%-
HSV(B)330.51º43.38%53.33%-
XYZ15.4111.5815.06-
YUV97.95132.55155.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=42.63%
G=24.14%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367710600.430.220.47330.5127.741.76
Hex884D6A02B162F14b1c2a
Octal21011515205326575133452
Binary100010001001101110101001010111011010111110100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,77,106); }

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

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

 a { background-color: rgb(136,77,106); }

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

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

 span { border-color: rgb(136,77,106); }

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