crispedge.com

Color picker

Loading...

#cb6e31 hex color - Orange - Warm color - Information

#cb6e31 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #cb6e31 Color code in RGB color code model is created after adding 79.61% red color, 43.14% green color and 19.22% blue color. Hex #cb6e31 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 76% yellow and 20% black.

Hex #cb6e31 color code is between #cc6633 web safe hex color code and #bb7722 web safe hex color code. #cc6633 is the nearest web safe color code. You can see here many more shades of #cb6e31 color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codecb6e31#cb6e31
RGB Decimal203, 110, 49rgb(203, 110, 49)
RGB Percent80%, 43%, 19%rgb(80%, 43%, 19%)
CSS RGBa203, 110, 49,1rgba(203,110,49,1)
CMYK Modelcmyk(0%,46%,76%,20%)
HSL Color Space24,61% ,49%hsl(24,61% ,49%)
HSV Color Space24°, 76%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010110110111000110001
Octal31315661
Decimal20311049
Hexcb6e31

Different shades of #cb6e31 color code.

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

Light Shade of #cb6e31
#d78a58
Dark Shade of #cb6e31
#a25827
Saturated Shade of #cb6e31
#d86b24
Desaturated Shade of #cb6e31
#be713e
Grey scale Shade of #cb6e31
#7e7e7e
Brighten Shade
#e4874a
Most Readable Shade
#FFFFFF

Shades of #cb6e31 color code

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

#cb6e31
#b4612b
#9d5526
#874920
#703d1b
#5a3015
#432410
#2d180a
#160c05
#000000

Similar Color like #cb6e31 color

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

#cc6f32
#cd7033
#ce7134
#cf7235
#d07336
#d17437
#d27538
#d37639
#d4773a
#d5783b
#d6793c
#d77a3d
#d87b3e
#d97c3f
#ca6d30
#c96c2f
#c86b2e
#c76a2d
#c6692c
#c5682b
#c4672a
#c36629
#c26528
#c16427
#c06326
#bf6225
#be6124
#bd6023

Monochromatic Color with #cb6e31

#cb6e31
#f5853b
#211208
#4b2912
#76401c
#a05727

Tints of #cb6e31 Color

#cb6e31
#d07e47
#d68e5e
#dc9e75
#e2ae8c
#e7bea3
#edceba
#f3ded1
#f9eee8
#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

#cb6e31
#318ecb

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

Split Complementary

#cb6e31
#31cbbb
#3141cb

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

Analogous Color

#cb3132
#cb4f31
#cb6e31
#cb8d31
#cbac31

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

#cb6e31
#31cb6e
#6e31cb

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

#cb6e31
#41cb31
#318ecb
#bb31cb

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

#cb6e31
#318ecb
#3141cb
#cbbb31

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

#cb6e31 Color Code Preview on Black Background Color

This is how #cb6e31 Color will look on black background color. Color contrast ratio is 5.81

#cb6e31 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb6e31

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb6e31

#cb6e31 color code is use for CSS Background Color

Background color for the above div is #cb6e31

HTML with inline CSS

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

#cb6e31 color code is use for CSS Border Color

CSS Border color for the above div is #cb6e31

HTML with inline CSS

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

CSS Border Left color for the above div is #cb6e31

HTML with inline CSS

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

CSS Border Right color for the above div is #cb6e31

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb6e31

HTML with inline CSS

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

CSS Border Top color for the above div is #cb6e31

HTML with inline CSS

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

#cb6e31 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb6e31 Color code Preview on White Background

This is how #cb6e31 Color code will look on white background color. Color contrast ratio is 3.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 #cb6e31; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cb6e31; }

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,110,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(49,142,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,110,49,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.