#914D6A

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

Shades of Cannon Pink #914D6A

Tints of Cannon Pink #914D6A

Color information

#914D6A (or 0x914D6A) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 6A. RGB value is (145,77,106). Sum of RGB (Red+Green+Blue) = 145+77+106=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #914D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D6A is #6EB295. Grayscale: #646464. Windows color (decimal): -7254678 or 6966673. OLE color: 6966673.

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

Color convert

RGB14577106-
CMYK00.470.270.43
HSL334.41º30.63%43.53%-
HSV(B)334.41º46.9%56.86%-
XYZ16.9312.3715.13-
YUV100.64131.03159.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=44.21%
G=23.48%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457710600.470.270.43334.4130.6343.53
Hex914D6A02F1B2B14e1f2c
Octal22111515205733535163754
Binary100100011001101110101001011111101110101110100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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