#884F6D

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

Shades of Cannon Pink #884F6D

Tints of Cannon Pink #884F6D

Color information

#884F6D (or 0x884F6D) is unknown color: approx Cannon Pink. HEX triplet: 88, 4F and 6D. RGB value is (136,79,109). Sum of RGB (Red+Green+Blue) = 136+79+109=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F6D is #77B092. Grayscale: #636363. Windows color (decimal): -7843987 or 7163784. OLE color: 7163784.

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

Color convert

RGB13679109-
CMYK00.420.200.47
HSL328.42º26.51%42.16%-
HSV(B)328.42º41.91%53.33%-
XYZ15.7111.9315.94-
YUV99.46133.38154.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=41.98%
G=24.38%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367910900.420.200.47328.4226.5142.16
Hex884F6D02A142F1481b2a
Octal21011715505224575103352
Binary100010001001111110110101010101010010111110100100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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