#914F72

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

Shades of Cannon Pink #914F72

Tints of Cannon Pink #914F72

Color information

#914F72 (or 0x914F72) is unknown color: approx Cannon Pink. HEX triplet: 91, 4F and 72. RGB value is (145,79,114). Sum of RGB (Red+Green+Blue) = 145+79+114=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #914F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F72 is #6EB08D. Grayscale: #666666. Windows color (decimal): -7254158 or 7491473. OLE color: 7491473.

HSL color Cylindrical-coordinate representation of color #914F72: hue angle of 328.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914F72 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14579114-
CMYK00.460.210.43
HSL328.18º29.46%43.92%-
HSV(B)328.18º45.52%56.86%-
XYZ17.5112.8317.47-
YUV102.72134.37158.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=42.90%
G=23.37%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457911400.460.210.43328.1829.4643.92
Hex914F7202E152B1481d2c
Octal22111716205625535103554
Binary100100011001111111001001011101010110101110100100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,114); }

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

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

 a { background-color: rgb(145,79,114); }

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

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

 span { border-color: rgb(145,79,114); }

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