#904D61

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

Shades of Cannon Pink #904D61

Tints of Cannon Pink #904D61

Color information

#904D61 (or 0x904D61) is unknown color: approx Cannon Pink. HEX triplet: 90, 4D and 61. RGB value is (144,77,97). Sum of RGB (Red+Green+Blue) = 144+77+97=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #904D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D61 is #6FB29E. Grayscale: #636363. Windows color (decimal): -7320223 or 6376848. OLE color: 6376848.

HSL color Cylindrical-coordinate representation of color #904D61: hue angle of 342.09º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D61 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1447797-
CMYK00.470.330.44
HSL342.09º30.32%43.33%-
HSV(B)342.09º46.53%56.47%-
XYZ16.3112.112.79-
YUV99.31126.7159.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.28%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=45.28%
G=24.21%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144779700.470.330.44342.0930.3243.33
Hex904D6102F212C1561e2b
Octal22011514105741545263653
Binary1001000010011011100001010111110000110110010101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,77,97); }

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

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

 a { background-color: rgb(144,77,97); }

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

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

 span { border-color: rgb(144,77,97); }

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