#914D6D

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

Shades of Cannon Pink #914D6D

Tints of Cannon Pink #914D6D

Color information

#914D6D (or 0x914D6D) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 6D. RGB value is (145,77,109). Sum of RGB (Red+Green+Blue) = 145+77+109=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #914D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D6D is #6EB292. Grayscale: #646464. Windows color (decimal): -7254675 or 7163281. OLE color: 7163281.

HSL color Cylindrical-coordinate representation of color #914D6D: hue angle of 331.76º 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 #914D6D is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14577109-
CMYK00.470.250.43
HSL331.76º30.63%43.53%-
HSV(B)331.76º46.9%56.86%-
XYZ17.0912.4315.97-
YUV100.98132.53159.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=43.81%
G=23.26%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457710900.470.250.43331.7630.6343.53
Hex914D6D02F192B14c1f2c
Octal22111515505731535143754
Binary100100011001101110110101011111100110101110100110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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