#944971

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

Shades of Cannon Pink #944971

Tints of Cannon Pink #944971

Color information

#944971 (or 0x944971) is unknown color: approx Cannon Pink. HEX triplet: 94, 49 and 71. RGB value is (148,73,113). Sum of RGB (Red+Green+Blue) = 148+73+113=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944971 is #6BB68E. Grayscale: #636363. Windows color (decimal): -7059087 or 7424404. OLE color: 7424404.

HSL color Cylindrical-coordinate representation of color #944971: hue angle of 328º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944971 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14873113-
CMYK00.510.240.42
HSL328º33.94%43.33%-
HSV(B)328º50.68%58.04%-
XYZ17.5812.2517.06-
YUV99.98135.35162.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=44.31%
G=21.86%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487311300.510.240.4232833.9443.33
Hex944971033182A148222b
Octal22411116106330525104253
Binary1001010010010011110001011001111000101010101001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944971; }

 p { color: rgb(148,73,113); }

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

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

 a { background-color: rgb(148,73,113); }

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

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

 span { border-color: rgb(148,73,113); }

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