#904973

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

Shades of Cannon Pink #904973

Tints of Cannon Pink #904973

Color information

#904973 (or 0x904973) is unknown color: approx Cannon Pink. HEX triplet: 90, 49 and 73. RGB value is (144,73,115). Sum of RGB (Red+Green+Blue) = 144+73+115=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #904973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904973 is #6FB68C. Grayscale: #626262. Windows color (decimal): -7321229 or 7555472. OLE color: 7555472.

HSL color Cylindrical-coordinate representation of color #904973: hue angle of 324.51º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904973 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14473115-
CMYK00.490.200.44
HSL324.51º32.72%42.55%-
HSV(B)324.51º49.31%56.47%-
XYZ16.9811.9317.63-
YUV99.02137.02160.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=43.37%
G=21.99%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447311500.490.200.44324.5132.7242.55
Hex904973031142C145212b
Octal22011116306124545054153
Binary1001000010010011110011011000110100101100101000101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904973; }

 p { color: rgb(144,73,115); }

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

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

 a { background-color: rgb(144,73,115); }

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

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

 span { border-color: rgb(144,73,115); }

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