#964974

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

Shades of Cannon Pink #964974

Tints of Cannon Pink #964974

Color information

#964974 (or 0x964974) is unknown color: approx Cannon Pink. HEX triplet: 96, 49 and 74. RGB value is (150,73,116). Sum of RGB (Red+Green+Blue) = 150+73+116=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964974 is #69B68B. Grayscale: #646464. Windows color (decimal): -6928012 or 7621014. OLE color: 7621014.

HSL color Cylindrical-coordinate representation of color #964974: hue angle of 326.49º degrees, saturation: 0.35, 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 #964974 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15073116-
CMYK00.510.230.41
HSL326.49º34.53%43.73%-
HSV(B)326.49º51.33%58.82%-
XYZ18.1112.5117.98-
YUV100.92136.51163-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=44.25%
G=21.53%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507311600.510.230.41326.4934.5343.73
Hex9649740331729146232c
Octal22611116406327515064354
Binary1001011010010011110100011001110111101001101000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964974; }

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

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

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

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

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

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

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

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