#914E76

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

Shades of Cannon Pink #914E76

Tints of Cannon Pink #914E76

Color information

#914E76 (or 0x914E76) is unknown color: approx Cannon Pink. HEX triplet: 91, 4E and 76. RGB value is (145,78,118). Sum of RGB (Red+Green+Blue) = 145+78+118=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #914E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E76 is #6EB189. Grayscale: #666666. Windows color (decimal): -7254410 or 7753361. OLE color: 7753361.

HSL color Cylindrical-coordinate representation of color #914E76: hue angle of 324.18º degrees, saturation: 0.3, 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 #914E76 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14578118-
CMYK00.460.190.43
HSL324.18º30.04%43.73%-
HSV(B)324.18º46.21%56.86%-
XYZ17.6712.7818.67-
YUV102.59136.7158.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=42.52%
G=22.87%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457811800.460.190.43324.1830.0443.73
Hex914E7602E132B1441e2c
Octal22111616605623535043654
Binary100100011001110111011001011101001110101110100010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,78,118); }

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

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

 a { background-color: rgb(145,78,118); }

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

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

 span { border-color: rgb(145,78,118); }

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