crispedge.com

Color picker

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

#c15c2e hex color - Orange - Warm color - Information

#c15c2e hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #c15c2e Color code in RGB color code model is created after adding 75.69% red color, 36.08% green color and 18.04% blue color. Hex #c15c2e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 76% yellow and 24% black.

Hex #c15c2e color code is between #bb5533 web safe hex color code and #cc6622 web safe hex color code. #bb5533 is the nearest web safe color code. You can see here many more shades of #c15c2e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec15c2e#c15c2e
RGB Decimal193, 92, 46rgb(193, 92, 46)
RGB Percent76%, 36%, 18%rgb(76%, 36%, 18%)
CSS RGBa193, 92, 46,1rgba(193,92,46,1)
CMYK Modelcmyk(0%,52%,76%,24%)
HSL Color Space19,62% ,47%hsl(19,62% ,47%)
HSV Color Space19°, 76%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010101110000101110
Octal30113456
Decimal1939246
Hexc15c2e

Different shades of #c15c2e color code.

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

Light Shade of #c15c2e
#d5784d
Dark Shade of #c15c2e
#984824
Saturated Shade of #c15c2e
#cd5822
Desaturated Shade of #c15c2e
#b5603a
Grey scale Shade of #c15c2e
#777777
Brighten Shade
#da7547
Most Readable Shade
#FFFFFF

Shades of #c15c2e color code

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

#c15c2e
#ab5128
#964723
#803d1e
#6b3319
#552814
#401e0f
#2a140a
#150a05
#000000

Similar Color like #c15c2e color

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

#c25d2f
#c35e30
#c45f31
#c56032
#c66133
#c76234
#c86335
#c96436
#ca6537
#cb6638
#cc6739
#cd683a
#ce693b
#cf6a3c
#c05b2d
#bf5a2c
#be592b
#bd582a
#bc5729
#bb5628
#ba5527
#b95426
#b85325
#b75224
#b65123
#b55022
#b44f21
#b34e20

Monochromatic Color with #c15c2e

#c15c2e
#eb7038
#170b05
#411f10
#6c331a
#964824

Tints of #c15c2e Color

#c15c2e
#c76e45
#ce805c
#d59273
#dca48a
#e3b6a2
#eac8b9
#f1dad0
#f8ece7
#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

#c15c2e
#2e93c1

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

Split Complementary

#c15c2e
#2ec1a6
#2e4ac1

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

Analogous Color

#c12e3b
#c13f2e
#c15c2e
#c1792e
#c1972e

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

#c15c2e
#2ec15c
#5c2ec1

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

#c15c2e
#4ac12e
#2e93c1
#a52ec1

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

#c15c2e
#2e93c1
#2e4ac1
#c1a62e

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

#c15c2e Color Code Preview on Black Background Color

This is how #c15c2e Color will look on black background color. Color contrast ratio is 4.84

#c15c2e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c15c2e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c15c2e

#c15c2e color code is use for CSS Background Color

Background color for the above div is #c15c2e

HTML with inline CSS

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

#c15c2e color code is use for CSS Border Color

CSS Border color for the above div is #c15c2e

HTML with inline CSS

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

CSS Border Left color for the above div is #c15c2e

HTML with inline CSS

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

CSS Border Right color for the above div is #c15c2e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c15c2e

HTML with inline CSS

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

CSS Border Top color for the above div is #c15c2e

HTML with inline CSS

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

#c15c2e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c15c2e Color code Preview on White Background

This is how #c15c2e Color code will look on white background color. Color contrast ratio is 4.34

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

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.