#8A4D60

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

Shades of Cannon Pink #8A4D60

Tints of Cannon Pink #8A4D60

Color information

#8A4D60 (or 0x8A4D60) is unknown color: approx Cannon Pink. HEX triplet: 8A, 4D and 60. RGB value is (138,77,96). Sum of RGB (Red+Green+Blue) = 138+77+96=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D60 is #75B29F. Grayscale: #616161. Windows color (decimal): -7713440 or 6311306. OLE color: 6311306.

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

Color convert

RGB1387796-
CMYK00.440.300.46
HSL341.31º28.37%42.16%-
HSV(B)341.31º44.2%54.12%-
XYZ15.2511.5612.49-
YUV97.4127.21156.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=44.37%
G=24.76%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138779600.440.300.46341.3128.3742.16
Hex8A4D6002C1E2E1551c2a
Octal21211514005436565253452
Binary100010101001101110000001011001111010111010101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,96); }

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

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

 a { background-color: rgb(138,77,96); }

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

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

 span { border-color: rgb(138,77,96); }

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