#964D6F

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

Shades of Cannon Pink #964D6F

Tints of Cannon Pink #964D6F

Color information

#964D6F (or 0x964D6F) is unknown color: approx Cannon Pink. HEX triplet: 96, 4D and 6F. RGB value is (150,77,111). Sum of RGB (Red+Green+Blue) = 150+77+111=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D6F is #69B290. Grayscale: #666666. Windows color (decimal): -6926993 or 7294358. OLE color: 7294358.

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

Color convert

RGB15077111-
CMYK00.490.260.41
HSL332.05º32.16%44.51%-
HSV(B)332.05º48.67%58.82%-
XYZ18.112.9416.58-
YUV102.7132.68161.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=44.38%
G=22.78%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507711100.490.260.41332.0532.1644.51
Hex964D6F0311A2914c202d
Octal22611515706132515144055
Binary1001011010011011101111011000111010101001101001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,111); }

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

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

 a { background-color: rgb(150,77,111); }

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

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

 span { border-color: rgb(150,77,111); }

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