#944F6A

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

Shades of Cannon Pink #944F6A

Tints of Cannon Pink #944F6A

Color information

#944F6A (or 0x944F6A) is unknown color: approx Cannon Pink. HEX triplet: 94, 4F and 6A. RGB value is (148,79,106). Sum of RGB (Red+Green+Blue) = 148+79+106=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #944F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F6A is #6BB095. Grayscale: #666666. Windows color (decimal): -7057558 or 6967188. OLE color: 6967188.

HSL color Cylindrical-coordinate representation of color #944F6A: hue angle of 336.52º 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 #944F6A is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14879106-
CMYK00.470.280.42
HSL336.52º30.4%44.51%-
HSV(B)336.52º46.62%58.04%-
XYZ17.6112.9315.2-
YUV102.71129.86160.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=44.44%
G=23.72%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487910600.470.280.42336.5230.444.51
Hex944F6A02F1C2A1511e2d
Octal22411715205734525213655
Binary100101001001111110101001011111110010101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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