#964A72

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

Shades of Cannon Pink #964A72

Tints of Cannon Pink #964A72

Color information

#964A72 (or 0x964A72) is unknown color: approx Cannon Pink. HEX triplet: 96, 4A and 72. RGB value is (150,74,114). Sum of RGB (Red+Green+Blue) = 150+74+114=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A72 is #69B58D. Grayscale: #656565. Windows color (decimal): -6927758 or 7490198. OLE color: 7490198.

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

Color convert

RGB15074114-
CMYK00.510.240.41
HSL328.42º33.93%43.92%-
HSV(B)328.42º50.67%58.82%-
XYZ18.0612.617.4-
YUV101.28135.18162.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=44.38%
G=21.89%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507411400.510.240.41328.4233.9343.92
Hex964A720331829148222c
Octal22611216206330515104254
Binary1001011010010101110010011001111000101001101001000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,74,114); }

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

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

 a { background-color: rgb(150,74,114); }

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

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

 span { border-color: rgb(150,74,114); }

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