#965070

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

Shades of Cannon Pink #965070

Tints of Cannon Pink #965070

Color information

#965070 (or 0x965070) is unknown color: approx Cannon Pink. HEX triplet: 96, 50 and 70. RGB value is (150,80,112). Sum of RGB (Red+Green+Blue) = 150+80+112=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #965070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965070 is #69AF8F. Grayscale: #686868. Windows color (decimal): -6926224 or 7360662. OLE color: 7360662.

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

Color convert

RGB15080112-
CMYK00.470.250.41
HSL332.57º30.43%45.1%-
HSV(B)332.57º46.67%58.82%-
XYZ18.3713.3916.95-
YUV104.58132.19160.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=43.86%
G=23.39%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508011200.470.250.41332.5730.4345.1
Hex96507002F192914d1e2d
Octal22612016005731515153655
Binary100101101010000111000001011111100110100110100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965070; }

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

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

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

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

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

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

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

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