#914276

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

Shades of Cannon Pink #914276

Tints of Cannon Pink #914276

Color information

#914276 (or 0x914276) is unknown color: approx Cannon Pink. HEX triplet: 91, 42 and 76. RGB value is (145,66,118). Sum of RGB (Red+Green+Blue) = 145+66+118=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #914276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914276 is #6EBD89. Grayscale: #5F5F5F. Windows color (decimal): -7257482 or 7750289. OLE color: 7750289.

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

Color convert

RGB14566118-
CMYK00.540.190.43
HSL320.51º37.44%41.37%-
HSV(B)320.51º54.48%56.86%-
XYZ16.911.2218.42-
YUV95.55140.67163.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=44.07%
G=20.06%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456611800.540.190.43320.5137.4441.37
Hex914276036132B1412529
Octal22110216606623535014551
Binary1001000110000101110110011011010011101011101000001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914276; }

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

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

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

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

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

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

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

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