#944F6B

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

Shades of Cannon Pink #944F6B

Tints of Cannon Pink #944F6B

Color information

#944F6B (or 0x944F6B) is unknown color: approx Cannon Pink. HEX triplet: 94, 4F and 6B. RGB value is (148,79,107). Sum of RGB (Red+Green+Blue) = 148+79+107=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F6B is #6BB094. Grayscale: #666666. Windows color (decimal): -7057557 or 7032724. OLE color: 7032724.

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

Color convert

RGB14879107-
CMYK00.470.280.42
HSL335.65º30.4%44.51%-
HSV(B)335.65º46.62%58.04%-
XYZ17.6612.9515.48-
YUV102.82130.36160.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=44.31%
G=23.65%
B=32.04%

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
Decimal1487910700.470.280.42335.6530.444.51
Hex944F6B02F1C2A1501e2d
Octal22411715305734525203655
Binary100101001001111110101101011111110010101010101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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