#944F6C

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

Shades of Cannon Pink #944F6C

Tints of Cannon Pink #944F6C

Color information

#944F6C (or 0x944F6C) is unknown color: approx Cannon Pink. HEX triplet: 94, 4F and 6C. RGB value is (148,79,108). Sum of RGB (Red+Green+Blue) = 148+79+108=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #944F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F6C is #6BB093. Grayscale: #666666. Windows color (decimal): -7057556 or 7098260. OLE color: 7098260.

HSL color Cylindrical-coordinate representation of color #944F6C: hue angle of 334.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F6C is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14879108-
CMYK00.470.270.42
HSL334.78º30.4%44.51%-
HSV(B)334.78º46.62%58.04%-
XYZ17.7212.9715.76-
YUV102.94130.86160.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=44.18%
G=23.58%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487910800.470.270.42334.7830.444.51
Hex944F6C02F1B2A14f1e2d
Octal22411715405733525173655
Binary100101001001111110110001011111101110101010100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,79,108); }

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

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

 a { background-color: rgb(148,79,108); }

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

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

 span { border-color: rgb(148,79,108); }

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