crispedge.com

Color picker

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

#ceb48f hex color - Brown - Warm color - Information

#ceb48f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #ceb48f Color code in RGB color code model is created after adding 80.78% red color, 70.59% green color and 56.08% blue color. Hex #ceb48f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 31% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeceb48f#ceb48f
RGB Decimal206, 180, 143rgb(206, 180, 143)
RGB Percent81%, 71%, 56%rgb(81%, 71%, 56%)
CSS RGBa206, 180, 143,1rgba(206,180,143,1)
CMYK Modelcmyk(0%,13%,31%,19%)
HSL Color Space35,39% ,68%hsl(35,39% ,68%)
HSV Color Space35°, 31%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101011010010001111
Octal316264217
Decimal206180143
Hexceb48f

Different shades of #ceb48f color code.

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

Light Shade of #ceb48f
#deccb2
Dark Shade of #ceb48f
#be9c6c
Saturated Shade of #ceb48f
#d6b587
Desaturated Shade of #ceb48f
#c6b397
Grey scale Shade of #ceb48f
#aeaeae
Brighten Shade
#e7cda8
Most Readable Shade
#000000

Shades of #ceb48f color code

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

#ceb48f
#b7a07f
#a08c6f
#89785f
#72644f
#5b503f
#443c2f
#2d281f
#16140f
#000000

Similar Color like #ceb48f color

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

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

Monochromatic Color with #ceb48f

#ceb48f
#f8d9ad
#241f19
#4e4536
#796a54
#a38f71

Tints of #ceb48f Color

#ceb48f
#d3bc9b
#d8c4a7
#decdb4
#e3d5c0
#e9ddcd
#eee6d9
#f4eee6
#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

#ceb48f
#8fa9ce

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

Split Complementary

#ceb48f
#8fc9ce
#948fce

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

Analogous Color

#ce9b8f
#cea78f
#ceb48f
#cec18f
#cecd8f

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

#ceb48f
#8fceb4
#b48fce

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

#ceb48f
#8fce94
#8fa9ce
#ce8fc8

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

#ceb48f
#8fa9ce
#948fce
#c9ce8f

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

#ceb48f Color Code Preview on Black Background Color

This is how #ceb48f Color will look on black background color. Color contrast ratio is 10.55

#ceb48f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb48f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ceb48f

#ceb48f color code is use for CSS Background Color

Background color for the above div is #ceb48f

HTML with inline CSS

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

#ceb48f color code is use for CSS Border Color

CSS Border color for the above div is #ceb48f

HTML with inline CSS

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

CSS Border Left color for the above div is #ceb48f

HTML with inline CSS

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

CSS Border Right color for the above div is #ceb48f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ceb48f

HTML with inline CSS

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

CSS Border Top color for the above div is #ceb48f

HTML with inline CSS

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

#ceb48f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ceb48f Color code Preview on White Background

This is how #ceb48f Color code will look on white background color. Color contrast ratio is 1.99

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

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.