#964B73

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

Shades of Cannon Pink #964B73

Tints of Cannon Pink #964B73

Color information

#964B73 (or 0x964B73) is unknown color: approx Cannon Pink. HEX triplet: 96, 4B and 73. RGB value is (150,75,115). Sum of RGB (Red+Green+Blue) = 150+75+115=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B73 is #69B48C. Grayscale: #656565. Windows color (decimal): -6927501 or 7555990. OLE color: 7555990.

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

Color convert

RGB15075115-
CMYK00.50.230.41
HSL328º33.33%44.12%-
HSV(B)328º50%58.82%-
XYZ18.1912.7517.72-
YUV101.98135.35162.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=44.12%
G=22.06%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507511500.50.230.4132833.3344.12
Hex964B730321729148212c
Octal22611316306227515104154
Binary1001011010010111110011011001010111101001101001000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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