#964876

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

Shades of Cannon Pink #964876

Tints of Cannon Pink #964876

Color information

#964876 (or 0x964876) is unknown color: approx Cannon Pink. HEX triplet: 96, 48 and 76. RGB value is (150,72,118). Sum of RGB (Red+Green+Blue) = 150+72+118=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964876 is #69B789. Grayscale: #646464. Windows color (decimal): -6928266 or 7751830. OLE color: 7751830.

HSL color Cylindrical-coordinate representation of color #964876: hue angle of 324.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964876 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15072118-
CMYK00.520.210.41
HSL324.62º35.14%43.53%-
HSV(B)324.62º52%58.82%-
XYZ18.1712.4318.58-
YUV100.57137.84163.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=44.12%
G=21.18%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211800.520.210.41324.6235.1443.53
Hex9648760341529145232c
Octal22611016606425515054354
Binary1001011010010001110110011010010101101001101000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964876; }

 p { color: rgb(150,72,118); }

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

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

 a { background-color: rgb(150,72,118); }

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

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

 span { border-color: rgb(150,72,118); }

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