#96506C

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

Shades of Cannon Pink #96506C

Tints of Cannon Pink #96506C

Color information

#96506C (or 0x96506C) is unknown color: approx Cannon Pink. HEX triplet: 96, 50 and 6C. RGB value is (150,80,108). Sum of RGB (Red+Green+Blue) = 150+80+108=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96506C is #69AF93. Grayscale: #686868. Windows color (decimal): -6926228 or 7098518. OLE color: 7098518.

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

Color convert

RGB15080108-
CMYK00.470.280.41
HSL336º30.43%45.1%-
HSV(B)336º46.67%58.82%-
XYZ18.1513.315.8-
YUV104.12130.19160.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=44.38%
G=23.67%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508010800.470.280.4133630.4345.1
Hex96506C02F1C291501e2d
Octal22612015405734515203655
Binary100101101010000110110001011111110010100110101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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