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

#c0075b hex color - Red - Warm color - Information

#c0075b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c0075b Color code in RGB color code model is created after adding 75.29% red color, 2.75% green color and 35.69% blue color. Hex #c0075b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 53% yellow and 24.71% black.

Hex #c0075b color code is between #bb0055 web safe hex color code and #cc0066 web safe hex color code. #bb0055 is the nearest web safe color code. You can see here many more shades of #c0075b 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 c0075b #c0075b
RGB Decimal 192, 7, 91 rgb(192, 7, 91)
RGB Percent 75%, 3%, 36% rgb(75%, 3%, 36%)
CSS RGBa 192, 7, 91,1 rgba(192,7,91,1)
CMYK Model cmyk(0%,96%,53%,24.71%)
HSL Color Space 333,93% ,39% hsl(333,93% ,39%)
HSV Color Space 333°, 96%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000000 00000111 01011011
Octal 300 7 133
Decimal 192 7 91
Hex c0 07 5b

Different shades of #c0075b color code.

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

Light Shade of #c0075b
#f10972
Dark Shade of #c0075b
#8f0544
Saturated Shade of #c0075b
#c7005a
Desaturated Shade of #c0075b
#b6115c
Grey scale Shade of #c0075b
#636363
Brighten Shade
#d92074
Most Readable Shade
#FFFFFF

Shades of #c0075b color code

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

#c0075b
#aa0650
#950546
#80043c
#6a0332
#550328
#40021e
#2a0114
#15000a
#000000

Similar Color like #c0075b color

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

#c1085c
#c2095d
#c30a5e
#c40b5f
#c50c60
#c60d61
#c70e62
#c80f63
#c91064
#ca1165
#cb1266
#cc1367
#cd1468
#ce1569
#bf065a
#be0559
#bd0458
#bc0357
#bb0256
#ba0155
#b90054
#b80053
#b70052
#b60051
#b50050
#b4004f
#b3004e
#b2004d

Monochromatic Color with #c0075b

#c0075b
#ea096f
#16010a
#40021f
#6b0433
#950547

Tints of #c0075b Color

#c0075b
#c7226d
#ce3e7f
#d55991
#dc75a3
#e390b6
#eaacc8
#f1c7da
#f8e3ec
#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

#c0075b
#07c06c

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

Split Complementary

#c0075b
#07c010
#07b7c0

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

Analogous Color

#c007a5
#c00780
#c0075b
#c00736
#c00711

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

#c0075b
#5bc007
#075bc0

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

#c0075b
#b7c007
#07c06c
#1007c0

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

#c0075b
#07c06c
#07b7c0
#c01007

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

#c0075b Color Code Preview on Black Background Color

This is how #c0075b Color will look on black background color. Color contrast ratio is 3.42

#c0075b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0075b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0075b

#c0075b color code is use for CSS Background Color

Background color for the above div is #c0075b

HTML with inline CSS

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

#c0075b color code is use for CSS Border Color

CSS Border color for the above div is #c0075b

HTML with inline CSS

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

CSS Border Left color for the above div is #c0075b

HTML with inline CSS

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

CSS Border Right color for the above div is #c0075b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c0075b

HTML with inline CSS

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

CSS Border Top color for the above div is #c0075b

HTML with inline CSS

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

#c0075b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c0075b Color code Preview on White Background

This is how #c0075b Color code will look on white background color. Color contrast ratio is 6.14

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

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(192,7,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,192,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,7,91,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.