#944977

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

Shades of Cannon Pink #944977

Tints of Cannon Pink #944977

Color information

#944977 (or 0x944977) is unknown color: approx Cannon Pink. HEX triplet: 94, 49 and 77. RGB value is (148,73,119). Sum of RGB (Red+Green+Blue) = 148+73+119=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #944977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944977 is #6BB688. Grayscale: #646464. Windows color (decimal): -7059081 or 7817620. OLE color: 7817620.

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

Color convert

RGB14873119-
CMYK00.510.200.42
HSL323.2º33.94%43.33%-
HSV(B)323.2º50.68%58.04%-
XYZ17.9312.3918.9-
YUV100.67138.35161.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 119 (46.88% from 255) = 35%
R=43.53%
G=21.47%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487311900.510.200.42323.233.9443.33
Hex944977033142A143222b
Octal22411116706324525034253
Binary1001010010010011110111011001110100101010101000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944977; }

 p { color: rgb(148,73,119); }

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

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

 a { background-color: rgb(148,73,119); }

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

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

 span { border-color: rgb(148,73,119); }

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