#8A4566

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

Shades of Cannon Pink #8A4566

Tints of Cannon Pink #8A4566

Color information

#8A4566 (or 0x8A4566) is unknown color: approx Cannon Pink. HEX triplet: 8A, 45 and 66. RGB value is (138,69,102). Sum of RGB (Red+Green+Blue) = 138+69+102=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4566 is #75BA99. Grayscale: #5D5D5D. Windows color (decimal): -7715482 or 6702474. OLE color: 6702474.

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

Color convert

RGB13869102-
CMYK00.50.260.46
HSL331.3º33.33%40.59%-
HSV(B)331.3º50%54.12%-
XYZ15.0110.6213.83-
YUV93.39132.86159.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=44.66%
G=22.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386910200.50.260.46331.333.3340.59
Hex8A45660321A2E14b2129
Octal21210514606232565134151
Binary1000101010001011100110011001011010101110101001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,69,102); }

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

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

 a { background-color: rgb(138,69,102); }

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

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

 span { border-color: rgb(138,69,102); }

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