@
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.

#cc4f40 hex color - Orange - Warm color - Information

#cc4f40 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #cc4f40 Color code in RGB color code model is created after adding 80% red color, 30.98% green color and 25.1% blue color. Hex #cc4f40 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 69% yellow and 20% black.

Hex #cc4f40 color code is between #bb5544 web safe hex color code and #dd4433 web safe hex color code. #bb5544 is the nearest web safe color code. You can see here many more shades of #cc4f40 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code cc4f40 #cc4f40
RGB Decimal 204, 79, 64 rgb(204, 79, 64)
RGB Percent 80%, 31%, 25% rgb(80%, 31%, 25%)
CSS RGBa 204, 79, 64,1 rgba(204,79,64,1)
CMYK Model cmyk(0%,61%,69%,20%)
HSL Color Space 6,58% ,53% hsl(6,58% ,53%)
HSV Color Space 6°, 69%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 01001111 01000000
Octal 314 117 100
Decimal 204 79 64
Hex cc 4f 40

Different shades of #cc4f40 color code.

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

Light Shade of #cc4f40
#d77468
Dark Shade of #cc4f40
#ab3b2e
Saturated Shade of #cc4f40
#d84534
Desaturated Shade of #cc4f40
#c0584c
Grey scale Shade of #cc4f40
#868686
Brighten Shade
#e56859
Most Readable Shade
#FFFFFF

Shades of #cc4f40 color code

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

#cc4f40
#b54638
#9e3d31
#88342a
#712b23
#5a231c
#441a15
#2d110e
#160807
#000000

Similar Color like #cc4f40 color

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

#cd5041
#ce5142
#cf5243
#d05344
#d15445
#d25546
#d35647
#d45748
#d55849
#d6594a
#d75a4b
#d85b4c
#d95c4d
#da5d4e
#cb4e3f
#ca4d3e
#c94c3d
#c84b3c
#c74a3b
#c6493a
#c54839
#c44738
#c34637
#c24536
#c14435
#c04334
#bf4233
#be4132

Monochromatic Color with #cc4f40

#cc4f40
#f65f4d
#220d0b
#4c1e18
#772e25
#a13f33

Tints of #cc4f40 Color

#cc4f40
#d16255
#d7766a
#dd897f
#e29d94
#e8b0aa
#eec4bf
#f3d7d4
#f9ebe9
#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

#cc4f40
#40bdcc

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

Split Complementary

#cc4f40
#40cc95
#4077cc

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

Analogous Color

#cc4069
#cc404d
#cc4f40
#cc6b40
#cc8740

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

#cc4f40
#40cc4f
#4f40cc

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

#cc4f40
#77cc40
#40bdcc
#9540cc

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

#cc4f40
#40bdcc
#4077cc
#cc9540

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

#cc4f40 Color Code Preview on Black Background Color

This is how #cc4f40 Color will look on black background color. Color contrast ratio is 4.76

#cc4f40 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc4f40

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc4f40

#cc4f40 color code is use for CSS Background Color

Background color for the above div is #cc4f40

HTML with inline CSS

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

#cc4f40 color code is use for CSS Border Color

CSS Border color for the above div is #cc4f40

HTML with inline CSS

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

CSS Border Left color for the above div is #cc4f40

HTML with inline CSS

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

CSS Border Right color for the above div is #cc4f40

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc4f40

HTML with inline CSS

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

CSS Border Top color for the above div is #cc4f40

HTML with inline CSS

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

#cc4f40 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc4f40 Color code Preview on White Background

This is how #cc4f40 Color code will look on white background color. Color contrast ratio is 4.41

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

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,79,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,189,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,79,64,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.