#8A4864

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

Shades of Cannon Pink #8A4864

Tints of Cannon Pink #8A4864

Color information

#8A4864 (or 0x8A4864) is unknown color: approx Cannon Pink. HEX triplet: 8A, 48 and 64. RGB value is (138,72,100). Sum of RGB (Red+Green+Blue) = 138+72+100=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4864 is #75B79B. Grayscale: #5E5E5E. Windows color (decimal): -7714716 or 6572170. OLE color: 6572170.

HSL color Cylindrical-coordinate representation of color #8A4864: hue angle of 334.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A4864 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13872100-
CMYK00.480.280.46
HSL334.55º31.43%41.18%-
HSV(B)334.55º47.83%54.12%-
XYZ15.110.9613.38-
YUV94.93130.87158.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=44.52%
G=23.23%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387210000.480.280.46334.5531.4341.18
Hex8A48640301C2E14f1f29
Octal21211014406034565173751
Binary100010101001000110010001100001110010111010100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4864; }

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

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

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

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

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

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

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

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