crispedge.com

Color picker

Loading...

#cba88b hex color - Brown - Warm color - Information

#cba88b hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

Hex #cba88b color code is between #ccaa88 web safe hex color code and #bb9999 web safe hex color code. #ccaa88 is the nearest web safe color code. You can see here many more shades of #cba88b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecba88b#cba88b
RGB Decimal203, 168, 139rgb(203, 168, 139)
RGB Percent80%, 66%, 55%rgb(80%, 66%, 55%)
CSS RGBa203, 168, 139,1rgba(203,168,139,1)
CMYK Modelcmyk(0%,17%,32%,20%)
HSL Color Space27,38% ,67%hsl(27,38% ,67%)
HSV Color Space27°, 32%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010111010100010001011
Octal313250213
Decimal203168139
Hexcba88b

Different shades of #cba88b color code.

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

Light Shade of #cba88b
#dbc2ae
Dark Shade of #cba88b
#bb8e68
Saturated Shade of #cba88b
#d3a783
Desaturated Shade of #cba88b
#c3a993
Grey scale Shade of #cba88b
#ababab
Brighten Shade
#e4c1a4
Most Readable Shade
#000000

Shades of #cba88b color code

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

#cba88b
#b4957b
#9d826c
#87705c
#705d4d
#5a4a3d
#43382e
#2d251e
#16120f
#000000

Similar Color like #cba88b color

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

#cca98c
#cdaa8d
#ceab8e
#cfac8f
#d0ad90
#d1ae91
#d2af92
#d3b093
#d4b194
#d5b295
#d6b396
#d7b497
#d8b598
#d9b699
#caa78a
#c9a689
#c8a588
#c7a487
#c6a386
#c5a285
#c4a184
#c3a083
#c29f82
#c19e81
#c09d80
#bf9c7f
#be9b7e
#bd9a7d

Monochromatic Color with #cba88b

#cba88b
#f5cba8
#211b17
#4b3e34
#766251
#a0856e

Tints of #cba88b Color

#cba88b
#d0b197
#d6bba4
#dcc5b1
#e2cebe
#e7d8cb
#ede2d8
#f3ebe5
#f9f5f2
#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

#cba88b
#8baecb

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

Split Complementary

#cba88b
#8bcbc8
#8b8ecb

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

Analogous Color

#cb8e8b
#cb9b8b
#cba88b
#cbb58b
#cbc28b

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

#cba88b
#8bcba8
#a88bcb

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

#cba88b
#8ecb8b
#8baecb
#c88bcb

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

#cba88b
#8baecb
#8b8ecb
#cbc88b

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

#cba88b Color Code Preview on Black Background Color

This is how #cba88b Color will look on black background color. Color contrast ratio is 9.51

#cba88b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cba88b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cba88b

#cba88b color code is use for CSS Background Color

Background color for the above div is #cba88b

HTML with inline CSS

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

#cba88b color code is use for CSS Border Color

CSS Border color for the above div is #cba88b

HTML with inline CSS

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

CSS Border Left color for the above div is #cba88b

HTML with inline CSS

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

CSS Border Right color for the above div is #cba88b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cba88b

HTML with inline CSS

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

CSS Border Top color for the above div is #cba88b

HTML with inline CSS

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

#cba88b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cba88b Color code Preview on White Background

This is how #cba88b Color code will look on white background color. Color contrast ratio is 2.21

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

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(203,168,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,174,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,168,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.