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

#cc3c60 hex color - Red - Warm color - Information

#cc3c60 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cc3c60 Color code in RGB color code model is created after adding 80% red color, 23.53% green color and 37.65% blue color. Hex #cc3c60 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 53% yellow and 20% black.

Hex #cc3c60 color code is between #bb4466 web safe hex color code and #dd3355 web safe hex color code. #bb4466 is the nearest web safe color code. You can see here many more shades of #cc3c60 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 cc3c60 #cc3c60
RGB Decimal 204, 60, 96 rgb(204, 60, 96)
RGB Percent 80%, 24%, 38% rgb(80%, 24%, 38%)
CSS RGBa 204, 60, 96,1 rgba(204,60,96,1)
CMYK Model cmyk(0%,71%,53%,20%)
HSL Color Space 345,59% ,52% hsl(345,59% ,52%)
HSV Color Space 345°, 71%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 00111100 01100000
Octal 314 74 140
Decimal 204 60 96
Hex cc 3c 60

Different shades of #cc3c60 color code.

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

Light Shade of #cc3c60
#d76481
Dark Shade of #cc3c60
#a92c4b
Saturated Shade of #cc3c60
#d8305a
Desaturated Shade of #cc3c60
#c04866
Grey scale Shade of #cc3c60
#848484
Brighten Shade
#e55579
Most Readable Shade
#FFFFFF

Shades of #cc3c60 color code

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

#cc3c60
#b53555
#9e2e4a
#882840
#712135
#5a1a2a
#441420
#2d0d15
#16060a
#000000

Similar Color like #cc3c60 color

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

#cd3d61
#ce3e62
#cf3f63
#d04064
#d14165
#d24266
#d34367
#d44468
#d54569
#d6466a
#d7476b
#d8486c
#d9496d
#da4a6e
#cb3b5f
#ca3a5e
#c9395d
#c8385c
#c7375b
#c6365a
#c53559
#c43458
#c33357
#c23256
#c13155
#c03054
#bf2f53
#be2e52

Monochromatic Color with #cc3c60

#cc3c60
#f64974
#220a10
#4c1624
#772338
#a1304c

Tints of #cc3c60 Color

#cc3c60
#d15171
#d76783
#dd7d95
#e292a6
#e8a8b8
#eebeca
#f3d3db
#f9e9ed
#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

#cc3c60
#3ccca8

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

Split Complementary

#cc3c60
#3ccc60
#3ca8cc

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

Analogous Color

#cc3c9a
#cc3c7d
#cc3c60
#cc3c43
#cc523c

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

#cc3c60
#60cc3c
#3c60cc

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

#cc3c60
#a8cc3c
#3ccca8
#603ccc

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

#cc3c60
#3ccca8
#3ca8cc
#cc603c

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

#cc3c60 Color Code Preview on Black Background Color

This is how #cc3c60 Color will look on black background color. Color contrast ratio is 4.38

#cc3c60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc3c60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc3c60

#cc3c60 color code is use for CSS Background Color

Background color for the above div is #cc3c60

HTML with inline CSS

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

#cc3c60 color code is use for CSS Border Color

CSS Border color for the above div is #cc3c60

HTML with inline CSS

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

CSS Border Left color for the above div is #cc3c60

HTML with inline CSS

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

CSS Border Right color for the above div is #cc3c60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc3c60

HTML with inline CSS

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

CSS Border Top color for the above div is #cc3c60

HTML with inline CSS

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

#cc3c60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc3c60 Color code Preview on White Background

This is how #cc3c60 Color code will look on white background color. Color contrast ratio is 4.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 #cc3c60; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cc3c60; }

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,60,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,204,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,60,96,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.