#904E69

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

Shades of Cannon Pink #904E69

Tints of Cannon Pink #904E69

Color information

#904E69 (or 0x904E69) is unknown color: approx Cannon Pink. HEX triplet: 90, 4E and 69. RGB value is (144,78,105). Sum of RGB (Red+Green+Blue) = 144+78+105=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #904E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E69 is #6FB196. Grayscale: #646464. Windows color (decimal): -7319959 or 6901392. OLE color: 6901392.

HSL color Cylindrical-coordinate representation of color #904E69: hue angle of 335.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 #904E69 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14478105-
CMYK00.460.270.44
HSL335.45º29.73%43.53%-
HSV(B)335.45º45.83%56.47%-
XYZ16.7812.414.87-
YUV100.81130.37158.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=44.04%
G=23.85%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447810500.460.270.44335.4529.7343.53
Hex904E6902E1B2C14f1e2c
Octal22011615105633545173654
Binary100100001001110110100101011101101110110010100111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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