#964E6C

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

Shades of Cannon Pink #964E6C

Tints of Cannon Pink #964E6C

Color information

#964E6C (or 0x964E6C) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 6C. RGB value is (150,78,108). Sum of RGB (Red+Green+Blue) = 150+78+108=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E6C is #69B193. Grayscale: #666666. Windows color (decimal): -6926740 or 7098006. OLE color: 7098006.

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

Color convert

RGB15078108-
CMYK00.480.280.41
HSL335º31.58%44.71%-
HSV(B)335º48%58.82%-
XYZ18.0113.0215.75-
YUV102.95130.85161.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=44.64%
G=23.21%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507810800.480.280.4133531.5844.71
Hex964E6C0301C2914f202d
Octal22611615406034515174055
Binary1001011010011101101100011000011100101001101001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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