#944974

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

Shades of Cannon Pink #944974

Tints of Cannon Pink #944974

Color information

#944974 (or 0x944974) is unknown color: approx Cannon Pink. HEX triplet: 94, 49 and 74. RGB value is (148,73,116). Sum of RGB (Red+Green+Blue) = 148+73+116=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #944974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944974 is #6BB68B. Grayscale: #646464. Windows color (decimal): -7059084 or 7621012. OLE color: 7621012.

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

Color convert

RGB14873116-
CMYK00.510.220.42
HSL325.6º33.94%43.33%-
HSV(B)325.6º50.68%58.04%-
XYZ17.7512.3217.97-
YUV100.33136.85162-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=43.92%
G=21.66%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487311600.510.220.42325.633.9443.33
Hex944974033162A146222b
Octal22411116406326525064253
Binary1001010010010011110100011001110110101010101000110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944974; }

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

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

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

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

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

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

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

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