#904C71

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

Shades of Cannon Pink #904C71

Tints of Cannon Pink #904C71

Color information

#904C71 (or 0x904C71) is unknown color: approx Cannon Pink. HEX triplet: 90, 4C and 71. RGB value is (144,76,113). Sum of RGB (Red+Green+Blue) = 144+76+113=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #904C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C71 is #6FB38E. Grayscale: #646464. Windows color (decimal): -7320463 or 7425168. OLE color: 7425168.

HSL color Cylindrical-coordinate representation of color #904C71: hue angle of 327.35º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904C71 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14476113-
CMYK00.470.220.44
HSL327.35º30.91%43.14%-
HSV(B)327.35º47.22%56.47%-
XYZ17.0712.2917.1-
YUV100.55135.03158.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=43.24%
G=22.82%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447611300.470.220.44327.3530.9143.14
Hex904C7102F162C1471f2b
Octal22011416105726545073753
Binary100100001001100111000101011111011010110010100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,76,113); }

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

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

 a { background-color: rgb(144,76,113); }

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

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

 span { border-color: rgb(144,76,113); }

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