#944C6F

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

Shades of Cannon Pink #944C6F

Tints of Cannon Pink #944C6F

Color information

#944C6F (or 0x944C6F) is unknown color: approx Cannon Pink. HEX triplet: 94, 4C and 6F. RGB value is (148,76,111). Sum of RGB (Red+Green+Blue) = 148+76+111=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #944C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C6F is #6BB390. Grayscale: #656565. Windows color (decimal): -7058321 or 7294100. OLE color: 7294100.

HSL color Cylindrical-coordinate representation of color #944C6F: hue angle of 330.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C6F is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14876111-
CMYK00.490.250.42
HSL330.83º32.14%43.92%-
HSV(B)330.83º48.65%58.04%-
XYZ17.6712.6116.54-
YUV101.52133.35161.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=44.18%
G=22.69%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487611100.490.250.42330.8332.1443.92
Hex944C6F031192A14b202c
Octal22411415706131525134054
Binary1001010010011001101111011000111001101010101001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944C6F; }

 p { color: rgb(148,76,111); }

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

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

 a { background-color: rgb(148,76,111); }

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

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

 span { border-color: rgb(148,76,111); }

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