#914D64

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

Shades of Cannon Pink #914D64

Tints of Cannon Pink #914D64

Color information

#914D64 (or 0x914D64) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 64. RGB value is (145,77,100). Sum of RGB (Red+Green+Blue) = 145+77+100=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #914D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D64 is #6EB29B. Grayscale: #636363. Windows color (decimal): -7254684 or 6573457. OLE color: 6573457.

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

Color convert

RGB14577100-
CMYK00.470.310.43
HSL339.71º30.63%43.53%-
HSV(B)339.71º46.9%56.86%-
XYZ16.6312.2513.54-
YUV99.95128.03160.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=45.03%
G=23.91%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457710000.470.310.43339.7130.6343.53
Hex914D6402F1F2B1541f2c
Octal22111514405737535243754
Binary100100011001101110010001011111111110101110101010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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