@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c6806b hex color - Red - Warm color - Information

#c6806b hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #c6806b Color code in RGB color code model is created after adding 77.65% red color, 50.2% green color and 41.96% blue color. Hex #c6806b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 46% yellow and 22.35% black.

Hex #c6806b color code is between #cc8866 web safe hex color code and #bb7777 web safe hex color code. #cc8866 is the nearest web safe color code. You can see here many more shades of #c6806b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec6806b#c6806b
RGB Decimal198, 128, 107rgb(198, 128, 107)
RGB Percent78%, 50%, 42%rgb(78%, 50%, 42%)
CSS RGBa198, 128, 107,1rgba(198,128,107,1)
CMYK Modelcmyk(0%,35%,46%,22.35%)
HSL Color Space14,44% ,60%hsl(14,44% ,60%)
HSV Color Space14°, 46%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101000000001101011
Octal306200153
Decimal198128107
Hexc6806b

Different shades of #c6806b color code.

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

Light Shade of #c6806b
#d4a090
Dark Shade of #c6806b
#b76147
Saturated Shade of #c6806b
#d07a61
Desaturated Shade of #c6806b
#bc8675
Grey scale Shade of #c6806b
#989898
Brighten Shade
#df9984
Most Readable Shade
#000000

Shades of #c6806b color code

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

#c6806b
#b0715f
#9a6353
#845547
#6e473b
#58382f
#422a23
#2c1c17
#160e0b
#000000

Similar Color like #c6806b color

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

#c7816c
#c8826d
#c9836e
#ca846f
#cb8570
#cc8671
#cd8772
#ce8873
#cf8974
#d08a75
#d18b76
#d28c77
#d38d78
#d48e79
#c57f6a
#c47e69
#c37d68
#c27c67
#c17b66
#c07a65
#bf7964
#be7863
#bd7762
#bc7661
#bb7560
#ba745f
#b9735e
#b8725d

Monochromatic Color with #c6806b

#c6806b
#f09b82
#1c120f
#462e26
#71493d
#9b6554

Tints of #c6806b Color

#c6806b
#cc8e7b
#d29c8b
#d9aa9c
#dfb8ac
#e5c6bd
#ecd4cd
#f2e2de
#f8f0ee
#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

#c6806b
#6bb1c6

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

Split Complementary

#c6806b
#6bc6ae
#6b84c6

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

Analogous Color

#c66b7a
#c66e6b
#c6806b
#c6926b
#c6a46b

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

#c6806b
#6bc680
#806bc6

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

#c6806b
#83c66b
#6bb1c6
#ad6bc6

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

#c6806b
#6bb1c6
#6b84c6
#c6ad6b

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

#c6806b Color Code Preview on Black Background Color

This is how #c6806b Color will look on black background color. Color contrast ratio is 6.70

#c6806b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6806b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6806b

#c6806b color code is use for CSS Background Color

Background color for the above div is #c6806b

HTML with inline CSS

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

#c6806b color code is use for CSS Border Color

CSS Border color for the above div is #c6806b

HTML with inline CSS

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

CSS Border Left color for the above div is #c6806b

HTML with inline CSS

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

CSS Border Right color for the above div is #c6806b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6806b

HTML with inline CSS

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

CSS Border Top color for the above div is #c6806b

HTML with inline CSS

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

#c6806b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6806b Color code Preview on White Background

This is how #c6806b Color code will look on white background color. Color contrast ratio is 3.13

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

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(198,128,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,177,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,128,107,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.