#944976

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

Shades of Cannon Pink #944976

Tints of Cannon Pink #944976

Color information

#944976 (or 0x944976) is unknown color: approx Cannon Pink. HEX triplet: 94, 49 and 76. RGB value is (148,73,118). Sum of RGB (Red+Green+Blue) = 148+73+118=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #944976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944976 is #6BB689. Grayscale: #646464. Windows color (decimal): -7059082 or 7752084. OLE color: 7752084.

HSL color Cylindrical-coordinate representation of color #944976: hue angle of 324º 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 #944976 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14873118-
CMYK00.510.200.42
HSL324º33.94%43.33%-
HSV(B)324º50.68%58.04%-
XYZ17.8712.3718.59-
YUV100.56137.85161.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=43.66%
G=21.53%
B=34.81%

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
Decimal1487311800.510.200.4232433.9443.33
Hex944976033142A144222b
Octal22411116606324525044253
Binary1001010010010011110110011001110100101010101000100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944976; }

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

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

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

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

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

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

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

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