#964E6A

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

Shades of Cannon Pink #964E6A

Tints of Cannon Pink #964E6A

Color information

#964E6A (or 0x964E6A) is unknown color: approx Cannon Pink. HEX triplet: 96, 4E and 6A. RGB value is (150,78,106). Sum of RGB (Red+Green+Blue) = 150+78+106=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E6A is #69B195. Grayscale: #666666. Windows color (decimal): -6926742 or 6966934. OLE color: 6966934.

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

Color convert

RGB15078106-
CMYK00.480.290.41
HSL336.67º31.58%44.71%-
HSV(B)336.67º48%58.82%-
XYZ17.912.9715.2-
YUV102.72129.85161.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=44.91%
G=23.35%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507810600.480.290.41336.6731.5844.71
Hex964E6A0301D29151202d
Octal22611615206035515214055
Binary1001011010011101101010011000011101101001101010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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