@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c4a462 hex color - Yellow - Warm color - Information

#c4a462 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #c4a462 Color code in RGB color code model is created after adding 76.86% red color, 64.31% green color and 38.43% blue color. Hex #c4a462 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 50% yellow and 23.14% black.

Hex #c4a462 color code is between #ccaa66 web safe hex color code and #bb9955 web safe hex color code. #ccaa66 is the nearest web safe color code. You can see here many more shades of #c4a462 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec4a462#c4a462
RGB Decimal196, 164, 98rgb(196, 164, 98)
RGB Percent77%, 64%, 38%rgb(77%, 64%, 38%)
CSS RGBa196, 164, 98,1rgba(196,164,98,1)
CMYK Modelcmyk(0%,16%,50%,23.14%)
HSL Color Space40,45% ,58%hsl(40,45% ,58%)
HSV Color Space40°, 50%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001010010001100010
Octal304244142
Decimal19616498
Hexc4a462

Different shades of #c4a462 color code.

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

Light Shade of #c4a462
#d2b987
Dark Shade of #c4a462
#b18d42
Saturated Shade of #c4a462
#cfa857
Desaturated Shade of #c4a462
#b9a06d
Grey scale Shade of #c4a462
#939393
Brighten Shade
#ddbd7b
Most Readable Shade
#000000

Shades of #c4a462 color code

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

#c4a462
#ae9157
#987f4c
#826d41
#6c5b36
#57482b
#413620
#2b2415
#15120a
#000000

Similar Color like #c4a462 color

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

#c5a563
#c6a664
#c7a765
#c8a866
#c9a967
#caaa68
#cbab69
#ccac6a
#cdad6b
#ceae6c
#cfaf6d
#d0b06e
#d1b16f
#d2b270
#c3a361
#c2a260
#c1a15f
#c0a05e
#bf9f5d
#be9e5c
#bd9d5b
#bc9c5a
#bb9b59
#ba9a58
#b99957
#b89856
#b79755
#b69654

Monochromatic Color with #c4a462

#c4a462
#eec877
#1a160d
#443922
#6f5d37
#99804d

Tints of #c4a462 Color

#c4a462
#caae73
#d1b884
#d7c296
#decca7
#e4d6b9
#ebe0ca
#f1eadc
#f8f4ed
#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

#c4a462
#6282c4

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

Split Complementary

#c4a462
#62b3c4
#7362c4

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

Analogous Color

#c47d62
#c49062
#c4a462
#c4b862
#bdc462

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

#c4a462
#62c4a4
#a462c4

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

#c4a462
#62c473
#6282c4
#c462b3

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

#c4a462
#6282c4
#7362c4
#b3c462

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

#c4a462 Color Code Preview on Black Background Color

This is how #c4a462 Color will look on black background color. Color contrast ratio is 8.83

#c4a462 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4a462

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4a462

#c4a462 color code is use for CSS Background Color

Background color for the above div is #c4a462

HTML with inline CSS

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

#c4a462 color code is use for CSS Border Color

CSS Border color for the above div is #c4a462

HTML with inline CSS

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

CSS Border Left color for the above div is #c4a462

HTML with inline CSS

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

CSS Border Right color for the above div is #c4a462

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4a462

HTML with inline CSS

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

CSS Border Top color for the above div is #c4a462

HTML with inline CSS

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

#c4a462 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4a462 Color code Preview on White Background

This is how #c4a462 Color code will look on white background color. Color contrast ratio is 2.38

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

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