#904E74

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

Shades of Cannon Pink #904E74

Tints of Cannon Pink #904E74

Color information

#904E74 (or 0x904E74) is unknown color: approx Cannon Pink. HEX triplet: 90, 4E and 74. RGB value is (144,78,116). Sum of RGB (Red+Green+Blue) = 144+78+116=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #904E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E74 is #6FB18B. Grayscale: #656565. Windows color (decimal): -7319948 or 7622288. OLE color: 7622288.

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

Color convert

RGB14478116-
CMYK00.460.190.44
HSL325.45º29.73%43.53%-
HSV(B)325.45º45.83%56.47%-
XYZ17.3812.6418.05-
YUV102.07135.87157.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=42.60%
G=23.08%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447811600.460.190.44325.4529.7343.53
Hex904E7402E132C1451e2c
Octal22011616405623545053654
Binary100100001001110111010001011101001110110010100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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