crispedge.com

Color picker

Loading...

#ccbc8b hex color - Yellow - Warm color - Information

#ccbc8b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ccbc8b Color code in RGB color code model is created after adding 80% red color, 73.73% green color and 54.51% blue color. Hex #ccbc8b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 32% yellow and 20% black.

Hex #ccbc8b color code is between #bbbb88 web safe hex color code and #ddcc99 web safe hex color code. #bbbb88 is the nearest web safe color code. You can see here many more shades of #ccbc8b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccbc8b#ccbc8b
RGB Decimal204, 188, 139rgb(204, 188, 139)
RGB Percent80%, 74%, 55%rgb(80%, 74%, 55%)
CSS RGBa204, 188, 139,1rgba(204,188,139,1)
CMYK Modelcmyk(0%,8%,32%,20%)
HSL Color Space45,39% ,67%hsl(45,39% ,67%)
HSV Color Space45°, 32%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001011110010001011
Octal314274213
Decimal204188139
Hexccbc8b

Different shades of #ccbc8b color code.

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

Light Shade of #ccbc8b
#dcd0ae
Dark Shade of #ccbc8b
#bca868
Saturated Shade of #ccbc8b
#d4c083
Desaturated Shade of #ccbc8b
#c4b893
Grey scale Shade of #ccbc8b
#ababab
Brighten Shade
#e5d5a4
Most Readable Shade
#000000

Shades of #ccbc8b color code

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

#ccbc8b
#b5a77b
#9e926c
#887d5c
#71684d
#5a533d
#443e2e
#2d291e
#16140f
#000000

Similar Color like #ccbc8b color

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

#cdbd8c
#cebe8d
#cfbf8e
#d0c08f
#d1c190
#d2c291
#d3c392
#d4c493
#d5c594
#d6c695
#d7c796
#d8c897
#d9c998
#daca99
#cbbb8a
#caba89
#c9b988
#c8b887
#c7b786
#c6b685
#c5b584
#c4b483
#c3b382
#c2b281
#c1b180
#c0b07f
#bfaf7e
#beae7d

Monochromatic Color with #ccbc8b

#ccbc8b
#f6e3a8
#221f17
#4c4634
#776e51
#a1956e

Tints of #ccbc8b Color

#ccbc8b
#d1c397
#d7caa4
#ddd2b1
#e2d9be
#e8e1cb
#eee8d8
#f3f0e5
#f9f7f2
#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

#ccbc8b
#8b9bcc

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

Split Complementary

#ccbc8b
#8bbccc
#9b8bcc

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

Analogous Color

#cca28b
#ccaf8b
#ccbc8b
#ccc98b
#c2cc8b

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

#ccbc8b
#8bccbc
#bc8bcc

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

#ccbc8b
#8bcc9b
#8b9bcc
#cc8bbb

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

#ccbc8b
#8b9bcc
#9b8bcc
#bccc8b

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

#ccbc8b Color Code Preview on Black Background Color

This is how #ccbc8b Color will look on black background color. Color contrast ratio is 11.13

#ccbc8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbc8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbc8b

#ccbc8b color code is use for CSS Background Color

Background color for the above div is #ccbc8b

HTML with inline CSS

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

#ccbc8b color code is use for CSS Border Color

CSS Border color for the above div is #ccbc8b

HTML with inline CSS

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

CSS Border Left color for the above div is #ccbc8b

HTML with inline CSS

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

CSS Border Right color for the above div is #ccbc8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccbc8b

HTML with inline CSS

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

CSS Border Top color for the above div is #ccbc8b

HTML with inline CSS

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

#ccbc8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccbc8b Color code Preview on White Background

This is how #ccbc8b Color code will look on white background color. Color contrast ratio is 1.89

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

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,188,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,155,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,188,139,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.