#934E73

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

Shades of Cannon Pink #934E73

Tints of Cannon Pink #934E73

Color information

#934E73 (or 0x934E73) is unknown color: approx Cannon Pink. HEX triplet: 93, 4E and 73. RGB value is (147,78,115). Sum of RGB (Red+Green+Blue) = 147+78+115=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #934E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E73 is #6CB18C. Grayscale: #666666. Windows color (decimal): -7123341 or 7556755. OLE color: 7556755.

HSL color Cylindrical-coordinate representation of color #934E73: hue angle of 327.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E73 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14778115-
CMYK00.470.220.42
HSL327.83º30.67%44.12%-
HSV(B)327.83º46.94%57.65%-
XYZ17.8512.8917.77-
YUV102.85134.86159.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=43.24%
G=22.94%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477811500.470.220.42327.8330.6744.12
Hex934E7302F162A1481f2c
Octal22311616305726525103754
Binary100100111001110111001101011111011010101010100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934E73; }

 p { color: rgb(147,78,115); }

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

<style>
 a { background-color: #934E73; }

 a { background-color: rgb(147,78,115); }

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

<style>
 span { border-color: #934E73; }

 span { border-color: rgb(147,78,115); }

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