crispedge.com

Color picker

Loading...

#cb5c76 hex color - Red - Warm color - Information

#cb5c76 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #cb5c76 color code is between #cc5577 web safe hex color code and #bb6666 web safe hex color code. #cc5577 is the nearest web safe color code. You can see here many more shades of #cb5c76 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecb5c76#cb5c76
RGB Decimal203, 92, 118rgb(203, 92, 118)
RGB Percent80%, 36%, 46%rgb(80%, 36%, 46%)
CSS RGBa203, 92, 118,1rgba(203,92,118,1)
CMYK Modelcmyk(0%,55%,42%,20%)
HSL Color Space346,52% ,58%hsl(346,52% ,58%)
HSV Color Space346°, 55%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010110101110001110110
Octal313134166
Decimal20392118
Hexcb5c76

Different shades of #cb5c76 color code.

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

Light Shade of #cb5c76
#d78396
Dark Shade of #cb5c76
#b93b59
Saturated Shade of #cb5c76
#d65170
Desaturated Shade of #cb5c76
#c0677c
Grey scale Shade of #cb5c76
#939393
Brighten Shade
#e4758f
Most Readable Shade
#FFFFFF

Shades of #cb5c76 color code

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

#cb5c76
#b45168
#9d475b
#873d4e
#703341
#5a2834
#431e27
#2d141a
#160a0d
#000000

Similar Color like #cb5c76 color

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

#cc5d77
#cd5e78
#ce5f79
#cf607a
#d0617b
#d1627c
#d2637d
#d3647e
#d4657f
#d56680
#d66781
#d76882
#d86983
#d96a84
#ca5b75
#c95a74
#c85973
#c75872
#c65771
#c55670
#c4556f
#c3546e
#c2536d
#c1526c
#c0516b
#bf506a
#be4f69
#bd4e68

Monochromatic Color with #cb5c76

#cb5c76
#f56f8f
#210f13
#4b222c
#763545
#a0495d

Tints of #cb5c76 Color

#cb5c76
#d06e85
#d68094
#dc92a3
#e2a4b2
#e7b6c2
#edc8d1
#f3dae0
#f9ecef
#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

#cb5c76
#5ccbb1

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

Split Complementary

#cb5c76
#5ccb79
#5caecb

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

Analogous Color

#cb5ca2
#cb5c8c
#cb5c76
#cb5c60
#cb6e5c

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

#cb5c76
#76cb5c
#5c76cb

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

#cb5c76
#adcb5c
#5ccbb1
#795ccb

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

#cb5c76
#5ccbb1
#5caecb
#cb795c

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

#cb5c76 Color Code Preview on Black Background Color

This is how #cb5c76 Color will look on black background color. Color contrast ratio is 5.33

#cb5c76 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb5c76

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb5c76

#cb5c76 color code is use for CSS Background Color

Background color for the above div is #cb5c76

HTML with inline CSS

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

#cb5c76 color code is use for CSS Border Color

CSS Border color for the above div is #cb5c76

HTML with inline CSS

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

CSS Border Left color for the above div is #cb5c76

HTML with inline CSS

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

CSS Border Right color for the above div is #cb5c76

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb5c76

HTML with inline CSS

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

CSS Border Top color for the above div is #cb5c76

HTML with inline CSS

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

#cb5c76 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb5c76 Color code Preview on White Background

This is how #cb5c76 Color code will look on white background color. Color contrast ratio is 3.94

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

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(203,92,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,203,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,92,118,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.