Html Css Color HEX #8C9995 Cascade

📋 copy color: '#8C9995'

red 140 ◦ green 153 ◦ blue 149

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

Shades of Cascade #8C9995

Tints of Cascade #8C9995

RGB

 RED value IS 140 (55.08% from 255) = 31.67%

 GREEN value IS 153 (60.16% from 255) = 34.62%

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

R = 31.67%
G = 34.62%
B = 33.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#8C9995 (or 0x8C9995) is known color: Cascade. HEX triplet: 8C, 99 and 95. RGB value is (140,153,149). Sum of RGB (Red+Green+Blue) = 140+153+149=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9995 is #73666A. Grayscale: #949494. Windows color (decimal): -7562859 or 9804172. OLE color: 9804172.

HSL color Cylindrical-coordinate representation of color #8C9995: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9995 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 149 -
CMYK 0.08 0 0.03 0.4
HSL 161.54º 0.06% 0.57% -
HSV(B) 161.54º 0.08% 0.6% -
XYZ 27.63 30.53 32.87 -
YUV 148.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 140 153 149 0.08 0 0.03 0.4 161.54 0.06 0.57
Hex 8C 99 95 8 0 3 28 A2 6 39
Octal 214 231 225 10 0 3 50 242 6 71
Binary 10001100 10011001 10010101 1000 0 11 101000 10100010 110 111001

Color Harmonies of #8C9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9995

Black with #8C9995

Text Example


Text Example

White with #8C9995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9995; }

 p { color: rgb(140,153,149); }

 H1.HeaderClassName
 {
   color: #8C9995;
 }
 .AnyTagClassName
 {
   color: #8C9995;
 }
</style>

background-color css

<style>
 a { background-color: #8C9995; }

 a { background-color: rgb(140,153,149); }

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

border-color css

<style>
 span { border-color: #8C9995; }

 span { border-color: rgb(140,153,149); }

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