#904B73

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

Shades of Cannon Pink #904B73

Tints of Cannon Pink #904B73

Color information

#904B73 (or 0x904B73) is unknown color: approx Cannon Pink. HEX triplet: 90, 4B and 73. RGB value is (144,75,115). Sum of RGB (Red+Green+Blue) = 144+75+115=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #904B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B73 is #6FB48C. Grayscale: #646464. Windows color (decimal): -7320717 or 7555984. OLE color: 7555984.

HSL color Cylindrical-coordinate representation of color #904B73: hue angle of 325.22º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B73 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14475115-
CMYK00.480.200.44
HSL325.22º31.51%42.94%-
HSV(B)325.22º47.92%56.47%-
XYZ17.1112.217.67-
YUV100.19136.36159.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=43.11%
G=22.46%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447511500.480.200.44325.2231.5142.94
Hex904B73030142C145202b
Octal22011316306024545054053
Binary1001000010010111110011011000010100101100101000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,75,115); }

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

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

 a { background-color: rgb(144,75,115); }

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

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

 span { border-color: rgb(144,75,115); }

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