crispedge.com

Color picker

Loading...

#c8b184 hex color - Yellow - Warm color - Information

#c8b184 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #c8b184 Color code in RGB color code model is created after adding 78.43% red color, 69.41% green color and 51.76% blue color. Hex #c8b184 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 34% yellow and 22% black.

Hex #c8b184 color code is between #ccaa88 web safe hex color code and #bbbb77 web safe hex color code. #ccaa88 is the nearest web safe color code. You can see here many more shades of #c8b184 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec8b184#c8b184
RGB Decimal200, 177, 132rgb(200, 177, 132)
RGB Percent78%, 69%, 52%rgb(78%, 69%, 52%)
CSS RGBa200, 177, 132,1rgba(200,177,132,1)
CMYK Modelcmyk(0%,12%,34%,22%)
HSL Color Space40,38% ,65%hsl(40,38% ,65%)
HSV Color Space40°, 34%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001011000110000100
Octal310261204
Decimal200177132
Hexc8b184

Different shades of #c8b184 color code.

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

Light Shade of #c8b184
#d8c7a7
Dark Shade of #c8b184
#b89b61
Saturated Shade of #c8b184
#d1b47b
Desaturated Shade of #c8b184
#bfae8d
Grey scale Shade of #c8b184
#a6a6a6
Brighten Shade
#e1ca9d
Most Readable Shade
#000000

Shades of #c8b184 color code

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

#c8b184
#b19d75
#9b8966
#857658
#6f6249
#584e3a
#423b2c
#2c271d
#16130e
#000000

Similar Color like #c8b184 color

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

#c9b285
#cab386
#cbb487
#ccb588
#cdb689
#ceb78a
#cfb88b
#d0b98c
#d1ba8d
#d2bb8e
#d3bc8f
#d4bd90
#d5be91
#d6bf92
#c7b083
#c6af82
#c5ae81
#c4ad80
#c3ac7f
#c2ab7e
#c1aa7d
#c0a97c
#bfa87b
#bea77a
#bda679
#bca578
#bba477
#baa376

Monochromatic Color with #c8b184

#c8b184
#f2d7a0
#1e1b14
#484030
#73664c
#9d8b68

Tints of #c8b184 Color

#c8b184
#ceb991
#d4c29f
#dacbad
#e0d3ba
#e6dcc8
#ece5d6
#f2ede3
#f8f6f1
#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

#c8b184
#849bc8

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

Split Complementary

#c8b184
#84bdc8
#8f84c8

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

Analogous Color

#c89684
#c8a384
#c8b184
#c8bf84
#c4c884

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

#c8b184
#84c8b1
#b184c8

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

#c8b184
#84c88f
#849bc8
#c884bd

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

#c8b184
#849bc8
#8f84c8
#bdc884

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

#c8b184 Color Code Preview on Black Background Color

This is how #c8b184 Color will look on black background color. Color contrast ratio is 10.08

#c8b184 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8b184

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8b184

#c8b184 color code is use for CSS Background Color

Background color for the above div is #c8b184

HTML with inline CSS

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

#c8b184 color code is use for CSS Border Color

CSS Border color for the above div is #c8b184

HTML with inline CSS

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

CSS Border Left color for the above div is #c8b184

HTML with inline CSS

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

CSS Border Right color for the above div is #c8b184

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8b184

HTML with inline CSS

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

CSS Border Top color for the above div is #c8b184

HTML with inline CSS

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

#c8b184 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8b184 Color code Preview on White Background

This is how #c8b184 Color code will look on white background color. Color contrast ratio is 2.08

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(200,177,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,155,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,177,132,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.