Html Css Color HEX #95A09C Cascade

📋 copy color: '#95A09C'

red 149 ◦ green 160 ◦ blue 156

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

Shades of Cascade #95A09C

Tints of Cascade #95A09C

RGB

 RED value IS 149 (58.59% from 255) = 32.04%

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 32.04%
G = 34.41%
B = 33.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#95A09C (or 0x95A09C) is known color: Cascade. HEX triplet: 95, A0 and 9C. RGB value is (149,160,156). Sum of RGB (Red+Green+Blue) = 149+160+156=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #95A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A09C is #6A5F63. Grayscale: #9C9C9C. Windows color (decimal): -6971236 or 10264725. OLE color: 10264725.

HSL color Cylindrical-coordinate representation of color #95A09C: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A09C is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 156 -
CMYK 0.07 0 0.02 0.37
HSL 158.18º 0.05% 0.61% -
HSV(B) 158.18º 0.07% 0.63% -
XYZ 30.97 33.93 36.37 -
YUV 156.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 149 160 156 0.07 0 0.02 0.37 158.18 0.05 0.61
Hex 95 A0 9C 7 0 2 25 9E 5 3D
Octal 225 240 234 7 0 2 45 236 5 75
Binary 10010101 10100000 10011100 111 0 10 100101 10011110 101 111101

Color Harmonies of #95A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A09C

Black with #95A09C

Text Example


Text Example

White with #95A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A09C; }

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

 H1.HeaderClassName
 {
   color: #95A09C;
 }
 .AnyTagClassName
 {
   color: #95A09C;
 }
</style>

background-color css

<style>
 a { background-color: #95A09C; }

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

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

border-color css

<style>
 span { border-color: #95A09C; }

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

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