crispedge.com

Color picker

Loading...

#cdb79e hex color - Brown - Warm color - Information

#cdb79e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cdb79e Color code in RGB color code model is created after adding 80.39% red color, 71.76% green color and 61.96% blue color. Hex #cdb79e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 23% yellow and 20% black.

Hex #cdb79e color code is between #ccbb99 web safe hex color code and #ddaaaa web safe hex color code. #ccbb99 is the nearest web safe color code. You can see here many more shades of #cdb79e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codecdb79e#cdb79e
RGB Decimal205, 183, 158rgb(205, 183, 158)
RGB Percent80%, 72%, 62%rgb(80%, 72%, 62%)
CSS RGBa205, 183, 158,1rgba(205,183,158,1)
CMYK Modelcmyk(0%,11%,23%,20%)
HSL Color Space32,32% ,71%hsl(32,32% ,71%)
HSV Color Space32°, 23%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011011011011110011110
Octal315267236
Decimal205183158
Hexcdb79e

Different shades of #cdb79e color code.

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

Light Shade of #cdb79e
#ded0c0
Dark Shade of #cdb79e
#bc9e7c
Saturated Shade of #cdb79e
#d4b797
Desaturated Shade of #cdb79e
#c6b7a5
Grey scale Shade of #cdb79e
#b5b5b5
Brighten Shade
#e6d0b7
Most Readable Shade
#000000

Shades of #cdb79e color code

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

#cdb79e
#b6a28c
#9f8e7a
#887a69
#716557
#5b5146
#443d34
#2d2823
#161411
#000000

Similar Color like #cdb79e color

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

#ceb89f
#cfb9a0
#d0baa1
#d1bba2
#d2bca3
#d3bda4
#d4bea5
#d5bfa6
#d6c0a7
#d7c1a8
#d8c2a9
#d9c3aa
#dac4ab
#dbc5ac
#ccb69d
#cbb59c
#cab49b
#c9b39a
#c8b299
#c7b198
#c6b097
#c5af96
#c4ae95
#c3ad94
#c2ac93
#c1ab92
#c0aa91
#bfa990

Monochromatic Color with #cdb79e

#cdb79e
#f7ddbf
#231f1b
#4d453c
#786b5c
#a2917d

Tints of #cdb79e Color

#cdb79e
#d2bfa8
#d8c7b3
#ddcfbe
#e3d7c9
#e8dfd3
#eee7de
#f3efe9
#f9f7f4
#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

#cdb79e
#9eb4cd

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

Split Complementary

#cdb79e
#9ecccd
#a09ecd

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

Analogous Color

#cda49e
#cdae9e
#cdb79e
#cdc09e
#cdca9e

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

#cdb79e
#9ecdb7
#b79ecd

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

#cdb79e
#9ecd9f
#9eb4cd
#cd9ecb

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

#cdb79e
#9eb4cd
#a09ecd
#cccd9e

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

#cdb79e Color Code Preview on Black Background Color

This is how #cdb79e Color will look on black background color. Color contrast ratio is 10.86

#cdb79e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cdb79e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cdb79e

#cdb79e color code is use for CSS Background Color

Background color for the above div is #cdb79e

HTML with inline CSS

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

#cdb79e color code is use for CSS Border Color

CSS Border color for the above div is #cdb79e

HTML with inline CSS

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

CSS Border Left color for the above div is #cdb79e

HTML with inline CSS

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

CSS Border Right color for the above div is #cdb79e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cdb79e

HTML with inline CSS

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

CSS Border Top color for the above div is #cdb79e

HTML with inline CSS

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

#cdb79e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cdb79e Color code Preview on White Background

This is how #cdb79e Color code will look on white background color. Color contrast ratio is 1.93

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

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(205,183,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,180,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,183,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.