#964778

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

Shades of Cannon Pink #964778

Tints of Cannon Pink #964778

Color information

#964778 (or 0x964778) is unknown color: approx Cannon Pink. HEX triplet: 96, 47 and 78. RGB value is (150,71,120). Sum of RGB (Red+Green+Blue) = 150+71+120=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964778 is #69B887. Grayscale: #646464. Windows color (decimal): -6928520 or 7882646. OLE color: 7882646.

HSL color Cylindrical-coordinate representation of color #964778: hue angle of 322.78º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964778 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15071120-
CMYK00.530.200.41
HSL322.78º35.75%43.33%-
HSV(B)322.78º52.67%58.82%-
XYZ18.2212.3519.19-
YUV100.21139.17163.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=43.99%
G=20.82%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507112000.530.200.41322.7835.7543.33
Hex9647780351429143242b
Octal22610717006524515034453
Binary1001011010001111111000011010110100101001101000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964778; }

 p { color: rgb(150,71,120); }

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

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

 a { background-color: rgb(150,71,120); }

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

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

 span { border-color: rgb(150,71,120); }

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