#914476

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

Shades of Cannon Pink #914476

Tints of Cannon Pink #914476

Color information

#914476 (or 0x914476) is unknown color: approx Cannon Pink. HEX triplet: 91, 44 and 76. RGB value is (145,68,118). Sum of RGB (Red+Green+Blue) = 145+68+118=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #914476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914476 is #6EBB89. Grayscale: #606060. Windows color (decimal): -7256970 or 7750801. OLE color: 7750801.

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

Color convert

RGB14568118-
CMYK00.530.190.43
HSL321.04º36.15%41.76%-
HSV(B)321.04º53.1%56.86%-
XYZ17.0111.4618.46-
YUV96.72140.01162.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=43.81%
G=20.54%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456811800.530.190.43321.0436.1541.76
Hex914476035132B141242a
Octal22110416606523535014452
Binary1001000110001001110110011010110011101011101000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914476; }

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

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

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

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

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

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

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

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