crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ccb28d hex color - Brown - Warm color - Information

#ccb28d hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #ccb28d Color code in RGB color code model is created after adding 80% red color, 69.8% green color and 55.29% blue color. Hex #ccb28d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 31% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeccb28d#ccb28d
RGB Decimal204, 178, 141rgb(204, 178, 141)
RGB Percent80%, 70%, 55%rgb(80%, 70%, 55%)
CSS RGBa204, 178, 141,1rgba(204,178,141,1)
CMYK Modelcmyk(0%,13%,31%,20%)
HSL Color Space35,38% ,68%hsl(35,38% ,68%)
HSV Color Space35°, 31%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001011001010001101
Octal314262215
Decimal204178141
Hexccb28d

Different shades of #ccb28d color code.

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

Light Shade of #ccb28d
#dccab0
Dark Shade of #ccb28d
#bc9a6a
Saturated Shade of #ccb28d
#d4b385
Desaturated Shade of #ccb28d
#c4b195
Grey scale Shade of #ccb28d
#acacac
Brighten Shade
#e5cba6
Most Readable Shade
#000000

Shades of #ccb28d color code

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

#ccb28d
#b59e7d
#9e8a6d
#88765e
#71624e
#5a4f3e
#443b2f
#2d271f
#16130f
#000000

Similar Color like #ccb28d color

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

#cdb38e
#ceb48f
#cfb590
#d0b691
#d1b792
#d2b893
#d3b994
#d4ba95
#d5bb96
#d6bc97
#d7bd98
#d8be99
#d9bf9a
#dac09b
#cbb18c
#cab08b
#c9af8a
#c8ae89
#c7ad88
#c6ac87
#c5ab86
#c4aa85
#c3a984
#c2a883
#c1a782
#c0a681
#bfa580
#bea47f

Monochromatic Color with #ccb28d

#ccb28d
#f6d7aa
#221e17
#4c4335
#776852
#a18d70

Tints of #ccb28d Color

#ccb28d
#d1ba99
#d7c3a6
#ddcbb3
#e2d4bf
#e8dccc
#eee5d9
#f3ede5
#f9f6f2
#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

#ccb28d
#8da7cc

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

Split Complementary

#ccb28d
#8dc7cc
#928dcc

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

Analogous Color

#cc998d
#cca58d
#ccb28d
#ccbf8d
#cccb8d

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

#ccb28d
#8dccb2
#b28dcc

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

#ccb28d
#8dcc92
#8da7cc
#cc8dc6

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

#ccb28d
#8da7cc
#928dcc
#c7cc8d

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

#ccb28d Color Code Preview on Black Background Color

This is how #ccb28d Color will look on black background color. Color contrast ratio is 10.32

#ccb28d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccb28d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccb28d

#ccb28d color code is use for CSS Background Color

Background color for the above div is #ccb28d

HTML with inline CSS

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

#ccb28d color code is use for CSS Border Color

CSS Border color for the above div is #ccb28d

HTML with inline CSS

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

CSS Border Left color for the above div is #ccb28d

HTML with inline CSS

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

CSS Border Right color for the above div is #ccb28d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccb28d

HTML with inline CSS

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

CSS Border Top color for the above div is #ccb28d

HTML with inline CSS

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

#ccb28d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccb28d Color code Preview on White Background

This is how #ccb28d Color code will look on white background color. Color contrast ratio is 2.03

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.