#914D6E

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

Shades of Cannon Pink #914D6E

Tints of Cannon Pink #914D6E

Color information

#914D6E (or 0x914D6E) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 6E. RGB value is (145,77,110). Sum of RGB (Red+Green+Blue) = 145+77+110=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #914D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D6E is #6EB291. Grayscale: #656565. Windows color (decimal): -7254674 or 7228817. OLE color: 7228817.

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

Color convert

RGB14577110-
CMYK00.470.240.43
HSL330.88º30.63%43.53%-
HSV(B)330.88º46.9%56.86%-
XYZ17.1512.4516.25-
YUV101.09133.03159.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=43.67%
G=23.19%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457711000.470.240.43330.8830.6343.53
Hex914D6E02F182B14b1f2c
Octal22111515605730535133754
Binary100100011001101110111001011111100010101110100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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