#914D76

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

Shades of Cannon Pink #914D76

Tints of Cannon Pink #914D76

Color information

#914D76 (or 0x914D76) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 76. RGB value is (145,77,118). Sum of RGB (Red+Green+Blue) = 145+77+118=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #914D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D76 is #6EB289. Grayscale: #656565. Windows color (decimal): -7254666 or 7753105. OLE color: 7753105.

HSL color Cylindrical-coordinate representation of color #914D76: hue angle of 323.82º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D76 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14577118-
CMYK00.470.190.43
HSL323.82º30.63%43.53%-
HSV(B)323.82º46.9%56.86%-
XYZ17.612.6418.65-
YUV102.01137.03158.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=42.65%
G=22.65%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457711800.470.190.43323.8230.6343.53
Hex914D7602F132B1441f2c
Octal22111516605723535043754
Binary100100011001101111011001011111001110101110100010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D76; }

 p { color: rgb(145,77,118); }

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

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

 a { background-color: rgb(145,77,118); }

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

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

 span { border-color: rgb(145,77,118); }

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