Html Css Color HEX #9CA095 Delta

📋 copy color: '#9CA095'

red 156 ◦ green 160 ◦ blue 149

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

Shades of Delta #9CA095

Tints of Delta #9CA095

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#9CA095 (or 0x9CA095) is known color: Delta. HEX triplet: 9C, A0 and 95. RGB value is (156,160,149). Sum of RGB (Red+Green+Blue) = 156+160+149=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA095 is #635F6A. Grayscale: #9D9D9D. Windows color (decimal): -6512491 or 9805980. OLE color: 9805980.

HSL color Cylindrical-coordinate representation of color #9CA095: hue angle of 81.82º 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 #9CA095 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 149 -
CMYK 0.02 0 0.07 0.37
HSL 81.82º 0.05% 0.61% -
HSV(B) 81.82º 0.07% 0.63% -
XYZ 31.71 34.38 33.4 -
YUV 157.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 156 160 149 0.02 0 0.07 0.37 81.82 0.05 0.61
Hex 9C A0 95 2 0 7 25 52 5 3D
Octal 234 240 225 2 0 7 45 122 5 75
Binary 10011100 10100000 10010101 10 0 111 100101 1010010 101 111101

Color Harmonies of #9CA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA095

Black with #9CA095

Text Example


Text Example

White with #9CA095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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