#944F74

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

Shades of Cannon Pink #944F74

Tints of Cannon Pink #944F74

Color information

#944F74 (or 0x944F74) is unknown color: approx Cannon Pink. HEX triplet: 94, 4F and 74. RGB value is (148,79,116). Sum of RGB (Red+Green+Blue) = 148+79+116=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #944F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F74 is #6BB08B. Grayscale: #676767. Windows color (decimal): -7057548 or 7622548. OLE color: 7622548.

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

Color convert

RGB14879116-
CMYK00.470.220.42
HSL327.83º30.4%44.51%-
HSV(B)327.83º46.62%58.04%-
XYZ18.1613.1518.1-
YUV103.85134.86159.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=43.15%
G=23.03%
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
Decimal1487911600.470.220.42327.8330.444.51
Hex944F7402F162A1481e2d
Octal22411716405726525103655
Binary100101001001111111010001011111011010101010100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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