#904E68

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

Shades of Cannon Pink #904E68

Tints of Cannon Pink #904E68

Color information

#904E68 (or 0x904E68) is unknown color: approx Cannon Pink. HEX triplet: 90, 4E and 68. RGB value is (144,78,104). Sum of RGB (Red+Green+Blue) = 144+78+104=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #904E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E68 is #6FB197. Grayscale: #646464. Windows color (decimal): -7319960 or 6835856. OLE color: 6835856.

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

Color convert

RGB14478104-
CMYK00.460.280.44
HSL336.36º29.73%43.53%-
HSV(B)336.36º45.83%56.47%-
XYZ16.7212.3814.6-
YUV100.7129.87158.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=44.17%
G=23.93%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447810400.460.280.44336.3629.7343.53
Hex904E6802E1C2C1501e2c
Octal22011615005634545203654
Binary100100001001110110100001011101110010110010101000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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