#964B72

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

Shades of Cannon Pink #964B72

Tints of Cannon Pink #964B72

Color information

#964B72 (or 0x964B72) is unknown color: approx Cannon Pink. HEX triplet: 96, 4B and 72. RGB value is (150,75,114). Sum of RGB (Red+Green+Blue) = 150+75+114=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B72 is #69B48D. Grayscale: #656565. Windows color (decimal): -6927502 or 7490454. OLE color: 7490454.

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

Color convert

RGB15075114-
CMYK00.50.240.41
HSL328.8º33.33%44.12%-
HSV(B)328.8º50%58.82%-
XYZ18.1312.7317.42-
YUV101.87134.85162.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=44.25%
G=22.12%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507511400.50.240.41328.833.3344.12
Hex964B720321829149212c
Octal22611316206230515114154
Binary1001011010010111110010011001011000101001101001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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