#964E73

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

Shades of Cannon Pink #964E73

Tints of Cannon Pink #964E73

Color information

#964E73 (or 0x964E73) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 73. RGB value is (150,78,115). Sum of RGB (Red+Green+Blue) = 150+78+115=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E73 is #69B18C. Grayscale: #676767. Windows color (decimal): -6926733 or 7556758. OLE color: 7556758.

HSL color Cylindrical-coordinate representation of color #964E73: hue angle of 329.17º 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 #964E73 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15078115-
CMYK00.480.230.41
HSL329.17º31.58%44.71%-
HSV(B)329.17º48%58.82%-
XYZ18.413.1717.79-
YUV103.75134.35160.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=43.73%
G=22.74%
B=33.53%

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
Decimal1507811500.480.230.41329.1731.5844.71
Hex964E730301729149202d
Octal22611616306027515114055
Binary1001011010011101110011011000010111101001101001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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