#8A4E65

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

Shades of Cannon Pink #8A4E65

Tints of Cannon Pink #8A4E65

Color information

#8A4E65 (or 0x8A4E65) is unknown color: approx Cannon Pink. HEX triplet: 8A, 4E and 65. RGB value is (138,78,101). Sum of RGB (Red+Green+Blue) = 138+78+101=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E65 is #75B19A. Grayscale: #626262. Windows color (decimal): -7713179 or 6639242. OLE color: 6639242.

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

Color convert

RGB13878101-
CMYK00.430.270.46
HSL337º27.78%42.35%-
HSV(B)337º43.48%54.12%-
XYZ15.5511.7913.77-
YUV98.56129.38156.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=43.53%
G=24.61%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387810100.430.270.4633727.7842.35
Hex8A4E6502B1B2E1511c2a
Octal21211614505333565213452
Binary100010101001110110010101010111101110111010101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,78,101); }

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

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

 a { background-color: rgb(138,78,101); }

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

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

 span { border-color: rgb(138,78,101); }

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