crispedge.com

Color picker

Loading...

#c4b974 hex color - Yellow - Warm color - Information

#c4b974 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #c4b974 Color code in RGB color code model is created after adding 76.86% red color, 72.55% green color and 45.49% blue color. Hex #c4b974 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 41% yellow and 23% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4b974#c4b974
RGB Decimal196, 185, 116rgb(196, 185, 116)
RGB Percent77%, 73%, 45%rgb(77%, 73%, 45%)
CSS RGBa196, 185, 116,1rgba(196,185,116,1)
CMYK Modelcmyk(0%,6%,41%,23%)
HSL Color Space52,40% ,61%hsl(52,40% ,61%)
HSV Color Space52°, 41%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001011100101110100
Octal304271164
Decimal196185116
Hexc4b974

Different shades of #c4b974 color code.

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

Light Shade of #c4b974
#d3cb98
Dark Shade of #c4b974
#b5a750
Saturated Shade of #c4b974
#cec06a
Desaturated Shade of #c4b974
#bab27e
Grey scale Shade of #c4b974
#9c9c9c
Brighten Shade
#ddd28d
Most Readable Shade
#000000

Shades of #c4b974 color code

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

#c4b974
#aea467
#988f5a
#827b4d
#6c6640
#575233
#413d26
#2b2919
#15140c
#000000

Similar Color like #c4b974 color

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

#c5ba75
#c6bb76
#c7bc77
#c8bd78
#c9be79
#cabf7a
#cbc07b
#ccc17c
#cdc27d
#cec37e
#cfc47f
#d0c580
#d1c681
#d2c782
#c3b873
#c2b772
#c1b671
#c0b570
#bfb46f
#beb36e
#bdb26d
#bcb16c
#bbb06b
#baaf6a
#b9ae69
#b8ad68
#b7ac67
#b6ab66

Monochromatic Color with #c4b974

#c4b974
#eee18d
#1a190f
#444129
#6f6942
#99915b

Tints of #c4b974 Color

#c4b974
#cac083
#d1c892
#d7d0a2
#ded8b1
#e4dfc1
#ebe7d0
#f1efe0
#f8f7ef
#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

#c4b974
#747fc4

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

Split Complementary

#c4b974
#74a7c4
#9174c4

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

Analogous Color

#c49974
#c4a974
#c4b974
#bfc474
#afc474

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

#c4b974
#74c4b9
#b974c4

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

#c4b974
#74c491
#747fc4
#c474a7

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

#c4b974
#747fc4
#9174c4
#a7c474

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

#c4b974 Color Code Preview on Black Background Color

This is how #c4b974 Color will look on black background color. Color contrast ratio is 10.54

#c4b974 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4b974

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4b974

#c4b974 color code is use for CSS Background Color

Background color for the above div is #c4b974

HTML with inline CSS

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

#c4b974 color code is use for CSS Border Color

CSS Border color for the above div is #c4b974

HTML with inline CSS

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

CSS Border Left color for the above div is #c4b974

HTML with inline CSS

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

CSS Border Right color for the above div is #c4b974

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4b974

HTML with inline CSS

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

CSS Border Top color for the above div is #c4b974

HTML with inline CSS

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

#c4b974 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4b974 Color code Preview on White Background

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

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(196,185,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,127,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,185,116,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.