#944F6F

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

Shades of Cannon Pink #944F6F

Tints of Cannon Pink #944F6F

Color information

#944F6F (or 0x944F6F) is unknown color: approx Cannon Pink. HEX triplet: 94, 4F and 6F. RGB value is (148,79,111). Sum of RGB (Red+Green+Blue) = 148+79+111=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #944F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F6F is #6BB090. Grayscale: #676767. Windows color (decimal): -7057553 or 7294868. OLE color: 7294868.

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

Color convert

RGB14879111-
CMYK00.470.250.42
HSL332.17º30.4%44.51%-
HSV(B)332.17º46.62%58.04%-
XYZ17.8813.0416.61-
YUV103.28132.36159.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=43.79%
G=23.37%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487911100.470.250.42332.1730.444.51
Hex944F6F02F192A14c1e2d
Octal22411715705731525143655
Binary100101001001111110111101011111100110101010100110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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