crispedge.com

Color picker

Loading...

#c9a159 hex color - Yellow - Warm color - Information

#c9a159 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c9a159 Color code in RGB color code model is created after adding 78.82% red color, 63.14% green color and 34.9% blue color. Hex #c9a159 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 56% yellow and 21% black.

Hex #c9a159 color code is between #cc9955 web safe hex color code and #bbaa66 web safe hex color code. #cc9955 is the nearest web safe color code. You can see here many more shades of #c9a159 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec9a159#c9a159
RGB Decimal201, 161, 89rgb(201, 161, 89)
RGB Percent79%, 63%, 35%rgb(79%, 63%, 35%)
CSS RGBa201, 161, 89,1rgba(201,161,89,1)
CMYK Modelcmyk(0%,20%,56%,21%)
HSL Color Space39,51% ,57%hsl(39,51% ,57%)
HSV Color Space39°, 56%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011010000101011001
Octal311241131
Decimal20116189
Hexc9a159

Different shades of #c9a159 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c9a159
#d6b77f
Dark Shade of #c9a159
#b4893b
Saturated Shade of #c9a159
#d4a44e
Desaturated Shade of #c9a159
#be9e64
Grey scale Shade of #c9a159
#919191
Brighten Shade
#e2ba72
Most Readable Shade
#000000

Shades of #c9a159 color code

Generate more color scales with scales (color stack) generator.

#c9a159
#b28f4f
#9c7d45
#866b3b
#6f5931
#594727
#43351d
#2c2313
#161109
#000000

Similar Color like #c9a159 color

Find visually similar hex color codes nearing to #c9a159 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#caa25a
#cba35b
#cca45c
#cda55d
#cea65e
#cfa75f
#d0a860
#d1a961
#d2aa62
#d3ab63
#d4ac64
#d5ad65
#d6ae66
#d7af67
#c8a058
#c79f57
#c69e56
#c59d55
#c49c54
#c39b53
#c29a52
#c19951
#c09850
#bf974f
#be964e
#bd954d
#bc944c
#bb934b

Monochromatic Color with #c9a159

#c9a159
#f3c36c
#1f190e
#493b21
#745d33
#9e7f46

Tints of #c9a159 Color

#c9a159
#cfab6b
#d5b57d
#dbc090
#e1caa2
#e7d5b5
#eddfc7
#f3eada
#f9f4ec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c9a159
#5981c9

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c9a159
#59b9c9
#6959c9

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c97459
#c98b59
#c9a159
#c9b759
#c4c959

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c9a159
#59c9a1
#a159c9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c9a159
#59c969
#5981c9
#c959b9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c9a159
#5981c9
#6959c9
#b9c959

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c9a159 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c9a159 Color Code Preview on Black Background Color

This is how #c9a159 Color will look on black background color. Color contrast ratio is 8.73

#c9a159 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c9a159">Your Example Paragraph content text in with font color #c9a159 </p>

Your Example Paragraph content text in with font color #c9a159

HTML with inline CSS

<div style="color:#c9a159">Your Paragraph text in with font color #c9a159 </div>

Your Example Paragraph content text in with font color #c9a159

#c9a159 color code is use for CSS Background Color

Background color for the above div is #c9a159

HTML with inline CSS

<div style="background-color:#c9a159;"></div>

#c9a159 color code is use for CSS Border Color

CSS Border color for the above div is #c9a159

HTML with inline CSS

<div style="border:5px solid #c9a159;"></div>

CSS Border Left color for the above div is #c9a159

HTML with inline CSS

<div style="border-left:5px solid #c9a159;"></div>

CSS Border Right color for the above div is #c9a159

HTML with inline CSS

<div style="border-right:5px solid #c9a159;"></div>

CSS Border Bottom color for the above div is #c9a159

HTML with inline CSS

<div style="border-bottom:5px solid #c9a159;"></div>

CSS Border Top color for the above div is #c9a159

HTML with inline CSS

<div style="border-top:5px solid #c9a159;"></div>

#c9a159 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c9a159; } .examplecolorclass {color:#c9a159; } .examplebordercolor {border:3px solid #c9a159; }

#c9a159 Color code Preview on White Background

This is how #c9a159 Color code will look on white background color. Color contrast ratio is 2.41

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c9a159; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9a159; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(201,161,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(89,129,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,161,89,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.