Html Css Color HEX #9C9295 Shady Lady

📋 copy color: '#9C9295'

red 156 ◦ green 146 ◦ blue 149

#9C9295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #9C9295

Tints of Shady Lady #9C9295

RGB

 RED value IS 156 (61.33% from 255) = 34.59%

 GREEN value IS 146 (57.42% from 255) = 32.37%

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 34.59%
G = 32.37%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C9295 (or 0x9C9295) is known color: Shady Lady. HEX triplet: 9C, 92 and 95. RGB value is (156,146,149). Sum of RGB (Red+Green+Blue) = 156+146+149=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9295 is #636D6A. Grayscale: #959595. Windows color (decimal): -6516075 or 9802396. OLE color: 9802396.

HSL color Cylindrical-coordinate representation of color #9C9295: hue angle of 342º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9C9295 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 146 149 -
CMYK 0 0.06 0.04 0.39
HSL 342º 0.05% 0.59% -
HSV(B) 342º 0.06% 0.61% -
XYZ 29.41 29.8 32.63 -
YUV 149.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 156 146 149 0 0.06 0.04 0.39 342 0.05 0.59
Hex 9C 92 95 0 6 4 27 156 5 3B
Octal 234 222 225 0 6 4 47 526 5 73
Binary 10011100 10010010 10010101 0 110 100 100111 101010110 101 111011

Color Harmonies of #9C9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9295

Black with #9C9295

Text Example


Text Example

White with #9C9295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,146,149); }

 H1.HeaderClassName
 {
   color: #9C9295;
 }
 .AnyTagClassName
 {
   color: #9C9295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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