#904A76

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

Shades of Cannon Pink #904A76

Tints of Cannon Pink #904A76

Color information

#904A76 (or 0x904A76) is unknown color: approx Cannon Pink. HEX triplet: 90, 4A and 76. RGB value is (144,74,118). Sum of RGB (Red+Green+Blue) = 144+74+118=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #904A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A76 is #6FB589. Grayscale: #636363. Windows color (decimal): -7320970 or 7752336. OLE color: 7752336.

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

Color convert

RGB14474118-
CMYK00.490.180.44
HSL322.29º32.11%42.75%-
HSV(B)322.29º48.61%56.47%-
XYZ17.2212.1318.57-
YUV99.95138.19159.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=42.86%
G=22.02%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447411800.490.180.44322.2932.1142.75
Hex904A76031122C142202b
Octal22011216606122545024053
Binary1001000010010101110110011000110010101100101000010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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