crispedge.com

Color picker

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

#c3aa58 hex color - Yellow - Warm color - Information

#c3aa58 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c3aa58 Color code in RGB color code model is created after adding 76.47% red color, 66.67% green color and 34.51% blue color. Hex #c3aa58 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 55% yellow and 24% black.

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codec3aa58#c3aa58
RGB Decimal195, 170, 88rgb(195, 170, 88)
RGB Percent76%, 67%, 35%rgb(76%, 67%, 35%)
CSS RGBa195, 170, 88,1rgba(195,170,88,1)
CMYK Modelcmyk(0%,13%,55%,24%)
HSL Color Space46,47% ,55%hsl(46,47% ,55%)
HSV Color Space46°, 55%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111010101001011000
Octal303252130
Decimal19517088
Hexc3aa58

Different shades of #c3aa58 color code.

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

Light Shade of #c3aa58
#d0bd7e
Dark Shade of #c3aa58
#ab913d
Saturated Shade of #c3aa58
#ceb04d
Desaturated Shade of #c3aa58
#b8a463
Grey scale Shade of #c3aa58
#8d8d8d
Brighten Shade
#dcc371
Most Readable Shade
#000000

Shades of #c3aa58 color code

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

#c3aa58
#ad974e
#978444
#82713a
#6c5e30
#564b27
#41381d
#2b2513
#151209
#000000

Similar Color like #c3aa58 color

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

#c4ab59
#c5ac5a
#c6ad5b
#c7ae5c
#c8af5d
#c9b05e
#cab15f
#cbb260
#ccb361
#cdb462
#ceb563
#cfb664
#d0b765
#d1b866
#c2a957
#c1a856
#c0a755
#bfa654
#bea553
#bda452
#bca351
#bba250
#baa14f
#b9a04e
#b89f4d
#b79e4c
#b69d4b
#b59c4a

Monochromatic Color with #c3aa58

#c3aa58
#edcf6b
#19160b
#433b1e
#6e6032
#988545

Tints of #c3aa58 Color

#c3aa58
#c9b36a
#d0bc7d
#d7c68f
#ddcfa2
#e4d9b4
#ebe2c7
#f1ecd9
#f8f5ec
#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

#c3aa58
#5871c3

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

Split Complementary

#c3aa58
#58a6c3
#7558c3

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

Analogous Color

#c37f58
#c39558
#c3aa58
#c3bf58
#b1c358

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

#c3aa58
#58c3aa
#aa58c3

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

#c3aa58
#58c375
#5871c3
#c358a6

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

#c3aa58
#5871c3
#7558c3
#a6c358

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

#c3aa58 Color Code Preview on Black Background Color

This is how #c3aa58 Color will look on black background color. Color contrast ratio is 9.21

#c3aa58 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3aa58

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3aa58

#c3aa58 color code is use for CSS Background Color

Background color for the above div is #c3aa58

HTML with inline CSS

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

#c3aa58 color code is use for CSS Border Color

CSS Border color for the above div is #c3aa58

HTML with inline CSS

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

CSS Border Left color for the above div is #c3aa58

HTML with inline CSS

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

CSS Border Right color for the above div is #c3aa58

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3aa58

HTML with inline CSS

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

CSS Border Top color for the above div is #c3aa58

HTML with inline CSS

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

#c3aa58 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3aa58 Color code Preview on White Background

This is how #c3aa58 Color code will look on white background color. Color contrast ratio is 2.28

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.