#904D75

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

Shades of Cannon Pink #904D75

Tints of Cannon Pink #904D75

Color information

#904D75 (or 0x904D75) is unknown color: approx Cannon Pink. HEX triplet: 90, 4D and 75. RGB value is (144,77,117). Sum of RGB (Red+Green+Blue) = 144+77+117=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D75 is #6FB28A. Grayscale: #656565. Windows color (decimal): -7320203 or 7687568. OLE color: 7687568.

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

Color convert

RGB14477117-
CMYK00.470.190.44
HSL324.18º30.32%43.33%-
HSV(B)324.18º46.53%56.47%-
XYZ17.3712.5218.33-
YUV101.59136.7158.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=42.60%
G=22.78%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447711700.470.190.44324.1830.3243.33
Hex904D7502F132C1441e2b
Octal22011516505723545043653
Binary100100001001101111010101011111001110110010100010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,77,117); }

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

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

 a { background-color: rgb(144,77,117); }

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

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

 span { border-color: rgb(144,77,117); }

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