#944876

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

Shades of Cannon Pink #944876

Tints of Cannon Pink #944876

Color information

#944876 (or 0x944876) is unknown color: approx Cannon Pink. HEX triplet: 94, 48 and 76. RGB value is (148,72,118). Sum of RGB (Red+Green+Blue) = 148+72+118=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #944876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944876 is #6BB789. Grayscale: #636363. Windows color (decimal): -7059338 or 7751828. OLE color: 7751828.

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

Color convert

RGB14872118-
CMYK00.510.200.42
HSL323.68º34.55%43.14%-
HSV(B)323.68º51.35%58.04%-
XYZ17.812.2418.56-
YUV99.97138.18162.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=43.79%
G=21.30%
B=34.91%

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
Decimal1487211800.510.200.42323.6834.5543.14
Hex944876033142A144232b
Octal22411016606324525044353
Binary1001010010010001110110011001110100101010101000100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944876; }

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

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

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

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

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

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

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

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