#8A4C6B

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

Shades of Cannon Pink #8A4C6B

Tints of Cannon Pink #8A4C6B

Color information

#8A4C6B (or 0x8A4C6B) is unknown color: approx Cannon Pink. HEX triplet: 8A, 4C and 6B. RGB value is (138,76,107). Sum of RGB (Red+Green+Blue) = 138+76+107=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4C6B is #75B394. Grayscale: #626262. Windows color (decimal): -7713685 or 7031946. OLE color: 7031946.

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

Color convert

RGB13876107-
CMYK00.450.220.46
HSL330º28.97%41.96%-
HSV(B)330º44.93%54.12%-
XYZ15.7211.6315.33-
YUV98.07133.04156.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=42.99%
G=23.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387610700.450.220.4633028.9741.96
Hex8A4C6B02D162E14a1d2a
Octal21211415305526565123552
Binary100010101001100110101101011011011010111010100101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,76,107); }

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

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

 a { background-color: rgb(138,76,107); }

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

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

 span { border-color: rgb(138,76,107); }

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