#904A66

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

Shades of Cannon Pink #904A66

Tints of Cannon Pink #904A66

Color information

#904A66 (or 0x904A66) is unknown color: approx Cannon Pink. HEX triplet: 90, 4A and 66. RGB value is (144,74,102). Sum of RGB (Red+Green+Blue) = 144+74+102=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #904A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A66 is #6FB599. Grayscale: #626262. Windows color (decimal): -7320986 or 6703760. OLE color: 6703760.

HSL color Cylindrical-coordinate representation of color #904A66: hue angle of 336º degrees, saturation: 0.32, 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 #904A66 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB14474102-
CMYK00.490.290.44
HSL336º32.11%42.75%-
HSV(B)336º48.61%56.47%-
XYZ16.3511.7913.98-
YUV98.12130.19160.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=45%
G=23.12%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447410200.490.290.4433632.1142.75
Hex904A660311D2C150202b
Octal22011214606135545204053
Binary1001000010010101100110011000111101101100101010000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,102); }

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

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

 a { background-color: rgb(144,74,102); }

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

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

 span { border-color: rgb(144,74,102); }

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