#964D73

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

Shades of Cannon Pink #964D73

Tints of Cannon Pink #964D73

Color information

#964D73 (or 0x964D73) is unknown color: approx Cannon Pink. HEX triplet: 96, 4D and 73. RGB value is (150,77,115). Sum of RGB (Red+Green+Blue) = 150+77+115=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #964D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D73 is #69B28C. Grayscale: #676767. Windows color (decimal): -6926989 or 7556502. OLE color: 7556502.

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

Color convert

RGB15077115-
CMYK00.490.230.41
HSL328.77º32.16%44.51%-
HSV(B)328.77º48.67%58.82%-
XYZ18.3313.0317.77-
YUV103.16134.68161.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=43.86%
G=22.51%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507711500.490.230.41328.7732.1644.51
Hex964D730311729149202d
Octal22611516306127515114055
Binary1001011010011011110011011000110111101001101001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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