#964A71

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

Shades of Cannon Pink #964A71

Tints of Cannon Pink #964A71

Color information

#964A71 (or 0x964A71) is unknown color: approx Cannon Pink. HEX triplet: 96, 4A and 71. RGB value is (150,74,113). Sum of RGB (Red+Green+Blue) = 150+74+113=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A71 is #69B58E. Grayscale: #656565. Windows color (decimal): -6927759 or 7424662. OLE color: 7424662.

HSL color Cylindrical-coordinate representation of color #964A71: hue angle of 329.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A71 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15074113-
CMYK00.510.250.41
HSL329.21º33.93%43.92%-
HSV(B)329.21º50.67%58.82%-
XYZ18.0112.5717.1-
YUV101.17134.68162.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=44.51%
G=21.96%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507411300.510.250.41329.2133.9343.92
Hex964A710331929149222c
Octal22611216106331515114254
Binary1001011010010101110001011001111001101001101001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964A71; }

 p { color: rgb(150,74,113); }

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

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

 a { background-color: rgb(150,74,113); }

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

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

 span { border-color: rgb(150,74,113); }

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