crispedge.com

Color picker

Loading...

#cb956c hex color - Red - Warm color - Information

#cb956c hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #cb956c Color code in RGB color code model is created after adding 79.61% red color, 58.43% green color and 42.35% blue color. Hex #cb956c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 47% yellow and 20% black.

Hex #cb956c color code is between #cc9966 web safe hex color code and #bb8877 web safe hex color code. #cc9966 is the nearest web safe color code. You can see here many more shades of #cb956c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecb956c#cb956c
RGB Decimal203, 149, 108rgb(203, 149, 108)
RGB Percent80%, 58%, 42%rgb(80%, 58%, 42%)
CSS RGBa203, 149, 108,1rgba(203,149,108,1)
CMYK Modelcmyk(0%,27%,47%,20%)
HSL Color Space26,48% ,61%hsl(26,48% ,61%)
HSV Color Space26°, 47%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010111001010101101100
Octal313225154
Decimal203149108
Hexcb956c

Different shades of #cb956c color code.

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

Light Shade of #cb956c
#d8b092
Dark Shade of #cb956c
#be7a46
Saturated Shade of #cb956c
#d59462
Desaturated Shade of #cb956c
#c19676
Grey scale Shade of #cb956c
#9b9b9b
Brighten Shade
#e4ae85
Most Readable Shade
#000000

Shades of #cb956c color code

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

#cb956c
#b48460
#9d7354
#876348
#70523c
#5a4230
#433124
#2d2118
#16100c
#000000

Similar Color like #cb956c color

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

#cc966d
#cd976e
#ce986f
#cf9970
#d09a71
#d19b72
#d29c73
#d39d74
#d49e75
#d59f76
#d6a077
#d7a178
#d8a279
#d9a37a
#ca946b
#c9936a
#c89269
#c79168
#c69067
#c58f66
#c48e65
#c38d64
#c28c63
#c18b62
#c08a61
#bf8960
#be885f
#bd875e

Monochromatic Color with #cb956c

#cb956c
#f5b483
#211812
#4b3728
#76573f
#a07655

Tints of #cb956c Color

#cb956c
#d0a07c
#d6ac8c
#dcb89d
#e2c4ad
#e7cfbd
#eddbce
#f3e7de
#f9f3ee
#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

#cb956c
#6ca2cb

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

Split Complementary

#cb956c
#6ccbc5
#6c73cb

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

Analogous Color

#cb6f6c
#cb826c
#cb956c
#cba86c
#cbbb6c

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

#cb956c
#6ccb95
#956ccb

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

#cb956c
#73cb6c
#6ca2cb
#c46ccb

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

#cb956c
#6ca2cb
#6c73cb
#cbc56c

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

#cb956c Color Code Preview on Black Background Color

This is how #cb956c Color will look on black background color. Color contrast ratio is 8.05

#cb956c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb956c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb956c

#cb956c color code is use for CSS Background Color

Background color for the above div is #cb956c

HTML with inline CSS

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

#cb956c color code is use for CSS Border Color

CSS Border color for the above div is #cb956c

HTML with inline CSS

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

CSS Border Left color for the above div is #cb956c

HTML with inline CSS

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

CSS Border Right color for the above div is #cb956c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb956c

HTML with inline CSS

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

CSS Border Top color for the above div is #cb956c

HTML with inline CSS

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

#cb956c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb956c Color code Preview on White Background

This is how #cb956c Color code will look on white background color. Color contrast ratio is 2.61

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

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,149,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,162,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,149,108,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.