#904C76

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

Shades of Cannon Pink #904C76

Tints of Cannon Pink #904C76

Color information

#904C76 (or 0x904C76) is unknown color: approx Cannon Pink. HEX triplet: 90, 4C and 76. RGB value is (144,76,118). Sum of RGB (Red+Green+Blue) = 144+76+118=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C76 is #6FB389. Grayscale: #656565. Windows color (decimal): -7320458 or 7752848. OLE color: 7752848.

HSL color Cylindrical-coordinate representation of color #904C76: hue angle of 322.94º 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 #904C76 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14476118-
CMYK00.470.180.44
HSL322.94º30.91%43.14%-
HSV(B)322.94º47.22%56.47%-
XYZ17.3612.4118.62-
YUV101.12137.53158.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=42.60%
G=22.49%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447611800.470.180.44322.9430.9143.14
Hex904C7602F122C1431f2b
Octal22011416605722545033753
Binary100100001001100111011001011111001010110010100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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