Html Css Color HEX #8CA5A0 Cascade

📋 copy color: '#8CA5A0'

red 140 ◦ green 165 ◦ blue 160

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

Shades of Cascade #8CA5A0

Tints of Cascade #8CA5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 30.11%
G = 35.48%
B = 34.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#8CA5A0 (or 0x8CA5A0) is known color: Cascade. HEX triplet: 8C, A5 and A0. RGB value is (140,165,160). Sum of RGB (Red+Green+Blue) = 140+165+160=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA5A0 is #735A5F. Grayscale: #9C9C9C. Windows color (decimal): -7559776 or 10528140. OLE color: 10528140.

HSL color Cylindrical-coordinate representation of color #8CA5A0: hue angle of 168º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA5A0 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 160 -
CMYK 0.15 0 0.03 0.35
HSL 168º 0.12% 0.6% -
HSV(B) 168º 0.15% 0.65% -
XYZ 30.62 35.02 38.4 -
YUV 156.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 140 165 160 0.15 0 0.03 0.35 168 0.12 0.6
Hex 8C A5 A0 F 0 3 23 A8 C 3C
Octal 214 245 240 17 0 3 43 250 14 74
Binary 10001100 10100101 10100000 1111 0 11 100011 10101000 1100 111100

Color Harmonies of #8CA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA5A0

Black with #8CA5A0

Text Example


Text Example

White with #8CA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,160); }

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

background-color css

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

 a { background-color: rgb(140,165,160); }

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

border-color css

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

 span { border-color: rgb(140,165,160); }

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