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

#cc5c48 hex color - Orange - Warm color - Information

#cc5c48 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #cc5c48 Color code in RGB color code model is created after adding 80% red color, 36.08% green color and 28.24% blue color. Hex #cc5c48 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 65% yellow and 20% black.

Hex #cc5c48 color code is between #bb5544 web safe hex color code and #dd6655 web safe hex color code. #bb5544 is the nearest web safe color code. You can see here many more shades of #cc5c48 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 cc5c48 #cc5c48
RGB Decimal 204, 92, 72 rgb(204, 92, 72)
RGB Percent 80%, 36%, 28% rgb(80%, 36%, 28%)
CSS RGBa 204, 92, 72,1 rgba(204,92,72,1)
CMYK Model cmyk(0%,55%,65%,20%)
HSL Color Space 9,56% ,54% hsl(9,56% ,54%)
HSV Color Space 9°, 65%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 01011100 01001000
Octal 314 134 110
Decimal 204 92 72
Hex cc 5c 48

Different shades of #cc5c48 color code.

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

Light Shade of #cc5c48
#d77f70
Dark Shade of #cc5c48
#b04431
Saturated Shade of #cc5c48
#d8543c
Desaturated Shade of #cc5c48
#c06454
Grey scale Shade of #cc5c48
#8a8a8a
Brighten Shade
#e57561
Most Readable Shade
#FFFFFF

Shades of #cc5c48 color code

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

#cc5c48
#b55140
#9e4738
#883d30
#713328
#5a2820
#441e18
#2d1410
#160a08
#000000

Similar Color like #cc5c48 color

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

#cd5d49
#ce5e4a
#cf5f4b
#d0604c
#d1614d
#d2624e
#d3634f
#d46450
#d56551
#d66652
#d76753
#d86854
#d96955
#da6a56
#cb5b47
#ca5a46
#c95945
#c85844
#c75743
#c65642
#c55541
#c45440
#c3533f
#c2523e
#c1513d
#c0503c
#bf4f3b
#be4e3a

Monochromatic Color with #cc5c48

#cc5c48
#f66f57
#220f0c
#4c221b
#77362a
#a14939

Tints of #cc5c48 Color

#cc5c48
#d16e5c
#d78070
#dd9285
#e2a499
#e8b6ad
#eec8c2
#f3dad6
#f9ecea
#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

#cc5c48
#48b8cc

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

Split Complementary

#cc5c48
#48cc9e
#4876cc

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

Analogous Color

#cc4869
#cc484e
#cc5c48
#cc7648
#cc9148

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

#cc5c48
#48cc5c
#5c48cc

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

#cc5c48
#76cc48
#48b8cc
#9e48cc

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

#cc5c48
#48b8cc
#4876cc
#cc9e48

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

#cc5c48 Color Code Preview on Black Background Color

This is how #cc5c48 Color will look on black background color. Color contrast ratio is 5.19

#cc5c48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc5c48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc5c48

#cc5c48 color code is use for CSS Background Color

Background color for the above div is #cc5c48

HTML with inline CSS

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

#cc5c48 color code is use for CSS Border Color

CSS Border color for the above div is #cc5c48

HTML with inline CSS

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

CSS Border Left color for the above div is #cc5c48

HTML with inline CSS

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

CSS Border Right color for the above div is #cc5c48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc5c48

HTML with inline CSS

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

CSS Border Top color for the above div is #cc5c48

HTML with inline CSS

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

#cc5c48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc5c48 Color code Preview on White Background

This is how #cc5c48 Color code will look on white background color. Color contrast ratio is 4.04

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

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,92,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,184,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,92,72,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.