crispedge.com

Color picker

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

#c93b4c hex color - Brown - Warm color - Information

#c93b4c hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #c93b4c Color code in RGB color code model is created after adding 78.82% red color, 23.14% green color and 29.8% blue color. Hex #c93b4c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 62% yellow and 21% black.

Hex #c93b4c color code is between #cc3344 web safe hex color code and #bb4455 web safe hex color code. #cc3344 is the nearest web safe color code. You can see here many more shades of #c93b4c color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec93b4c#c93b4c
RGB Decimal201, 59, 76rgb(201, 59, 76)
RGB Percent79%, 23%, 30%rgb(79%, 23%, 30%)
CSS RGBa201, 59, 76,1rgba(201,59,76,1)
CMYK Modelcmyk(0%,71%,62%,21%)
HSL Color Space353,57% ,51%hsl(353,57% ,51%)
HSV Color Space353°, 71%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010011101101001100
Octal31173114
Decimal2015976
Hexc93b4c

Different shades of #c93b4c color code.

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

Light Shade of #c93b4c
#d46371
Dark Shade of #c93b4c
#a42d3b
Saturated Shade of #c93b4c
#d52e42
Desaturated Shade of #c93b4c
#bc4756
Grey scale Shade of #c93b4c
#828282
Brighten Shade
#e25465
Most Readable Shade
#FFFFFF

Shades of #c93b4c color code

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

#c93b4c
#b23443
#9c2d3b
#862732
#6f202a
#591a21
#431319
#2c0d10
#160608
#000000

Similar Color like #c93b4c color

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

#ca3c4d
#cb3d4e
#cc3e4f
#cd3f50
#ce4051
#cf4152
#d04253
#d14354
#d24455
#d34556
#d44657
#d54758
#d64859
#d7495a
#c83a4b
#c7394a
#c63849
#c53748
#c43647
#c33546
#c23445
#c13344
#c03243
#bf3142
#be3041
#bd2f40
#bc2e3f
#bb2d3e

Monochromatic Color with #c93b4c

#c93b4c
#f3475c
#1f090c
#49161c
#74222c
#9e2f3c

Tints of #c93b4c Color

#c93b4c
#cf505f
#d56673
#db7c87
#e1929b
#e7a7af
#edbdc3
#f3d3d7
#f9e9eb
#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

#c93b4c
#3bc9b8

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

Split Complementary

#c93b4c
#3bc971
#3b93c9

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

Analogous Color

#c93b85
#c93b68
#c93b4c
#c9463b
#c9633b

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

#c93b4c
#4cc93b
#3b4cc9

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

#c93b4c
#93c93b
#3bc9b8
#713bc9

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

#c93b4c
#3bc9b8
#3b93c9
#c9713b

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

#c93b4c Color Code Preview on Black Background Color

This is how #c93b4c Color will look on black background color. Color contrast ratio is 4.21

#c93b4c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c93b4c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c93b4c

#c93b4c color code is use for CSS Background Color

Background color for the above div is #c93b4c

HTML with inline CSS

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

#c93b4c color code is use for CSS Border Color

CSS Border color for the above div is #c93b4c

HTML with inline CSS

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

CSS Border Left color for the above div is #c93b4c

HTML with inline CSS

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

CSS Border Right color for the above div is #c93b4c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c93b4c

HTML with inline CSS

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

CSS Border Top color for the above div is #c93b4c

HTML with inline CSS

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

#c93b4c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c93b4c Color code Preview on White Background

This is how #c93b4c Color code will look on white background color. Color contrast ratio is 4.98

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.