#964D6E

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

Shades of Cannon Pink #964D6E

Tints of Cannon Pink #964D6E

Color information

#964D6E (or 0x964D6E) is unknown color: approx Cannon Pink. HEX triplet: 96, 4D and 6E. RGB value is (150,77,110). Sum of RGB (Red+Green+Blue) = 150+77+110=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D6E is #69B291. Grayscale: #666666. Windows color (decimal): -6926994 or 7228822. OLE color: 7228822.

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

Color convert

RGB15077110-
CMYK00.490.270.41
HSL332.88º32.16%44.51%-
HSV(B)332.88º48.67%58.82%-
XYZ18.0512.9216.29-
YUV102.59132.18161.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=44.51%
G=22.85%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507711000.490.270.41332.8832.1644.51
Hex964D6E0311B2914d202d
Octal22611515606133515154055
Binary1001011010011011101110011000111011101001101001101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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