#944D6C

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

Shades of Cannon Pink #944D6C

Tints of Cannon Pink #944D6C

Color information

#944D6C (or 0x944D6C) is unknown color: approx Cannon Pink. HEX triplet: 94, 4D and 6C. RGB value is (148,77,108). Sum of RGB (Red+Green+Blue) = 148+77+108=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #944D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D6C is #6BB293. Grayscale: #656565. Windows color (decimal): -7058068 or 7097748. OLE color: 7097748.

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

Color convert

RGB14877108-
CMYK00.480.270.42
HSL333.8º31.56%44.12%-
HSV(B)333.8º47.97%58.04%-
XYZ17.5712.6915.71-
YUV101.76131.52160.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=44.44%
G=23.12%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487710800.480.270.42333.831.5644.12
Hex944D6C0301B2A14e202c
Octal22411515406033525164054
Binary1001010010011011101100011000011011101010101001110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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