#944B72

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

Shades of Cannon Pink #944B72

Tints of Cannon Pink #944B72

Color information

#944B72 (or 0x944B72) is unknown color: approx Cannon Pink. HEX triplet: 94, 4B and 72. RGB value is (148,75,114). Sum of RGB (Red+Green+Blue) = 148+75+114=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #944B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B72 is #6BB48D. Grayscale: #656565. Windows color (decimal): -7058574 or 7490452. OLE color: 7490452.

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

Color convert

RGB14875114-
CMYK00.490.230.42
HSL327.95º32.74%43.73%-
HSV(B)327.95º49.32%58.04%-
XYZ17.7712.5417.4-
YUV101.27135.18161.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=43.92%
G=22.26%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487511400.490.230.42327.9532.7443.73
Hex944B72031172A148212c
Octal22411316206127525104154
Binary1001010010010111110010011000110111101010101001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,114); }

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

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

 a { background-color: rgb(148,75,114); }

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

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

 span { border-color: rgb(148,75,114); }

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