crispedge.com

Color picker

Loading...

#cca98f hex color - Brown - Warm color - Information

#cca98f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cca98f Color code in RGB color code model is created after adding 80% red color, 66.27% green color and 56.08% blue color. Hex #cca98f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 30% yellow and 20% black.

Hex #cca98f color code is between #bbaa88 web safe hex color code and #dd9999 web safe hex color code. #bbaa88 is the nearest web safe color code. You can see here many more shades of #cca98f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecca98f#cca98f
RGB Decimal204, 169, 143rgb(204, 169, 143)
RGB Percent80%, 66%, 56%rgb(80%, 66%, 56%)
CSS RGBa204, 169, 143,1rgba(204,169,143,1)
CMYK Modelcmyk(0%,17%,30%,20%)
HSL Color Space26,37% ,68%hsl(26,37% ,68%)
HSV Color Space26°, 30%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010100110001111
Octal314251217
Decimal204169143
Hexcca98f

Different shades of #cca98f color code.

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

Light Shade of #cca98f
#dcc4b2
Dark Shade of #cca98f
#bc8e6c
Saturated Shade of #cca98f
#d4a887
Desaturated Shade of #cca98f
#c4aa97
Grey scale Shade of #cca98f
#adadad
Brighten Shade
#e5c2a8
Most Readable Shade
#000000

Shades of #cca98f color code

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

#cca98f
#b5967f
#9e836f
#88705f
#715d4f
#5a4b3f
#44382f
#2d251f
#16120f
#000000

Similar Color like #cca98f color

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

#cdaa90
#ceab91
#cfac92
#d0ad93
#d1ae94
#d2af95
#d3b096
#d4b197
#d5b298
#d6b399
#d7b49a
#d8b59b
#d9b69c
#dab79d
#cba88e
#caa78d
#c9a68c
#c8a58b
#c7a48a
#c6a389
#c5a288
#c4a187
#c3a086
#c29f85
#c19e84
#c09d83
#bf9c82
#be9b81

Monochromatic Color with #cca98f

#cca98f
#f6ccad
#221c18
#4c3f36
#776353
#a18671

Tints of #cca98f Color

#cca98f
#d1b29b
#d7bca7
#ddc5b4
#e2cfc0
#e8d8cd
#eee2d9
#f3ebe6
#f9f5f2
#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

#cca98f
#8fb2cc

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

Split Complementary

#cca98f
#8fccc7
#8f94cc

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

Analogous Color

#cc918f
#cc9d8f
#cca98f
#ccb58f
#ccc18f

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

#cca98f
#8fcca9
#a98fcc

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

#cca98f
#93cc8f
#8fb2cc
#c78fcc

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

#cca98f
#8fb2cc
#8f94cc
#ccc78f

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

#cca98f Color Code Preview on Black Background Color

This is how #cca98f Color will look on black background color. Color contrast ratio is 9.64

#cca98f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca98f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca98f

#cca98f color code is use for CSS Background Color

Background color for the above div is #cca98f

HTML with inline CSS

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

#cca98f color code is use for CSS Border Color

CSS Border color for the above div is #cca98f

HTML with inline CSS

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

CSS Border Left color for the above div is #cca98f

HTML with inline CSS

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

CSS Border Right color for the above div is #cca98f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cca98f

HTML with inline CSS

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

CSS Border Top color for the above div is #cca98f

HTML with inline CSS

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

#cca98f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cca98f Color code Preview on White Background

This is how #cca98f Color code will look on white background color. Color contrast ratio is 2.18

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

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(204,169,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,178,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,169,143,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.