#964E72

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

Shades of Cannon Pink #964E72

Tints of Cannon Pink #964E72

Color information

#964E72 (or 0x964E72) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 72. RGB value is (150,78,114). Sum of RGB (Red+Green+Blue) = 150+78+114=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #964E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E72 is #69B18D. Grayscale: #676767. Windows color (decimal): -6926734 or 7491222. OLE color: 7491222.

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

Color convert

RGB15078114-
CMYK00.480.240.41
HSL330º31.58%44.71%-
HSV(B)330º48%58.82%-
XYZ18.3413.1517.49-
YUV103.63133.85161.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=43.86%
G=22.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507811400.480.240.4133031.5844.71
Hex964E72030182914a202d
Octal22611616206030515124055
Binary1001011010011101110010011000011000101001101001010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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