#964976

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

Shades of Cannon Pink #964976

Tints of Cannon Pink #964976

Color information

#964976 (or 0x964976) is unknown color: approx Cannon Pink. HEX triplet: 96, 49 and 76. RGB value is (150,73,118). Sum of RGB (Red+Green+Blue) = 150+73+118=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964976 is #69B689. Grayscale: #656565. Windows color (decimal): -6928010 or 7752086. OLE color: 7752086.

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

Color convert

RGB15073118-
CMYK00.510.210.41
HSL324.94º34.53%43.73%-
HSV(B)324.94º51.33%58.82%-
XYZ18.2312.5618.6-
YUV101.15137.51162.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=43.99%
G=21.41%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507311800.510.210.41324.9434.5343.73
Hex9649760331529145232c
Octal22611116606325515054354
Binary1001011010010011110110011001110101101001101000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964976; }

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

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

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

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

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

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

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

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