#964D74

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

Shades of Cannon Pink #964D74

Tints of Cannon Pink #964D74

Color information

#964D74 (or 0x964D74) is unknown color: approx Cannon Pink. HEX triplet: 96, 4D and 74. RGB value is (150,77,116). Sum of RGB (Red+Green+Blue) = 150+77+116=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D74 is #69B28B. Grayscale: #676767. Windows color (decimal): -6926988 or 7622038. OLE color: 7622038.

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

Color convert

RGB15077116-
CMYK00.490.230.41
HSL327.95º32.16%44.51%-
HSV(B)327.95º48.67%58.82%-
XYZ18.3813.0518.07-
YUV103.27135.18161.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=43.73%
G=22.45%
B=33.82%

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
Decimal1507711600.490.230.41327.9532.1644.51
Hex964D740311729148202d
Octal22611516406127515104055
Binary1001011010011011110100011000110111101001101001000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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