#965075

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

Shades of Cannon Pink #965075

Tints of Cannon Pink #965075

Color information

#965075 (or 0x965075) is unknown color: approx Cannon Pink. HEX triplet: 96, 50 and 75. RGB value is (150,80,117). Sum of RGB (Red+Green+Blue) = 150+80+117=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965075 is #69AF8A. Grayscale: #696969. Windows color (decimal): -6926219 or 7688342. OLE color: 7688342.

HSL color Cylindrical-coordinate representation of color #965075: hue angle of 328.29º 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 #965075 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15080117-
CMYK00.470.220.41
HSL328.29º30.43%45.1%-
HSV(B)328.29º46.67%58.82%-
XYZ18.6613.5118.45-
YUV105.15134.69159.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=43.23%
G=23.05%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508011700.470.220.41328.2930.4345.1
Hex96507502F16291481e2d
Octal22612016505726515103655
Binary100101101010000111010101011111011010100110100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965075; }

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

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

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

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

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

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

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

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