#96506E

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

Shades of Cannon Pink #96506E

Tints of Cannon Pink #96506E

Color information

#96506E (or 0x96506E) is unknown color: approx Cannon Pink. HEX triplet: 96, 50 and 6E. RGB value is (150,80,110). Sum of RGB (Red+Green+Blue) = 150+80+110=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96506E is #69AF91. Grayscale: #686868. Windows color (decimal): -6926226 or 7229590. OLE color: 7229590.

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

Color convert

RGB15080110-
CMYK00.470.270.41
HSL334.29º30.43%45.1%-
HSV(B)334.29º46.67%58.82%-
XYZ18.2613.3516.37-
YUV104.35131.19160.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=44.12%
G=23.53%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508011000.470.270.41334.2930.4345.1
Hex96506E02F1B2914e1e2d
Octal22612015605733515163655
Binary100101101010000110111001011111101110100110100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96506E; }

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

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

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

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

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

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

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

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