#884864

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

Shades of Cannon Pink #884864

Tints of Cannon Pink #884864

Color information

#884864 (or 0x884864) is unknown color: approx Cannon Pink. HEX triplet: 88, 48 and 64. RGB value is (136,72,100). Sum of RGB (Red+Green+Blue) = 136+72+100=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #884864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884864 is #77B79B. Grayscale: #5E5E5E. Windows color (decimal): -7845788 or 6572168. OLE color: 6572168.

HSL color Cylindrical-coordinate representation of color #884864: hue angle of 333.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884864 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13672100-
CMYK00.470.260.47
HSL333.75º30.77%40.78%-
HSV(B)333.75º47.06%53.33%-
XYZ14.7710.7913.36-
YUV94.33131.2157.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=44.16%
G=23.38%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367210000.470.260.47333.7530.7740.78
Hex88486402F1A2F14e1f29
Octal21011014405732575163751
Binary100010001001000110010001011111101010111110100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884864; }

 p { color: rgb(136,72,100); }

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

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

 a { background-color: rgb(136,72,100); }

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

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

 span { border-color: rgb(136,72,100); }

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