#944778

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

Shades of Cannon Pink #944778

Tints of Cannon Pink #944778

Color information

#944778 (or 0x944778) is unknown color: approx Cannon Pink. HEX triplet: 94, 47 and 78. RGB value is (148,71,120). Sum of RGB (Red+Green+Blue) = 148+71+120=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #944778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944778 is #6BB887. Grayscale: #636363. Windows color (decimal): -7059592 or 7882644. OLE color: 7882644.

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

Color convert

RGB14871120-
CMYK00.520.190.42
HSL321.82º35.16%42.94%-
HSV(B)321.82º52.03%58.04%-
XYZ17.8612.1619.17-
YUV99.61139.51162.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=43.66%
G=20.94%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487112000.520.190.42321.8235.1642.94
Hex944778034132A142232b
Octal22410717006423525024353
Binary1001010010001111111000011010010011101010101000010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944778; }

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

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

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

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

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

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

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

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