crispedge.com

Color picker

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

#c8a565 hex color - Yellow - Warm color - Information

#c8a565 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c8a565 Color code in RGB color code model is created after adding 78.43% red color, 64.71% green color and 39.61% blue color. Hex #c8a565 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 50% yellow and 22% black.

Hex #c8a565 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 #c8a565 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec8a565#c8a565
RGB Decimal200, 165, 101rgb(200, 165, 101)
RGB Percent78%, 65%, 40%rgb(78%, 65%, 40%)
CSS RGBa200, 165, 101,1rgba(200,165,101,1)
CMYK Modelcmyk(0%,18%,50%,22%)
HSL Color Space39,47% ,59%hsl(39,47% ,59%)
HSV Color Space39°, 50%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001010010101100101
Octal310245145
Decimal200165101
Hexc8a565

Different shades of #c8a565 color code.

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

Light Shade of #c8a565
#d5bb8b
Dark Shade of #c8a565
#b88e42
Saturated Shade of #c8a565
#d2a85b
Desaturated Shade of #c8a565
#bea26f
Grey scale Shade of #c8a565
#969696
Brighten Shade
#e1be7e
Most Readable Shade
#000000

Shades of #c8a565 color code

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

#c8a565
#b19259
#9b804e
#856e43
#6f5b38
#58492c
#423721
#2c2416
#16120b
#000000

Similar Color like #c8a565 color

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

#c9a666
#caa767
#cba868
#cca969
#cdaa6a
#ceab6b
#cfac6c
#d0ad6d
#d1ae6e
#d2af6f
#d3b070
#d4b171
#d5b272
#d6b373
#c7a464
#c6a363
#c5a262
#c4a161
#c3a060
#c29f5f
#c19e5e
#c09d5d
#bf9c5c
#be9b5b
#bd9a5a
#bc9959
#bb9858
#ba9757

Monochromatic Color with #c8a565

#c8a565
#f2c87a
#1e190f
#483c25
#735f3a
#9d8250

Tints of #c8a565 Color

#c8a565
#ceaf76
#d4b987
#dac398
#e0cda9
#e6d7ba
#ece1cb
#f2ebdc
#f8f5ed
#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

#c8a565
#6588c8

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

Split Complementary

#c8a565
#65b9c8
#7465c8

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

Analogous Color

#c87d65
#c89165
#c8a565
#c8b965
#c3c865

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

#c8a565
#65c8a5
#a565c8

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

#c8a565
#65c873
#6588c8
#c865b9

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

#c8a565
#6588c8
#7465c8
#b9c865

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

#c8a565 Color Code Preview on Black Background Color

This is how #c8a565 Color will look on black background color. Color contrast ratio is 9.03

#c8a565 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8a565

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8a565

#c8a565 color code is use for CSS Background Color

Background color for the above div is #c8a565

HTML with inline CSS

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

#c8a565 color code is use for CSS Border Color

CSS Border color for the above div is #c8a565

HTML with inline CSS

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

CSS Border Left color for the above div is #c8a565

HTML with inline CSS

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

CSS Border Right color for the above div is #c8a565

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8a565

HTML with inline CSS

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

CSS Border Top color for the above div is #c8a565

HTML with inline CSS

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

#c8a565 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8a565 Color code Preview on White Background

This is how #c8a565 Color code will look on white background color. Color contrast ratio is 2.33

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

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.