crispedge.com

Color picker

Loading...

#cfa59d hex color - Red - Warm color - Information

#cfa59d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cfa59d Color code in RGB color code model is created after adding 81.18% red color, 64.71% green color and 61.57% blue color. Hex #cfa59d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 24% yellow and 19% black.

Hex #cfa59d color code is between #ccaa99 web safe hex color code and #dd99aa web safe hex color code. #ccaa99 is the nearest web safe color code. You can see here many more shades of #cfa59d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecfa59d#cfa59d
RGB Decimal207, 165, 157rgb(207, 165, 157)
RGB Percent81%, 65%, 62%rgb(81%, 65%, 62%)
CSS RGBa207, 165, 157,1rgba(207,165,157,1)
CMYK Modelcmyk(0%,20%,24%,19%)
HSL Color Space10,34% ,71%hsl(10,34% ,71%)
HSV Color Space10°, 24%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011111010010110011101
Octal317245235
Decimal207165157
Hexcfa59d

Different shades of #cfa59d color code.

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

Light Shade of #cfa59d
#e0c4bf
Dark Shade of #cfa59d
#be867b
Saturated Shade of #cfa59d
#d6a096
Desaturated Shade of #cfa59d
#c8aaa4
Grey scale Shade of #cfa59d
#b6b6b6
Brighten Shade
#e8beb6
Most Readable Shade
#000000

Shades of #cfa59d color code

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

#cfa59d
#b8928b
#a1807a
#8a6e68
#735b57
#5c4945
#453734
#2e2422
#171211
#000000

Similar Color like #cfa59d color

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

#d0a69e
#d1a79f
#d2a8a0
#d3a9a1
#d4aaa2
#d5aba3
#d6aca4
#d7ada5
#d8aea6
#d9afa7
#dab0a8
#dbb1a9
#dcb2aa
#ddb3ab
#cea49c
#cda39b
#cca29a
#cba199
#caa098
#c99f97
#c89e96
#c79d95
#c69c94
#c59b93
#c49a92
#c39991
#c29890
#c1978f

Monochromatic Color with #cfa59d

#cfa59d
#f9c7bd
#251d1c
#4f3f3c
#7a615d
#a4837d

Tints of #cfa59d Color

#cfa59d
#d4afa7
#d9b9b2
#dfc3bd
#e4cdc8
#e9d7d3
#efe1de
#f4ebe9
#f9f5f4
#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

#cfa59d
#9dc7cf

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

Split Complementary

#cfa59d
#9dcfbe
#9daecf

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

Analogous Color

#cf9da9
#cf9d9f
#cfa59d
#cfaf9d
#cfb99d

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

#cfa59d
#9dcfa5
#a59dcf

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

#cfa59d
#aecf9d
#9dc7cf
#be9dcf

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

#cfa59d
#9dc7cf
#9daecf
#cfbe9d

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

#cfa59d Color Code Preview on Black Background Color

This is how #cfa59d Color will look on black background color. Color contrast ratio is 9.52

#cfa59d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cfa59d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cfa59d

#cfa59d color code is use for CSS Background Color

Background color for the above div is #cfa59d

HTML with inline CSS

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

#cfa59d color code is use for CSS Border Color

CSS Border color for the above div is #cfa59d

HTML with inline CSS

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

CSS Border Left color for the above div is #cfa59d

HTML with inline CSS

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

CSS Border Right color for the above div is #cfa59d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cfa59d

HTML with inline CSS

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

CSS Border Top color for the above div is #cfa59d

HTML with inline CSS

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

#cfa59d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cfa59d Color code Preview on White Background

This is how #cfa59d Color code will look on white background color. Color contrast ratio is 2.21

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

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(207,165,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,199,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,165,157,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.