crispedge.com

Color picker

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

#cbbb9e hex color - Brown - Warm color - Information

#cbbb9e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cbbb9e Color code in RGB color code model is created after adding 79.61% red color, 73.33% green color and 61.96% blue color. Hex #cbbb9e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 22% yellow and 20% black.

Hex #cbbb9e color code is between #ccaa99 web safe hex color code and #bbccaa web safe hex color code. #ccaa99 is the nearest web safe color code. You can see here many more shades of #cbbb9e color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codecbbb9e#cbbb9e
RGB Decimal203, 187, 158rgb(203, 187, 158)
RGB Percent80%, 73%, 62%rgb(80%, 73%, 62%)
CSS RGBa203, 187, 158,1rgba(203,187,158,1)
CMYK Modelcmyk(0%,8%,22%,20%)
HSL Color Space39,30% ,71%hsl(39,30% ,71%)
HSV Color Space39°, 22%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010111011101110011110
Octal313273236
Decimal203187158
Hexcbbb9e

Different shades of #cbbb9e color code.

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

Light Shade of #cbbb9e
#ddd2bf
Dark Shade of #cbbb9e
#b9a47d
Saturated Shade of #cbbb9e
#d2bd97
Desaturated Shade of #cbbb9e
#c4b9a5
Grey scale Shade of #cbbb9e
#b4b4b4
Brighten Shade
#e4d4b7
Most Readable Shade
#000000

Shades of #cbbb9e color code

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

#cbbb9e
#b4a68c
#9d917a
#877c69
#706757
#5a5346
#433e34
#2d2923
#161411
#000000

Similar Color like #cbbb9e color

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

#ccbc9f
#cdbda0
#cebea1
#cfbfa2
#d0c0a3
#d1c1a4
#d2c2a5
#d3c3a6
#d4c4a7
#d5c5a8
#d6c6a9
#d7c7aa
#d8c8ab
#d9c9ac
#caba9d
#c9b99c
#c8b89b
#c7b79a
#c6b699
#c5b598
#c4b497
#c3b396
#c2b295
#c1b194
#c0b093
#bfaf92
#beae91
#bdad90

Monochromatic Color with #cbbb9e

#cbbb9e
#f5e2bf
#211e1a
#4b463b
#766d5c
#a0947d

Tints of #cbbb9e Color

#cbbb9e
#d0c2a8
#d6cab3
#dcd1be
#e2d9c9
#e7e0d3
#ede8de
#f3efe9
#f9f7f4
#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

#cbbb9e
#9eaecb

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

Split Complementary

#cbbb9e
#9ec5cb
#a59ecb

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

Analogous Color

#cba99e
#cbb29e
#cbbb9e
#cbc49e
#c9cb9e

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

#cbbb9e
#9ecbbb
#bb9ecb

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

#cbbb9e
#9ecba4
#9eaecb
#cb9ec4

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

#cbbb9e
#9eaecb
#a59ecb
#c5cb9e

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

#cbbb9e Color Code Preview on Black Background Color

This is how #cbbb9e Color will look on black background color. Color contrast ratio is 11.14

#cbbb9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbbb9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbbb9e

#cbbb9e color code is use for CSS Background Color

Background color for the above div is #cbbb9e

HTML with inline CSS

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

#cbbb9e color code is use for CSS Border Color

CSS Border color for the above div is #cbbb9e

HTML with inline CSS

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

CSS Border Left color for the above div is #cbbb9e

HTML with inline CSS

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

CSS Border Right color for the above div is #cbbb9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cbbb9e

HTML with inline CSS

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

CSS Border Top color for the above div is #cbbb9e

HTML with inline CSS

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

#cbbb9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cbbb9e Color code Preview on White Background

This is how #cbbb9e Color code will look on white background color. Color contrast ratio is 1.88

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.