crispedge.com

Color picker

Loading...

#c9b782 hex color - Yellow - Warm color - Information

#c9b782 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c9b782 Color code in RGB color code model is created after adding 78.82% red color, 71.76% green color and 50.98% blue color. Hex #c9b782 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 35% yellow and 21% black.

Hex #c9b782 color code is between #ccbb88 web safe hex color code and #bbaa77 web safe hex color code. #ccbb88 is the nearest web safe color code. You can see here many more shades of #c9b782 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec9b782#c9b782
RGB Decimal201, 183, 130rgb(201, 183, 130)
RGB Percent79%, 72%, 51%rgb(79%, 72%, 51%)
CSS RGBa201, 183, 130,1rgba(201,183,130,1)
CMYK Modelcmyk(0%,9%,35%,21%)
HSL Color Space45,40% ,65%hsl(45,40% ,65%)
HSV Color Space45°, 35%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011011011110000010
Octal311267202
Decimal201183130
Hexc9b782

Different shades of #c9b782 color code.

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

Light Shade of #c9b782
#d8cca6
Dark Shade of #c9b782
#baa25e
Saturated Shade of #c9b782
#d2bb79
Desaturated Shade of #c9b782
#c0b38b
Grey scale Shade of #c9b782
#a5a5a5
Brighten Shade
#e2d09b
Most Readable Shade
#000000

Shades of #c9b782 color code

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

#c9b782
#b2a273
#9c8e65
#867a56
#6f6548
#595139
#433d2b
#2c281c
#16140e
#000000

Similar Color like #c9b782 color

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

#cab883
#cbb984
#ccba85
#cdbb86
#cebc87
#cfbd88
#d0be89
#d1bf8a
#d2c08b
#d3c18c
#d4c28d
#d5c38e
#d6c48f
#d7c590
#c8b681
#c7b580
#c6b47f
#c5b37e
#c4b27d
#c3b17c
#c2b07b
#c1af7a
#c0ae79
#bfad78
#beac77
#bdab76
#bcaa75
#bba974

Monochromatic Color with #c9b782

#c9b782
#f3de9d
#1f1c14
#494330
#746a4b
#9e9067

Tints of #c9b782 Color

#c9b782
#cfbf8f
#d5c79d
#dbcfab
#e1d7b9
#e7dfc7
#ede7d5
#f3efe3
#f9f7f1
#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

#c9b782
#8294c9

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

Split Complementary

#c9b782
#82b8c9
#9482c9

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

Analogous Color

#c99b82
#c9a982
#c9b782
#c9c582
#bfc982

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

#c9b782
#82c9b7
#b782c9

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

#c9b782
#82c993
#8294c9
#c982b7

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

#c9b782
#8294c9
#9482c9
#b8c982

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 #c9b782 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.

#c9b782 Color Code Preview on Black Background Color

This is how #c9b782 Color will look on black background color. Color contrast ratio is 10.58

#c9b782 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9b782

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9b782

#c9b782 color code is use for CSS Background Color

Background color for the above div is #c9b782

HTML with inline CSS

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

#c9b782 color code is use for CSS Border Color

CSS Border color for the above div is #c9b782

HTML with inline CSS

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

CSS Border Left color for the above div is #c9b782

HTML with inline CSS

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

CSS Border Right color for the above div is #c9b782

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9b782

HTML with inline CSS

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

CSS Border Top color for the above div is #c9b782

HTML with inline CSS

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

#c9b782 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9b782 Color code Preview on White Background

This is how #c9b782 Color code will look on white background color. Color contrast ratio is 1.99

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 #c9b782; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9b782; }

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,183,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,148,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,183,130,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.