#944E74

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

Shades of Cannon Pink #944E74

Tints of Cannon Pink #944E74

Color information

#944E74 (or 0x944E74) is unknown color: approx Cannon Pink. HEX triplet: 94, 4E and 74. RGB value is (148,78,116). Sum of RGB (Red+Green+Blue) = 148+78+116=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E74 is #6BB18B. Grayscale: #676767. Windows color (decimal): -7057804 or 7622292. OLE color: 7622292.

HSL color Cylindrical-coordinate representation of color #944E74: hue angle of 327.43º 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 #944E74 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14878116-
CMYK00.470.220.42
HSL327.43º30.97%44.31%-
HSV(B)327.43º47.3%58.04%-
XYZ18.0913.0118.08-
YUV103.26135.19159.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=43.27%
G=22.81%
B=33.92%

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
Decimal1487811600.470.220.42327.4330.9744.31
Hex944E7402F162A1471f2c
Octal22411616405726525073754
Binary100101001001110111010001011111011010101010100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944E74; }

 p { color: rgb(148,78,116); }

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

<style>
 a { background-color: #944E74; }

 a { background-color: rgb(148,78,116); }

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

<style>
 span { border-color: #944E74; }

 span { border-color: rgb(148,78,116); }

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