#8A4564

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

Shades of Cannon Pink #8A4564

Tints of Cannon Pink #8A4564

Color information

#8A4564 (or 0x8A4564) is unknown color: approx Cannon Pink. HEX triplet: 8A, 45 and 64. RGB value is (138,69,100). Sum of RGB (Red+Green+Blue) = 138+69+100=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4564 is #75BA9B. Grayscale: #5D5D5D. Windows color (decimal): -7715484 or 6571402. OLE color: 6571402.

HSL color Cylindrical-coordinate representation of color #8A4564: hue angle of 333.04º 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 #8A4564 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13869100-
CMYK00.50.280.46
HSL333.04º33.33%40.59%-
HSV(B)333.04º50%54.12%-
XYZ14.9110.5813.31-
YUV93.16131.86159.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=44.95%
G=22.48%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386910000.50.280.46333.0433.3340.59
Hex8A45640321C2E14d2129
Octal21210514406234565154151
Binary1000101010001011100100011001011100101110101001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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