@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ccb576 hex color - Yellow - Warm color - Information

#ccb576 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ccb576 Color code in RGB color code model is created after adding 80% red color, 70.98% green color and 46.27% blue color. Hex #ccb576 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 42% yellow and 20% black.

Hex #ccb576 color code is between #bbbb77 web safe hex color code and #ddaa66 web safe hex color code. #bbbb77 is the nearest web safe color code. You can see here many more shades of #ccb576 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code ccb576 #ccb576
RGB Decimal 204, 181, 118 rgb(204, 181, 118)
RGB Percent 80%, 71%, 46% rgb(80%, 71%, 46%)
CSS RGBa 204, 181, 118,1 rgba(204,181,118,1)
CMYK Model cmyk(0%,11%,42%,20%)
HSL Color Space 44,46% ,63% hsl(44,46% ,63%)
HSV Color Space 44°, 42%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 10110101 01110110
Octal 314 265 166
Decimal 204 181 118
Hex cc b5 76

Different shades of #ccb576 color code.

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

Light Shade of #ccb576
#dac99b
Dark Shade of #ccb576
#bea151
Saturated Shade of #ccb576
#d5b96d
Desaturated Shade of #ccb576
#c3b17f
Grey scale Shade of #ccb576
#a1a1a1
Brighten Shade
#e5ce8f
Most Readable Shade
#000000

Shades of #ccb576 color code

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

#ccb576
#b5a068
#9e8c5b
#88784e
#716441
#5a5034
#443c27
#2d281a
#16140d
#000000

Similar Color like #ccb576 color

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

#cdb677
#ceb778
#cfb879
#d0b97a
#d1ba7b
#d2bb7c
#d3bc7d
#d4bd7e
#d5be7f
#d6bf80
#d7c081
#d8c182
#d9c283
#dac384
#cbb475
#cab374
#c9b273
#c8b172
#c7b071
#c6af70
#c5ae6f
#c4ad6e
#c3ac6d
#c2ab6c
#c1aa6b
#c0a96a
#bfa869
#bea768

Monochromatic Color with #ccb576

#ccb576
#f6db8f
#221e14
#4c442c
#776a45
#a18f5d

Tints of #ccb576 Color

#ccb576
#d1bd85
#d7c594
#ddcda3
#e2d5b2
#e8dec2
#eee6d1
#f3eee0
#f9f6ef
#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

#ccb576
#768dcc

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

Split Complementary

#ccb576
#76b8cc
#8a76cc

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

Analogous Color

#cc9376
#cca476
#ccb576
#ccc676
#c1cc76

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

#ccb576
#76ccb5
#b576cc

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

#ccb576
#76cc8a
#768dcc
#cc76b8

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

#ccb576
#768dcc
#8a76cc
#b8cc76

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

#ccb576 Color Code Preview on Black Background Color

This is how #ccb576 Color will look on black background color. Color contrast ratio is 10.44

#ccb576 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccb576

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccb576

#ccb576 color code is use for CSS Background Color

Background color for the above div is #ccb576

HTML with inline CSS

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

#ccb576 color code is use for CSS Border Color

CSS Border color for the above div is #ccb576

HTML with inline CSS

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

CSS Border Left color for the above div is #ccb576

HTML with inline CSS

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

CSS Border Right color for the above div is #ccb576

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccb576

HTML with inline CSS

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

CSS Border Top color for the above div is #ccb576

HTML with inline CSS

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

#ccb576 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccb576 Color code Preview on White Background

This is how #ccb576 Color code will look on white background color. Color contrast ratio is 2.01

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

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,181,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,141,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,181,118,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.