#964D71

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

Shades of Cannon Pink #964D71

Tints of Cannon Pink #964D71

Color information

#964D71 (or 0x964D71) is unknown color: approx Cannon Pink. HEX triplet: 96, 4D and 71. RGB value is (150,77,113). Sum of RGB (Red+Green+Blue) = 150+77+113=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D71 is #69B28E. Grayscale: #666666. Windows color (decimal): -6926991 or 7425430. OLE color: 7425430.

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

Color convert

RGB15077113-
CMYK00.490.250.41
HSL330.41º32.16%44.51%-
HSV(B)330.41º48.67%58.82%-
XYZ18.2112.9817.17-
YUV102.93133.68161.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=44.12%
G=22.65%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507711300.490.250.41330.4132.1644.51
Hex964D71031192914a202d
Octal22611516106131515124055
Binary1001011010011011110001011000111001101001101001010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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