crispedge.com

Color picker

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

#c2b34a hex color - Yellow - Warm color - Information

#c2b34a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #c2b34a Color code in RGB color code model is created after adding 76.08% red color, 70.2% green color and 29.02% blue color. Hex #c2b34a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 62% yellow and 24% black.

Hex #c2b34a color code is between #bbbb44 web safe hex color code and #ccaa55 web safe hex color code. #bbbb44 is the nearest web safe color code. You can see here many more shades of #c2b34a color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec2b34a#c2b34a
RGB Decimal194, 179, 74rgb(194, 179, 74)
RGB Percent76%, 70%, 29%rgb(76%, 70%, 29%)
CSS RGBa194, 179, 74,1rgba(194,179,74,1)
CMYK Modelcmyk(0%,8%,62%,24%)
HSL Color Space53,50% ,53%hsl(53,50% ,53%)
HSV Color Space53°, 62%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101011001101001010
Octal302263112
Decimal19417974
Hexc2b34a

Different shades of #c2b34a color code.

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

Light Shade of #c2b34a
#cfc370
Dark Shade of #c2b34a
#a29537
Saturated Shade of #c2b34a
#cebc3e
Desaturated Shade of #c2b34a
#b6aa56
Grey scale Shade of #c2b34a
#868686
Brighten Shade
#dbcc63
Most Readable Shade
#000000

Shades of #c2b34a color code

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

#c2b34a
#ac9f41
#968b39
#817731
#6b6329
#564f20
#403b18
#2b2710
#151308
#000000

Similar Color like #c2b34a color

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

#c3b44b
#c4b54c
#c5b64d
#c6b74e
#c7b84f
#c8b950
#c9ba51
#cabb52
#cbbc53
#ccbd54
#cdbe55
#cebf56
#cfc057
#d0c158
#c1b249
#c0b148
#bfb047
#beaf46
#bdae45
#bcad44
#bbac43
#baab42
#b9aa41
#b8a940
#b7a83f
#b6a73e
#b5a63d
#b4a53c

Monochromatic Color with #c2b34a

#c2b34a
#ecda5a
#181609
#423d19
#6d652a
#978c3a

Tints of #c2b34a Color

#c2b34a
#c8bb5e
#cfc372
#d6cc86
#ddd49a
#e3ddae
#eae5c2
#f1eed6
#f8f6ea
#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

#c2b34a
#4a59c2

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

Split Complementary

#c2b34a
#4a95c2
#774ac2

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

Analogous Color

#c2834a
#c29b4a
#c2b34a
#b9c24a
#a1c24a

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

#c2b34a
#4ac2b3
#b34ac2

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

#c2b34a
#4ac277
#4a59c2
#c24a95

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

#c2b34a
#4a59c2
#774ac2
#95c24a

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

#c2b34a Color Code Preview on Black Background Color

This is how #c2b34a Color will look on black background color. Color contrast ratio is 9.84

#c2b34a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2b34a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2b34a

#c2b34a color code is use for CSS Background Color

Background color for the above div is #c2b34a

HTML with inline CSS

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

#c2b34a color code is use for CSS Border Color

CSS Border color for the above div is #c2b34a

HTML with inline CSS

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

CSS Border Left color for the above div is #c2b34a

HTML with inline CSS

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

CSS Border Right color for the above div is #c2b34a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2b34a

HTML with inline CSS

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

CSS Border Top color for the above div is #c2b34a

HTML with inline CSS

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

#c2b34a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2b34a Color code Preview on White Background

This is how #c2b34a Color code will look on white background color. Color contrast ratio is 2.13

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.