crispedge.com

Color picker

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

#cba59c hex color - Red - Warm color - Information

#cba59c hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #cba59c Color code in RGB color code model is created after adding 79.61% red color, 64.71% green color and 61.18% blue color. Hex #cba59c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 23% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecba59c#cba59c
RGB Decimal203, 165, 156rgb(203, 165, 156)
RGB Percent80%, 65%, 61%rgb(80%, 65%, 61%)
CSS RGBa203, 165, 156,1rgba(203,165,156,1)
CMYK Modelcmyk(0%,19%,23%,20%)
HSL Color Space11,31% ,70%hsl(11,31% ,70%)
HSV Color Space11°, 23%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010111010010110011100
Octal313245234
Decimal203165156
Hexcba59c

Different shades of #cba59c color code.

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

Light Shade of #cba59c
#ddc3bd
Dark Shade of #cba59c
#b9877b
Saturated Shade of #cba59c
#d3a094
Desaturated Shade of #cba59c
#c3aaa4
Grey scale Shade of #cba59c
#b3b3b3
Brighten Shade
#e4beb5
Most Readable Shade
#000000

Shades of #cba59c color code

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

#cba59c
#b4928a
#9d8079
#876e68
#705b56
#5a4945
#433734
#2d2422
#161211
#000000

Similar Color like #cba59c color

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

#cca69d
#cda79e
#cea89f
#cfa9a0
#d0aaa1
#d1aba2
#d2aca3
#d3ada4
#d4aea5
#d5afa6
#d6b0a7
#d7b1a8
#d8b2a9
#d9b3aa
#caa49b
#c9a39a
#c8a299
#c7a198
#c6a097
#c59f96
#c49e95
#c39d94
#c29c93
#c19b92
#c09a91
#bf9990
#be988f
#bd978e

Monochromatic Color with #cba59c

#cba59c
#f5c8bd
#211b19
#4b3d3a
#76605b
#a0827b

Tints of #cba59c Color

#cba59c
#d0afa7
#d6b9b2
#dcc3bd
#e2cdc8
#e7d7d3
#ede1de
#f3ebe9
#f9f5f4
#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

#cba59c
#9cc2cb

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

Split Complementary

#cba59c
#9ccbbd
#9cabcb

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

Analogous Color

#cb9ca6
#cb9c9c
#cba59c
#cbae9c
#cbb89c

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

#cba59c
#9ccba5
#a59ccb

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

#cba59c
#aacb9c
#9cc2cb
#bc9ccb

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

#cba59c
#9cc2cb
#9cabcb
#cbbd9c

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

#cba59c Color Code Preview on Black Background Color

This is how #cba59c Color will look on black background color. Color contrast ratio is 9.40

#cba59c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cba59c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cba59c

#cba59c color code is use for CSS Background Color

Background color for the above div is #cba59c

HTML with inline CSS

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

#cba59c color code is use for CSS Border Color

CSS Border color for the above div is #cba59c

HTML with inline CSS

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

CSS Border Left color for the above div is #cba59c

HTML with inline CSS

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

CSS Border Right color for the above div is #cba59c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cba59c

HTML with inline CSS

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

CSS Border Top color for the above div is #cba59c

HTML with inline CSS

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

#cba59c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cba59c Color code Preview on White Background

This is how #cba59c Color code will look on white background color. Color contrast ratio is 2.23

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

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.