#944D75

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

Shades of Cannon Pink #944D75

Tints of Cannon Pink #944D75

Color information

#944D75 (or 0x944D75) is unknown color: approx Cannon Pink. HEX triplet: 94, 4D and 75. RGB value is (148,77,117). Sum of RGB (Red+Green+Blue) = 148+77+117=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D75 is #6BB28A. Grayscale: #666666. Windows color (decimal): -7058059 or 7687572. OLE color: 7687572.

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

Color convert

RGB14877117-
CMYK00.480.210.42
HSL326.2º31.56%44.12%-
HSV(B)326.2º47.97%58.04%-
XYZ18.0812.8918.36-
YUV102.79136.02160.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=43.27%
G=22.51%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487711700.480.210.42326.231.5644.12
Hex944D75030152A146202c
Octal22411516506025525064054
Binary1001010010011011110101011000010101101010101000110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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