crispedge.com

Color picker

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

#c95b5f hex color - Red - Warm color - Information

#c95b5f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c95b5f Color code in RGB color code model is created after adding 78.82% red color, 35.69% green color and 37.25% blue color. Hex #c95b5f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 53% yellow and 21% black.

Hex #c95b5f color code is between #cc5566 web safe hex color code and #bb6655 web safe hex color code. #cc5566 is the nearest web safe color code. You can see here many more shades of #c95b5f color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codec95b5f#c95b5f
RGB Decimal201, 91, 95rgb(201, 91, 95)
RGB Percent79%, 36%, 37%rgb(79%, 36%, 37%)
CSS RGBa201, 91, 95,1rgba(201,91,95,1)
CMYK Modelcmyk(0%,55%,53%,21%)
HSL Color Space358,50% ,57%hsl(358,50% ,57%)
HSV Color Space358°, 55%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010101101101011111
Octal311133137
Decimal2019195
Hexc95b5f

Different shades of #c95b5f color code.

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

Light Shade of #c95b5f
#d68184
Dark Shade of #c95b5f
#b53c40
Saturated Shade of #c95b5f
#d45055
Desaturated Shade of #c95b5f
#be6669
Grey scale Shade of #c95b5f
#929292
Brighten Shade
#e27478
Most Readable Shade
#FFFFFF

Shades of #c95b5f color code

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

#c95b5f
#b25054
#9c4649
#863c3f
#6f3234
#59282a
#431e1f
#2c1415
#160a0a
#000000

Similar Color like #c95b5f color

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

#ca5c60
#cb5d61
#cc5e62
#cd5f63
#ce6064
#cf6165
#d06266
#d16367
#d26468
#d36569
#d4666a
#d5676b
#d6686c
#d7696d
#c85a5e
#c7595d
#c6585c
#c5575b
#c4565a
#c35559
#c25458
#c15357
#c05256
#bf5155
#be5054
#bd4f53
#bc4e52
#bb4d51

Monochromatic Color with #c95b5f

#c95b5f
#f36e73
#1f0e0f
#492123
#743537
#9e484b

Tints of #c95b5f Color

#c95b5f
#cf6d70
#d57f82
#db9194
#e1a3a6
#e7b6b7
#edc8c9
#f3dadb
#f9eced
#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

#c95b5f
#5bc9c5

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

Split Complementary

#c95b5f
#5bc98e
#5b96c9

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

Analogous Color

#c95b8b
#c95b75
#c95b5f
#c96d5b
#c9835b

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

#c95b5f
#5fc95b
#5b5fc9

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

#c95b5f
#96c95b
#5bc9c5
#8e5bc9

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

#c95b5f
#5bc9c5
#5b96c9
#c98e5b

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

#c95b5f Color Code Preview on Black Background Color

This is how #c95b5f Color will look on black background color. Color contrast ratio is 5.15

#c95b5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c95b5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c95b5f

#c95b5f color code is use for CSS Background Color

Background color for the above div is #c95b5f

HTML with inline CSS

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

#c95b5f color code is use for CSS Border Color

CSS Border color for the above div is #c95b5f

HTML with inline CSS

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

CSS Border Left color for the above div is #c95b5f

HTML with inline CSS

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

CSS Border Right color for the above div is #c95b5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c95b5f

HTML with inline CSS

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

CSS Border Top color for the above div is #c95b5f

HTML with inline CSS

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

#c95b5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c95b5f Color code Preview on White Background

This is how #c95b5f Color code will look on white background color. Color contrast ratio is 4.08

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.