#944E6E

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

Shades of Cannon Pink #944E6E

Tints of Cannon Pink #944E6E

Color information

#944E6E (or 0x944E6E) is unknown color: approx Cannon Pink. HEX triplet: 94, 4E and 6E. RGB value is (148,78,110). Sum of RGB (Red+Green+Blue) = 148+78+110=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #944E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E6E is #6BB191. Grayscale: #666666. Windows color (decimal): -7057810 or 7229076. OLE color: 7229076.

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

Color convert

RGB14878110-
CMYK00.470.260.42
HSL332.57º30.97%44.31%-
HSV(B)332.57º47.3%58.04%-
XYZ17.7512.8716.3-
YUV102.58132.19160.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=44.05%
G=23.21%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487811000.470.260.42332.5730.9744.31
Hex944E6E02F1A2A14d1f2c
Octal22411615605732525153754
Binary100101001001110110111001011111101010101010100110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,78,110); }

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

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

 a { background-color: rgb(148,78,110); }

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

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

 span { border-color: rgb(148,78,110); }

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