#914776

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

Shades of Cannon Pink #914776

Tints of Cannon Pink #914776

Color information

#914776 (or 0x914776) is unknown color: approx Cannon Pink. HEX triplet: 91, 47 and 76. RGB value is (145,71,118). Sum of RGB (Red+Green+Blue) = 145+71+118=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #914776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914776 is #6EB889. Grayscale: #626262. Windows color (decimal): -7256202 or 7751569. OLE color: 7751569.

HSL color Cylindrical-coordinate representation of color #914776: hue angle of 321.89º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914776 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14571118-
CMYK00.510.190.43
HSL321.89º34.26%42.35%-
HSV(B)321.89º51.03%56.86%-
XYZ17.211.8318.52-
YUV98.48139.02161.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=43.41%
G=21.26%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457111800.510.190.43321.8934.2642.35
Hex914776033132B142222a
Octal22110716606323535024252
Binary1001000110001111110110011001110011101011101000010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914776; }

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

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

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

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

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

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

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

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