#904376

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

Shades of Cannon Pink #904376

Tints of Cannon Pink #904376

Color information

#904376 (or 0x904376) is unknown color: approx Cannon Pink. HEX triplet: 90, 43 and 76. RGB value is (144,67,118). Sum of RGB (Red+Green+Blue) = 144+67+118=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #904376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904376 is #6FBC89. Grayscale: #5F5F5F. Windows color (decimal): -7322762 or 7750544. OLE color: 7750544.

HSL color Cylindrical-coordinate representation of color #904376: hue angle of 320.26º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904376 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14467118-
CMYK00.530.180.44
HSL320.26º36.49%41.37%-
HSV(B)320.26º53.47%56.47%-
XYZ16.7811.2518.43-
YUV95.84140.51162.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=43.77%
G=20.36%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446711800.530.180.44320.2636.4941.37
Hex904376035122C1402429
Octal22010316606522545004451
Binary1001000010000111110110011010110010101100101000000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904376; }

 p { color: rgb(144,67,118); }

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

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

 a { background-color: rgb(144,67,118); }

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

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

 span { border-color: rgb(144,67,118); }

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