Html Css Color HEX #9C9093 Shady Lady

📋 copy color: '#9C9093'

red 156 ◦ green 144 ◦ blue 147

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

Shades of Shady Lady #9C9093

Tints of Shady Lady #9C9093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

 BLUE value IS 147 (57.81% from 255) = 32.89%

R = 34.9%
G = 32.21%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C9093 (or 0x9C9093) is known color: Shady Lady. HEX triplet: 9C, 90 and 93. RGB value is (156,144,147). Sum of RGB (Red+Green+Blue) = 156+144+147=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9093 is #636F6C. Grayscale: #939393. Windows color (decimal): -6516589 or 9670812. OLE color: 9670812.

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

Color convert

RGB 156 144 147 -
CMYK 0 0.08 0.06 0.39
HSL 345º 0.06% 0.59% -
HSV(B) 345º 0.08% 0.61% -
XYZ 28.95 29.12 31.7 -
YUV 147.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 156 144 147 0 0.08 0.06 0.39 345 0.06 0.59
Hex 9C 90 93 0 8 6 27 159 6 3B
Octal 234 220 223 0 10 6 47 531 6 73
Binary 10011100 10010000 10010011 0 1000 110 100111 101011001 110 111011

Color Harmonies of #9C9093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9093

Black with #9C9093

Text Example


Text Example

White with #9C9093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,144,147); }

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

background-color css

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

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

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

border-color css

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

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

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