#944773

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

Shades of Cannon Pink #944773

Tints of Cannon Pink #944773

Color information

#944773 (or 0x944773) is unknown color: approx Cannon Pink. HEX triplet: 94, 47 and 73. RGB value is (148,71,115). Sum of RGB (Red+Green+Blue) = 148+71+115=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944773 is #6BB88C. Grayscale: #626262. Windows color (decimal): -7059597 or 7554964. OLE color: 7554964.

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

Color convert

RGB14871115-
CMYK00.520.220.42
HSL325.71º35.16%42.94%-
HSV(B)325.71º52.03%58.04%-
XYZ17.5612.0417.62-
YUV99.04137.01162.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=44.31%
G=21.26%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487111500.520.220.42325.7135.1642.94
Hex944773034162A146232b
Octal22410716306426525064353
Binary1001010010001111110011011010010110101010101000110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944773; }

 p { color: rgb(148,71,115); }

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

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

 a { background-color: rgb(148,71,115); }

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

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

 span { border-color: rgb(148,71,115); }

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