#904D5E

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

Shades of Cannon Pink #904D5E

Tints of Cannon Pink #904D5E

Color information

#904D5E (or 0x904D5E) is unknown color: approx Cannon Pink. HEX triplet: 90, 4D and 5E. RGB value is (144,77,94). Sum of RGB (Red+Green+Blue) = 144+77+94=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #904D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D5E is #6FB2A1. Grayscale: #626262. Windows color (decimal): -7320226 or 6180240. OLE color: 6180240.

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

Color convert

RGB1447794-
CMYK00.470.350.44
HSL344.78º30.32%43.33%-
HSV(B)344.78º46.53%56.47%-
XYZ16.1812.0512.06-
YUV98.97125.2160.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=45.71%
G=24.44%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144779400.470.350.44344.7830.3243.33
Hex904D5E02F232C1591e2b
Octal22011513605743545313653
Binary1001000010011011011110010111110001110110010101100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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