#964f70

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

Shades of Cannon Pink #964F70

Tints of Cannon Pink #964F70

Color information

#964F70 (or 0x964F70) is unknown color: approx Cannon Pink. HEX triplet: 96, 4F and 70. RGB value is (150,79,112). Sum of RGB (Red+Green+Blue) = 150+79+112=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F70 is #69B08F. Grayscale: #676767. Windows color (decimal): -6926480 or 7360406. OLE color: 7360406.

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

Color convert

RGB15079112-
CMYK00.470.250.41
HSL332.11º31%44.9%-
HSV(B)332.11º47.33%58.82%-
XYZ18.313.2516.92-
YUV103.99132.52160.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 79 (31.25% from 255) = 23.17%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=43.99%
G=23.17%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507911200.470.250.41332.113144.9
Hex964F7002F192914c1f2d
Octal22611716005731515143755
Binary100101101001111111000001011111100110100110100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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