crispedge.com

Color picker

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

#c6b580 hex color - Yellow - Warm color - Information

#c6b580 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c6b580 Color code in RGB color code model is created after adding 77.65% red color, 70.98% green color and 50.2% blue color. Hex #c6b580 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 35% yellow and 22% black.

Hex #c6b580 color code is between #ccbb88 web safe hex color code and #bbaa77 web safe hex color code. #ccbb88 is the nearest web safe color code. You can see here many more shades of #c6b580 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec6b580#c6b580
RGB Decimal198, 181, 128rgb(198, 181, 128)
RGB Percent78%, 71%, 50%rgb(78%, 71%, 50%)
CSS RGBa198, 181, 128,1rgba(198,181,128,1)
CMYK Modelcmyk(0%,9%,35%,22%)
HSL Color Space45,38% ,64%hsl(45,38% ,64%)
HSV Color Space45°, 35%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101011010110000000
Octal306265200
Decimal198181128
Hexc6b580

Different shades of #c6b580 color code.

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

Light Shade of #c6b580
#d6caa3
Dark Shade of #c6b580
#b6a05d
Saturated Shade of #c6b580
#cfba77
Desaturated Shade of #c6b580
#bdb089
Grey scale Shade of #c6b580
#a3a3a3
Brighten Shade
#dfce99
Most Readable Shade
#000000

Shades of #c6b580 color code

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

#c6b580
#b0a071
#9a8c63
#847855
#6e6447
#585038
#423c2a
#2c281c
#16140e
#000000

Similar Color like #c6b580 color

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

#c7b681
#c8b782
#c9b883
#cab984
#cbba85
#ccbb86
#cdbc87
#cebd88
#cfbe89
#d0bf8a
#d1c08b
#d2c18c
#d3c28d
#d4c38e
#c5b47f
#c4b37e
#c3b27d
#c2b17c
#c1b07b
#c0af7a
#bfae79
#bead78
#bdac77
#bcab76
#bbaa75
#baa974
#b9a873
#b8a772

Monochromatic Color with #c6b580

#c6b580
#f0dc9b
#1c1a12
#46402e
#716749
#9b8e65

Tints of #c6b580 Color

#c6b580
#ccbd8e
#d2c59c
#d9cdaa
#dfd5b8
#e5dec6
#ece6d4
#f2eee2
#f8f6f0
#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

#c6b580
#8091c6

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

Split Complementary

#c6b580
#80b4c6
#9280c6

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

Analogous Color

#c69980
#c6a780
#c6b580
#c6c380
#bbc680

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

#c6b580
#80c6b5
#b580c6

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

#c6b580
#80c692
#8091c6
#c680b4

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

#c6b580
#8091c6
#9280c6
#b4c680

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

#c6b580 Color Code Preview on Black Background Color

This is how #c6b580 Color will look on black background color. Color contrast ratio is 10.32

#c6b580 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6b580

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6b580

#c6b580 color code is use for CSS Background Color

Background color for the above div is #c6b580

HTML with inline CSS

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

#c6b580 color code is use for CSS Border Color

CSS Border color for the above div is #c6b580

HTML with inline CSS

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

CSS Border Left color for the above div is #c6b580

HTML with inline CSS

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

CSS Border Right color for the above div is #c6b580

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6b580

HTML with inline CSS

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

CSS Border Top color for the above div is #c6b580

HTML with inline CSS

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

#c6b580 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6b580 Color code Preview on White Background

This is how #c6b580 Color code will look on white background color. Color contrast ratio is 2.03

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

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.