#964C6E

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

Shades of Cannon Pink #964C6E

Tints of Cannon Pink #964C6E

Color information

#964C6E (or 0x964C6E) is unknown color: approx Cannon Pink. HEX triplet: 96, 4C and 6E. RGB value is (150,76,110). Sum of RGB (Red+Green+Blue) = 150+76+110=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C6E is #69B391. Grayscale: #656565. Windows color (decimal): -6927250 or 7228566. OLE color: 7228566.

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

Color convert

RGB15076110-
CMYK00.490.270.41
HSL332.43º32.74%44.31%-
HSV(B)332.43º49.33%58.82%-
XYZ17.9812.7816.27-
YUV102132.52162.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=44.64%
G=22.62%
B=32.74%

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
Decimal1507611000.490.270.41332.4332.7444.31
Hex964C6E0311B2914c212c
Octal22611415606133515144154
Binary1001011010011001101110011000111011101001101001100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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