#944776

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

Shades of Cannon Pink #944776

Tints of Cannon Pink #944776

Color information

#944776 (or 0x944776) is unknown color: approx Cannon Pink. HEX triplet: 94, 47 and 76. RGB value is (148,71,118). Sum of RGB (Red+Green+Blue) = 148+71+118=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #944776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944776 is #6BB889. Grayscale: #636363. Windows color (decimal): -7059594 or 7751572. OLE color: 7751572.

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

Color convert

RGB14871118-
CMYK00.520.200.42
HSL323.38º35.16%42.94%-
HSV(B)323.38º52.03%58.04%-
XYZ17.7412.1118.54-
YUV99.38138.51162.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=43.92%
G=21.07%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487111800.520.200.42323.3835.1642.94
Hex944776034142A143232b
Octal22410716606424525034353
Binary1001010010001111110110011010010100101010101000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944776; }

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

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

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

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

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

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

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

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