#904272

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

Shades of Cannon Pink #904272

Tints of Cannon Pink #904272

Color information

#904272 (or 0x904272) is unknown color: approx Cannon Pink. HEX triplet: 90, 42 and 72. RGB value is (144,66,114). Sum of RGB (Red+Green+Blue) = 144+66+114=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #904272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904272 is #6FBD8D. Grayscale: #5E5E5E. Windows color (decimal): -7323022 or 7488144. OLE color: 7488144.

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

Color convert

RGB14466114-
CMYK00.540.210.44
HSL323.08º37.14%41.18%-
HSV(B)323.08º54.17%56.47%-
XYZ16.4911.0417.18-
YUV94.79138.84163.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=44.44%
G=20.37%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446611400.540.210.44323.0837.1441.18
Hex904272036152C1432529
Octal22010216206625545034551
Binary1001000010000101110010011011010101101100101000011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904272; }

 p { color: rgb(144,66,114); }

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

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

 a { background-color: rgb(144,66,114); }

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

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

 span { border-color: rgb(144,66,114); }

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