#904E73

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

Shades of Cannon Pink #904E73

Tints of Cannon Pink #904E73

Color information

#904E73 (or 0x904E73) is unknown color: approx Cannon Pink. HEX triplet: 90, 4E and 73. RGB value is (144,78,115). Sum of RGB (Red+Green+Blue) = 144+78+115=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #904E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E73 is #6FB18C. Grayscale: #656565. Windows color (decimal): -7319949 or 7556752. OLE color: 7556752.

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

Color convert

RGB14478115-
CMYK00.460.200.44
HSL326.36º29.73%43.53%-
HSV(B)326.36º45.83%56.47%-
XYZ17.3212.6217.74-
YUV101.95135.37157.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=42.73%
G=23.15%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447811500.460.200.44326.3629.7343.53
Hex904E7302E142C1461e2c
Octal22011616305624545063654
Binary100100001001110111001101011101010010110010100011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904E73; }

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

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

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

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

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

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

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

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