#964C74

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

Shades of Cannon Pink #964C74

Tints of Cannon Pink #964C74

Color information

#964C74 (or 0x964C74) is unknown color: approx Cannon Pink. HEX triplet: 96, 4C and 74. RGB value is (150,76,116). Sum of RGB (Red+Green+Blue) = 150+76+116=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #964C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C74 is #69B38B. Grayscale: #666666. Windows color (decimal): -6927244 or 7621782. OLE color: 7621782.

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

Color convert

RGB15076116-
CMYK00.490.230.41
HSL327.57º32.74%44.31%-
HSV(B)327.57º49.33%58.82%-
XYZ18.3112.9118.05-
YUV102.69135.52161.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=43.86%
G=22.22%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507611600.490.230.41327.5732.7444.31
Hex964C740311729148212c
Octal22611416406127515104154
Binary1001011010011001110100011000110111101001101001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,76,116); }

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

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

 a { background-color: rgb(150,76,116); }

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

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

 span { border-color: rgb(150,76,116); }

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