#964E70

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

Shades of Cannon Pink #964E70

Tints of Cannon Pink #964E70

Color information

#964E70 (or 0x964E70) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 70. RGB value is (150,78,112). Sum of RGB (Red+Green+Blue) = 150+78+112=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E70 is #69B18F. Grayscale: #676767. Windows color (decimal): -6926736 or 7360150. OLE color: 7360150.

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

Color convert

RGB15078112-
CMYK00.480.250.41
HSL331.67º31.58%44.71%-
HSV(B)331.67º48%58.82%-
XYZ18.2313.116.9-
YUV103.4132.85161.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=44.12%
G=22.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507811200.480.250.41331.6731.5844.71
Hex964E70030192914c202d
Octal22611616006031515144055
Binary1001011010011101110000011000011001101001101001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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