#904477

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

Shades of Cannon Pink #904477

Tints of Cannon Pink #904477

Color information

#904477 (or 0x904477) is unknown color: approx Cannon Pink. HEX triplet: 90, 44 and 77. RGB value is (144,68,119). Sum of RGB (Red+Green+Blue) = 144+68+119=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #904477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904477 is #6FBB88. Grayscale: #606060. Windows color (decimal): -7322505 or 7816336. OLE color: 7816336.

HSL color Cylindrical-coordinate representation of color #904477: hue angle of 319.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904477 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14468119-
CMYK00.530.170.44
HSL319.74º35.85%41.57%-
HSV(B)319.74º52.78%56.47%-
XYZ16.911.418.76-
YUV96.54140.68161.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=43.50%
G=20.54%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446811900.530.170.44319.7435.8541.57
Hex904477035112C140242a
Octal22010416706521545004452
Binary1001000010001001110111011010110001101100101000000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904477; }

 p { color: rgb(144,68,119); }

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

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

 a { background-color: rgb(144,68,119); }

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

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

 span { border-color: rgb(144,68,119); }

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