#904672

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

Shades of Cannon Pink #904672

Tints of Cannon Pink #904672

Color information

#904672 (or 0x904672) is unknown color: approx Cannon Pink. HEX triplet: 90, 46 and 72. RGB value is (144,70,114). Sum of RGB (Red+Green+Blue) = 144+70+114=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #904672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904672 is #6FB98D. Grayscale: #616161. Windows color (decimal): -7321998 or 7489168. OLE color: 7489168.

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

Color convert

RGB14470114-
CMYK00.510.210.44
HSL324.32º34.58%41.96%-
HSV(B)324.32º51.39%56.47%-
XYZ16.7311.5217.26-
YUV97.14137.52161.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=43.90%
G=21.34%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447011400.510.210.44324.3234.5841.96
Hex904672033152C144232a
Octal22010616206325545044352
Binary1001000010001101110010011001110101101100101000100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904672; }

 p { color: rgb(144,70,114); }

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

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

 a { background-color: rgb(144,70,114); }

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

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

 span { border-color: rgb(144,70,114); }

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