#964E74

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

Shades of Cannon Pink #964E74

Tints of Cannon Pink #964E74

Color information

#964E74 (or 0x964E74) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 74. RGB value is (150,78,116). Sum of RGB (Red+Green+Blue) = 150+78+116=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #964E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E74 is #69B18B. Grayscale: #676767. Windows color (decimal): -6926732 or 7622294. OLE color: 7622294.

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

Color convert

RGB15078116-
CMYK00.480.230.41
HSL328.33º31.58%44.71%-
HSV(B)328.33º48%58.82%-
XYZ18.4513.1918.1-
YUV103.86134.85160.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=43.60%
G=22.67%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507811600.480.230.41328.3331.5844.71
Hex964E740301729148202d
Octal22611616406027515104055
Binary1001011010011101110100011000010111101001101001000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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