#8D4974

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

Shades of Cannon Pink #8D4974

Tints of Cannon Pink #8D4974

Color information

#8D4974 (or 0x8D4974) is unknown color: approx Cannon Pink. HEX triplet: 8D, 49 and 74. RGB value is (141,73,116). Sum of RGB (Red+Green+Blue) = 141+73+116=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4974 is #72B68B. Grayscale: #626262. Windows color (decimal): -7517836 or 7621005. OLE color: 7621005.

HSL color Cylindrical-coordinate representation of color #8D4974: hue angle of 322.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4974 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14173116-
CMYK00.480.180.45
HSL322.06º31.78%41.96%-
HSV(B)322.06º48.23%55.29%-
XYZ16.5211.6917.91-
YUV98.23138.03158.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=42.73%
G=22.12%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417311600.480.180.45322.0631.7841.96
Hex8D4974030122D142202a
Octal21511116406022555024052
Binary1000110110010011110100011000010010101101101000010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,116); }

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

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

 a { background-color: rgb(141,73,116); }

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

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

 span { border-color: rgb(141,73,116); }

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