#904375

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

Shades of Cannon Pink #904375

Tints of Cannon Pink #904375

Color information

#904375 (or 0x904375) is unknown color: approx Cannon Pink. HEX triplet: 90, 43 and 75. RGB value is (144,67,117). Sum of RGB (Red+Green+Blue) = 144+67+117=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #904375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904375 is #6FBC8A. Grayscale: #5F5F5F. Windows color (decimal): -7322763 or 7685008. OLE color: 7685008.

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

Color convert

RGB14467117-
CMYK00.530.190.44
HSL321.04º36.49%41.37%-
HSV(B)321.04º53.47%56.47%-
XYZ16.7211.2318.12-
YUV95.72140.01162.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=43.90%
G=20.43%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446711700.530.190.44321.0436.4941.37
Hex904375035132C1412429
Octal22010316506523545014451
Binary1001000010000111110101011010110011101100101000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904375; }

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

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

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

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

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

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

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

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