#904B74

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

Shades of Cannon Pink #904B74

Tints of Cannon Pink #904B74

Color information

#904B74 (or 0x904B74) is unknown color: approx Cannon Pink. HEX triplet: 90, 4B and 74. RGB value is (144,75,116). Sum of RGB (Red+Green+Blue) = 144+75+116=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #904B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B74 is #6FB48B. Grayscale: #646464. Windows color (decimal): -7320716 or 7621520. OLE color: 7621520.

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

Color convert

RGB14475116-
CMYK00.480.190.44
HSL324.35º31.51%42.94%-
HSV(B)324.35º47.92%56.47%-
XYZ17.1712.2217.98-
YUV100.3136.86159.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=42.99%
G=22.39%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447511600.480.190.44324.3531.5142.94
Hex904B74030132C144202b
Octal22011316406023545044053
Binary1001000010010111110100011000010011101100101000100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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