#964F74

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

Shades of Cannon Pink #964F74

Tints of Cannon Pink #964F74

Color information

#964F74 (or 0x964F74) is unknown color: approx Cannon Pink. HEX triplet: 96, 4F and 74. RGB value is (150,79,116). Sum of RGB (Red+Green+Blue) = 150+79+116=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #964F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F74 is #69B08B. Grayscale: #686868. Windows color (decimal): -6926476 or 7622550. OLE color: 7622550.

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

Color convert

RGB15079116-
CMYK00.470.230.41
HSL328.73º31%44.9%-
HSV(B)328.73º47.33%58.82%-
XYZ18.5313.3418.12-
YUV104.45134.52160.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=43.48%
G=22.90%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507911600.470.230.41328.733144.9
Hex964F7402F17291491f2d
Octal22611716405727515113755
Binary100101101001111111010001011111011110100110100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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