#884F60

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

Shades of Cannon Pink #884F60

Tints of Cannon Pink #884F60

Color information

#884F60 (or 0x884F60) is unknown color: approx Cannon Pink. HEX triplet: 88, 4F and 60. RGB value is (136,79,96). Sum of RGB (Red+Green+Blue) = 136+79+96=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #884F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F60 is #77B09F. Grayscale: #616161. Windows color (decimal): -7844000 or 6311816. OLE color: 6311816.

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

Color convert

RGB1367996-
CMYK00.420.290.47
HSL342.11º26.51%42.16%-
HSV(B)342.11º41.91%53.33%-
XYZ15.0611.6712.53-
YUV97.98126.88155.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=43.73%
G=25.40%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136799600.420.290.47342.1126.5142.16
Hex884F6002A1D2F1561b2a
Octal21011714005235575263352
Binary100010001001111110000001010101110110111110101011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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