#944D6A

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

Shades of Cannon Pink #944D6A

Tints of Cannon Pink #944D6A

Color information

#944D6A (or 0x944D6A) is unknown color: approx Cannon Pink. HEX triplet: 94, 4D and 6A. RGB value is (148,77,106). Sum of RGB (Red+Green+Blue) = 148+77+106=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D6A is #6BB295. Grayscale: #656565. Windows color (decimal): -7058070 or 6966676. OLE color: 6966676.

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

Color convert

RGB14877106-
CMYK00.480.280.42
HSL335.49º31.56%44.12%-
HSV(B)335.49º47.97%58.04%-
XYZ17.4712.6415.16-
YUV101.54130.52161.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=44.71%
G=23.26%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487710600.480.280.42335.4931.5644.12
Hex944D6A0301C2A14f202c
Octal22411515206034525174054
Binary1001010010011011101010011000011100101010101001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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