crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c2a546 hex color - Yellow - Warm color - Information

#c2a546 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c2a546 Color code in RGB color code model is created after adding 76.08% red color, 64.71% green color and 27.45% blue color. Hex #c2a546 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 64% yellow and 24% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec2a546#c2a546
RGB Decimal194, 165, 70rgb(194, 165, 70)
RGB Percent76%, 65%, 27%rgb(76%, 65%, 27%)
CSS RGBa194, 165, 70,1rgba(194,165,70,1)
CMYK Modelcmyk(0%,15%,64%,24%)
HSL Color Space46,50% ,52%hsl(46,50% ,52%)
HSV Color Space46°, 64%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101010010101000110
Octal302245106
Decimal19416570
Hexc2a546

Different shades of #c2a546 color code.

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

Light Shade of #c2a546
#cfb86c
Dark Shade of #c2a546
#a08735
Saturated Shade of #c2a546
#ceac3a
Desaturated Shade of #c2a546
#b69e52
Grey scale Shade of #c2a546
#848484
Brighten Shade
#dbbe5f
Most Readable Shade
#000000

Shades of #c2a546 color code

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

#c2a546
#ac923e
#968036
#816e2e
#6b5b26
#56491f
#403717
#2b240f
#151207
#000000

Similar Color like #c2a546 color

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

#c3a647
#c4a748
#c5a849
#c6a94a
#c7aa4b
#c8ab4c
#c9ac4d
#caad4e
#cbae4f
#ccaf50
#cdb051
#ceb152
#cfb253
#d0b354
#c1a445
#c0a344
#bfa243
#bea142
#bda041
#bc9f40
#bb9e3f
#ba9d3e
#b99c3d
#b89b3c
#b79a3b
#b6993a
#b59839
#b49738

Monochromatic Color with #c2a546

#c2a546
#ecc955
#181409
#423918
#6d5d27
#978137

Tints of #c2a546 Color

#c2a546
#c8af5a
#cfb96f
#d6c383
#ddcd98
#e3d7ac
#eae1c1
#f1ebd5
#f8f5ea
#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

#c2a546
#4663c2

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

Split Complementary

#c2a546
#46a1c2
#6746c2

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

Analogous Color

#c27346
#c28c46
#c2a546
#c2be46
#adc246

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

#c2a546
#46c2a5
#a546c2

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

#c2a546
#46c267
#4663c2
#c246a1

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

#c2a546
#4663c2
#6746c2
#a1c246

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

#c2a546 Color Code Preview on Black Background Color

This is how #c2a546 Color will look on black background color. Color contrast ratio is 8.76

#c2a546 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2a546

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2a546

#c2a546 color code is use for CSS Background Color

Background color for the above div is #c2a546

HTML with inline CSS

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

#c2a546 color code is use for CSS Border Color

CSS Border color for the above div is #c2a546

HTML with inline CSS

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

CSS Border Left color for the above div is #c2a546

HTML with inline CSS

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

CSS Border Right color for the above div is #c2a546

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2a546

HTML with inline CSS

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

CSS Border Top color for the above div is #c2a546

HTML with inline CSS

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

#c2a546 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2a546 Color code Preview on White Background

This is how #c2a546 Color code will look on white background color. Color contrast ratio is 2.40

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.