crispedge.com

Color picker

Loading...

#c06c5d hex color - Red - Warm color - Information

#c06c5d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c06c5d Color code in RGB color code model is created after adding 75.29% red color, 42.35% green color and 36.47% blue color. Hex #c06c5d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 52% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec06c5d#c06c5d
RGB Decimal192, 108, 93rgb(192, 108, 93)
RGB Percent75%, 42%, 36%rgb(75%, 42%, 36%)
CSS RGBa192, 108, 93,1rgba(192,108,93,1)
CMYK Modelcmyk(0%,44%,52%,25%)
HSL Color Space9,44% ,56%hsl(9,44% ,56%)
HSV Color Space9°, 52%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000110110001011101
Octal300154135
Decimal19210893
Hexc06c5d

Different shades of #c06c5d color code.

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

Light Shade of #c06c5d
#ce8d82
Dark Shade of #c06c5d
#a85142
Saturated Shade of #c06c5d
#cb6452
Desaturated Shade of #c06c5d
#b57468
Grey scale Shade of #c06c5d
#8e8e8e
Brighten Shade
#d98576
Most Readable Shade
#FFFFFF

Shades of #c06c5d color code

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

#c06c5d
#aa6052
#955448
#80483e
#6a3c33
#553029
#40241f
#2a1814
#150c0a
#000000

Similar Color like #c06c5d color

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

#c16d5e
#c26e5f
#c36f60
#c47061
#c57162
#c67263
#c77364
#c87465
#c97566
#ca7667
#cb7768
#cc7869
#cd796a
#ce7a6b
#bf6b5c
#be6a5b
#bd695a
#bc6859
#bb6758
#ba6657
#b96556
#b86455
#b76354
#b66253
#b56152
#b46051
#b35f50
#b25e4f

Monochromatic Color with #c06c5d

#c06c5d
#ea8472
#160c0b
#40241f
#6b3c34
#955448

Tints of #c06c5d Color

#c06c5d
#c77c6f
#ce8c81
#d59d93
#dcada5
#e3bdb7
#eacec9
#f1dedb
#f8eeed
#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

#c06c5d
#5db1c0

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

Split Complementary

#c06c5d
#5dc09e
#5d80c0

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

Analogous Color

#c05d76
#c05d62
#c06c5d
#c0805d
#c0945d

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

#c06c5d
#5dc06c
#6c5dc0

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

#c06c5d
#7fc05d
#5db1c0
#9d5dc0

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

#c06c5d
#5db1c0
#5d80c0
#c09e5d

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

#c06c5d Color Code Preview on Black Background Color

This is how #c06c5d Color will look on black background color. Color contrast ratio is 5.54

#c06c5d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c06c5d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c06c5d

#c06c5d color code is use for CSS Background Color

Background color for the above div is #c06c5d

HTML with inline CSS

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

#c06c5d color code is use for CSS Border Color

CSS Border color for the above div is #c06c5d

HTML with inline CSS

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

CSS Border Left color for the above div is #c06c5d

HTML with inline CSS

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

CSS Border Right color for the above div is #c06c5d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c06c5d

HTML with inline CSS

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

CSS Border Top color for the above div is #c06c5d

HTML with inline CSS

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

#c06c5d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c06c5d Color code Preview on White Background

This is how #c06c5d Color code will look on white background color. Color contrast ratio is 3.79

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

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(192,108,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,177,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,108,93,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.