crispedge.com

Color picker

Loading...

#cc906d hex color - Red - Warm color - Information

#cc906d hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #cc906d Color code in RGB color code model is created after adding 80% red color, 56.47% green color and 42.75% blue color. Hex #cc906d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 47% yellow and 20% black.

Hex #cc906d color code is between #bb8866 web safe hex color code and #dd9977 web safe hex color code. #bb8866 is the nearest web safe color code. You can see here many more shades of #cc906d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc906d#cc906d
RGB Decimal204, 144, 109rgb(204, 144, 109)
RGB Percent80%, 56%, 43%rgb(80%, 56%, 43%)
CSS RGBa204, 144, 109,1rgba(204,144,109,1)
CMYK Modelcmyk(0%,29%,47%,20%)
HSL Color Space22,48% ,61%hsl(22,48% ,61%)
HSV Color Space22°, 47%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001001000001101101
Octal314220155
Decimal204144109
Hexcc906d

Different shades of #cc906d color code.

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

Light Shade of #cc906d
#d9ad93
Dark Shade of #cc906d
#bf7347
Saturated Shade of #cc906d
#d68d63
Desaturated Shade of #cc906d
#c29377
Grey scale Shade of #cc906d
#9c9c9c
Brighten Shade
#e5a986
Most Readable Shade
#000000

Shades of #cc906d color code

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

#cc906d
#b58060
#9e7054
#886048
#71503c
#5a4030
#443024
#2d2018
#16100c
#000000

Similar Color like #cc906d color

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

#cd916e
#ce926f
#cf9370
#d09471
#d19572
#d29673
#d39774
#d49875
#d59976
#d69a77
#d79b78
#d89c79
#d99d7a
#da9e7b
#cb8f6c
#ca8e6b
#c98d6a
#c88c69
#c78b68
#c68a67
#c58966
#c48865
#c38764
#c28663
#c18562
#c08461
#bf8360
#be825f

Monochromatic Color with #cc906d

#cc906d
#f6ae84
#221812
#4c3629
#775440
#a17256

Tints of #cc906d Color

#cc906d
#d19c7d
#d7a88d
#ddb59d
#e2c1ad
#e8cdbe
#eedace
#f3e6de
#f9f2ee
#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

#cc906d
#6da9cc

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

Split Complementary

#cc906d
#6dccc0
#6d79cc

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

Analogous Color

#cc6d70
#cc7d6d
#cc906d
#cca36d
#ccb66d

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

#cc906d
#6dcc90
#906dcc

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

#cc906d
#79cc6d
#6da9cc
#bf6dcc

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

#cc906d
#6da9cc
#6d79cc
#ccc06d

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

#cc906d Color Code Preview on Black Background Color

This is how #cc906d Color will look on black background color. Color contrast ratio is 7.78

#cc906d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc906d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc906d

#cc906d color code is use for CSS Background Color

Background color for the above div is #cc906d

HTML with inline CSS

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

#cc906d color code is use for CSS Border Color

CSS Border color for the above div is #cc906d

HTML with inline CSS

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

CSS Border Left color for the above div is #cc906d

HTML with inline CSS

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

CSS Border Right color for the above div is #cc906d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc906d

HTML with inline CSS

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

CSS Border Top color for the above div is #cc906d

HTML with inline CSS

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

#cc906d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc906d Color code Preview on White Background

This is how #cc906d Color code will look on white background color. Color contrast ratio is 2.70

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

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(204,144,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,169,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,144,109,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.