#8A4659

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

Shades of Cannon Pink #8A4659

Tints of Cannon Pink #8A4659

Color information

#8A4659 (or 0x8A4659) is unknown color: approx Cannon Pink. HEX triplet: 8A, 46 and 59. RGB value is (138,70,89). Sum of RGB (Red+Green+Blue) = 138+70+89=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4659 is #75B9A6. Grayscale: #5C5C5C. Windows color (decimal): -7715239 or 5850762. OLE color: 5850762.

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

Color convert

RGB1387089-
CMYK00.490.360.46
HSL343.24º32.69%40.78%-
HSV(B)343.24º49.28%54.12%-
XYZ14.4710.510.72-
YUV92.5126.03160.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=46.46%
G=23.57%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138708900.490.360.46343.2432.6940.78
Hex8A4659031242E1572129
Octal21210613106144565274151
Binary10001010100011010110010110001100100101110101010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,89); }

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

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

 a { background-color: rgb(138,70,89); }

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

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

 span { border-color: rgb(138,70,89); }

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