#964E6E

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

Shades of Cannon Pink #964E6E

Tints of Cannon Pink #964E6E

Color information

#964E6E (or 0x964E6E) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 6E. RGB value is (150,78,110). Sum of RGB (Red+Green+Blue) = 150+78+110=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E6E is #69B191. Grayscale: #676767. Windows color (decimal): -6926738 or 7229078. OLE color: 7229078.

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

Color convert

RGB15078110-
CMYK00.480.270.41
HSL333.33º31.58%44.71%-
HSV(B)333.33º48%58.82%-
XYZ18.1213.0616.32-
YUV103.18131.85161.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=44.38%
G=23.08%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507811000.480.270.41333.3331.5844.71
Hex964E6E0301B2914d202d
Octal22611615606033515154055
Binary1001011010011101101110011000011011101001101001101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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