#884D60

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

Shades of Cannon Pink #884D60

Tints of Cannon Pink #884D60

Color information

#884D60 (or 0x884D60) is unknown color: approx Cannon Pink. HEX triplet: 88, 4D and 60. RGB value is (136,77,96). Sum of RGB (Red+Green+Blue) = 136+77+96=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D60 is #77B29F. Grayscale: #606060. Windows color (decimal): -7844512 or 6311304. OLE color: 6311304.

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

Color convert

RGB1367796-
CMYK00.430.290.47
HSL340.68º27.7%41.76%-
HSV(B)340.68º43.38%53.33%-
XYZ14.9211.3912.48-
YUV96.81127.55155.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=44.01%
G=24.92%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136779600.430.290.47340.6827.741.76
Hex884D6002B1D2F1551c2a
Octal21011514005335575253452
Binary100010001001101110000001010111110110111110101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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