#9C96AB

Color #9C96AB Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #9C96AB

Tints of Santas Grey #9C96AB

Color information

#9C96AB (or 0x9C96AB) is unknown color: approx Santas Grey. HEX triplet: 9C, 96 and AB. RGB value is (156,150,171). Sum of RGB (Red+Green+Blue) = 156+150+171=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C96AB is #636954. Grayscale: #9A9A9A. Windows color (decimal): -6515029 or 11245212. OLE color: 11245212.

HSL color Cylindrical-coordinate representation of color #9C96AB: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C96AB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156150171-
CMYK0.090.1200.33
HSL257.14º11.11%62.94%-
HSV(B)257.14º12.28%67.06%-
XYZ31.9731.8242.99-
YUV154.19137.49129.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=32.70%
G=31.45%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561501710.090.1200.33257.1411.1162.94
Hex9C96AB9C021101b3f
Octal23422625311140414011377
Binary1001110010010110101010111001110001000011000000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C96AB; }

 p { color: rgb(156,150,171); }

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

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

 a { background-color: rgb(156,150,171); }

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

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

 span { border-color: rgb(156,150,171); }

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