crispedge.com

Color picker

Loading...

#cca18f hex color - Brown - Warm color - Information

#cca18f hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

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

Hex #cca18f color code is between #bb9988 web safe hex color code and #ddaa99 web safe hex color code. #bb9988 is the nearest web safe color code. You can see here many more shades of #cca18f color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codecca18f#cca18f
RGB Decimal204, 161, 143rgb(204, 161, 143)
RGB Percent80%, 63%, 56%rgb(80%, 63%, 56%)
CSS RGBa204, 161, 143,1rgba(204,161,143,1)
CMYK Modelcmyk(0%,21%,30%,20%)
HSL Color Space18,37% ,68%hsl(18,37% ,68%)
HSV Color Space18°, 30%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010000110001111
Octal314241217
Decimal204161143
Hexcca18f

Different shades of #cca18f color code.

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

Light Shade of #cca18f
#dcbeb2
Dark Shade of #cca18f
#bc846c
Saturated Shade of #cca18f
#d49e87
Desaturated Shade of #cca18f
#c4a497
Grey scale Shade of #cca18f
#adadad
Brighten Shade
#e5baa8
Most Readable Shade
#000000

Shades of #cca18f color code

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

#cca18f
#b58f7f
#9e7d6f
#886b5f
#71594f
#5a473f
#44352f
#2d231f
#16110f
#000000

Similar Color like #cca18f color

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

#cda290
#cea391
#cfa492
#d0a593
#d1a694
#d2a795
#d3a896
#d4a997
#d5aa98
#d6ab99
#d7ac9a
#d8ad9b
#d9ae9c
#daaf9d
#cba08e
#ca9f8d
#c99e8c
#c89d8b
#c79c8a
#c69b89
#c59a88
#c49987
#c39886
#c29785
#c19684
#c09583
#bf9482
#be9381

Monochromatic Color with #cca18f

#cca18f
#f6c3ad
#221b18
#4c3c36
#775e53
#a17f71

Tints of #cca18f Color

#cca18f
#d1ab9b
#d7b5a7
#ddc0b4
#e2cac0
#e8d5cd
#eedfd9
#f3eae6
#f9f4f2
#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

#cca18f
#8fbacc

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

Split Complementary

#cca18f
#8fccc0
#8f9ccc

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

Analogous Color

#cc8f95
#cc958f
#cca18f
#ccad8f
#ccb98f

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

#cca18f
#8fcca1
#a18fcc

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

#cca18f
#9bcc8f
#8fbacc
#bf8fcc

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

#cca18f
#8fbacc
#8f9ccc
#ccbf8f

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

#cca18f Color Code Preview on Black Background Color

This is how #cca18f Color will look on black background color. Color contrast ratio is 9.06

#cca18f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca18f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cca18f

#cca18f color code is use for CSS Background Color

Background color for the above div is #cca18f

HTML with inline CSS

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

#cca18f color code is use for CSS Border Color

CSS Border color for the above div is #cca18f

HTML with inline CSS

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

CSS Border Left color for the above div is #cca18f

HTML with inline CSS

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

CSS Border Right color for the above div is #cca18f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cca18f

HTML with inline CSS

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

CSS Border Top color for the above div is #cca18f

HTML with inline CSS

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

#cca18f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cca18f Color code Preview on White Background

This is how #cca18f Color code will look on white background color. Color contrast ratio is 2.32

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

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,161,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,186,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,161,143,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.