#944579

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

Shades of Cannon Pink #944579

Tints of Cannon Pink #944579

Color information

#944579 (or 0x944579) is unknown color: approx Cannon Pink. HEX triplet: 94, 45 and 79. RGB value is (148,69,121). Sum of RGB (Red+Green+Blue) = 148+69+121=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #944579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944579 is #6BBA86. Grayscale: #626262. Windows color (decimal): -7060103 or 7947668. OLE color: 7947668.

HSL color Cylindrical-coordinate representation of color #944579: hue angle of 320.51º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944579 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14869121-
CMYK00.530.180.42
HSL320.51º36.41%42.55%-
HSV(B)320.51º53.38%58.04%-
XYZ17.7911.9319.45-
YUV98.55140.67163.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=43.79%
G=20.41%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486912100.530.180.42320.5136.4142.55
Hex944579035122A141242b
Octal22410517106522525014453
Binary1001010010001011111001011010110010101010101000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944579; }

 p { color: rgb(148,69,121); }

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

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

 a { background-color: rgb(148,69,121); }

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

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

 span { border-color: rgb(148,69,121); }

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