#914A6F

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

Shades of Cannon Pink #914A6F

Tints of Cannon Pink #914A6F

Color information

#914A6F (or 0x914A6F) is unknown color: approx Cannon Pink. HEX triplet: 91, 4A and 6F. RGB value is (145,74,111). Sum of RGB (Red+Green+Blue) = 145+74+111=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A6F is #6EB590. Grayscale: #636363. Windows color (decimal): -7255441 or 7293585. OLE color: 7293585.

HSL color Cylindrical-coordinate representation of color #914A6F: hue angle of 328.73º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914A6F is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14574111-
CMYK00.490.230.43
HSL328.73º32.42%42.94%-
HSV(B)328.73º48.97%56.86%-
XYZ1712.0616.47-
YUV99.45134.52160.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=43.94%
G=22.42%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457411100.490.230.43328.7332.4242.94
Hex914A6F031172B149202b
Octal22111215706127535114053
Binary1001000110010101101111011000110111101011101001001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,74,111); }

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

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

 a { background-color: rgb(145,74,111); }

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

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

 span { border-color: rgb(145,74,111); }

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