#8A4F70

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

Shades of Cannon Pink #8A4F70

Tints of Cannon Pink #8A4F70

Color information

#8A4F70 (or 0x8A4F70) is unknown color: approx Cannon Pink. HEX triplet: 8A, 4F and 70. RGB value is (138,79,112). Sum of RGB (Red+Green+Blue) = 138+79+112=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4F70 is #75B08F. Grayscale: #646464. Windows color (decimal): -7712912 or 7360394. OLE color: 7360394.

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

Color convert

RGB13879112-
CMYK00.430.190.46
HSL326.44º27.19%42.55%-
HSV(B)326.44º42.75%54.12%-
XYZ16.212.1716.82-
YUV100.4134.55154.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=41.95%
G=24.01%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387911200.430.190.46326.4427.1942.55
Hex8A4F7002B132E1461b2b
Octal21211716005323565063353
Binary100010101001111111000001010111001110111010100011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,112); }

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

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

 a { background-color: rgb(138,79,112); }

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

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

 span { border-color: rgb(138,79,112); }

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