#8A5164

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

Shades of Cannon Pink #8A5164

Tints of Cannon Pink #8A5164

Color information

#8A5164 (or 0x8A5164) is unknown color: approx Cannon Pink. HEX triplet: 8A, 51 and 64. RGB value is (138,81,100). Sum of RGB (Red+Green+Blue) = 138+81+100=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5164 is #75AE9B. Grayscale: #646464. Windows color (decimal): -7712412 or 6574474. OLE color: 6574474.

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

Color convert

RGB13881100-
CMYK00.410.280.46
HSL340º26.03%42.94%-
HSV(B)340º41.3%54.12%-
XYZ15.7212.2113.58-
YUV100.21127.88154.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=43.26%
G=25.39%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388110000.410.280.4634026.0342.94
Hex8A51640291C2E1541a2b
Octal21212114405134565243253
Binary100010101010001110010001010011110010111010101010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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