#965076

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

Shades of Cannon Pink #965076

Tints of Cannon Pink #965076

Color information

#965076 (or 0x965076) is unknown color: approx Cannon Pink. HEX triplet: 96, 50 and 76. RGB value is (150,80,118). Sum of RGB (Red+Green+Blue) = 150+80+118=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965076 is #69AF89. Grayscale: #696969. Windows color (decimal): -6926218 or 7753878. OLE color: 7753878.

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

Color convert

RGB15080118-
CMYK00.470.210.41
HSL327.43º30.43%45.1%-
HSV(B)327.43º46.67%58.82%-
XYZ18.7213.5318.76-
YUV105.26135.19159.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=43.10%
G=22.99%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508011800.470.210.41327.4330.4345.1
Hex96507602F15291471e2d
Octal22612016605725515073655
Binary100101101010000111011001011111010110100110100011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965076; }

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

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

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

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

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

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

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

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