#9C9CA9

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

Shades of Santas Grey #9C9CA9

Tints of Santas Grey #9C9CA9

Color information

#9C9CA9 (or 0x9C9CA9) is unknown color: approx Santas Grey. HEX triplet: 9C, 9C and A9. RGB value is (156,156,169). Sum of RGB (Red+Green+Blue) = 156+156+169=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C9CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9CA9 is #636356. Grayscale: #9D9D9D. Windows color (decimal): -6513495 or 11115676. OLE color: 11115676.

HSL color Cylindrical-coordinate representation of color #9C9CA9: hue angle of 240º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9CA9 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB156156169-
CMYK0.080.0800.34
HSL240º7.03%63.73%-
HSV(B)240º7.69%66.27%-
XYZ32.7633.7142.32-
YUV157.48134.5126.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 169 (66.41% from 255) = 35.14%
R=32.43%
G=32.43%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561561690.080.0800.342407.0363.73
Hex9C9CA988022f0740
Octal23423425110100423607100
Binary100111001001110010101001100010000100010111100001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,156,169); }

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

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

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

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

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

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

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