crispedge.com

Color picker

Loading...

#c0868b hex color - Red - Warm color - Information

#c0868b hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #c0868b Color code in RGB color code model is created after adding 75.29% red color, 52.55% green color and 54.51% blue color. Hex #c0868b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 28% yellow and 25% black.

Hex #c0868b color code is between #bb8888 web safe hex color code and #cc7799 web safe hex color code. #bb8888 is the nearest web safe color code. You can see here many more shades of #c0868b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec0868b#c0868b
RGB Decimal192, 134, 139rgb(192, 134, 139)
RGB Percent75%, 53%, 55%rgb(75%, 53%, 55%)
CSS RGBa192, 134, 139,1rgba(192,134,139,1)
CMYK Modelcmyk(0%,30%,28%,25%)
HSL Color Space355,32% ,64%hsl(355,32% ,64%)
HSV Color Space355°, 30%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001000011010001011
Octal300206213
Decimal192134139
Hexc0868b

Different shades of #c0868b color code.

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

Light Shade of #c0868b
#d1a8ab
Dark Shade of #c0868b
#af646b
Saturated Shade of #c0868b
#c97d83
Desaturated Shade of #c0868b
#b78f93
Grey scale Shade of #c0868b
#a3a3a3
Brighten Shade
#d99fa4
Most Readable Shade
#000000

Shades of #c0868b color code

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

#c0868b
#aa777b
#95686c
#80595c
#6a4a4d
#553b3d
#402c2e
#2a1d1e
#150e0f
#000000

Similar Color like #c0868b color

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

#c1878c
#c2888d
#c3898e
#c48a8f
#c58b90
#c68c91
#c78d92
#c88e93
#c98f94
#ca9095
#cb9196
#cc9297
#cd9398
#ce9499
#bf858a
#be8489
#bd8388
#bc8287
#bb8186
#ba8085
#b97f84
#b87e83
#b77d82
#b67c81
#b57b80
#b47a7f
#b3797e
#b2787d

Monochromatic Color with #c0868b

#c0868b
#eaa4aa
#160f10
#402d2f
#6b4b4d
#95686c

Tints of #c0868b Color

#c0868b
#c79397
#cea0a4
#d5aeb1
#dcbbbe
#e3c9cb
#ead6d8
#f1e4e5
#f8f1f2
#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

#c0868b
#86c0bb

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

Split Complementary

#c0868b
#86c09e
#86a8c0

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

Analogous Color

#c086a2
#c08697
#c0868b
#c08d86
#c09886

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

#c0868b
#8bc086
#868bc0

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

#c0868b
#a8c086
#86c0bb
#9e86c0

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

#c0868b
#86c0bb
#86a8c0
#c09e86

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

#c0868b Color Code Preview on Black Background Color

This is how #c0868b Color will look on black background color. Color contrast ratio is 7.02

#c0868b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0868b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0868b

#c0868b color code is use for CSS Background Color

Background color for the above div is #c0868b

HTML with inline CSS

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

#c0868b color code is use for CSS Border Color

CSS Border color for the above div is #c0868b

HTML with inline CSS

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

CSS Border Left color for the above div is #c0868b

HTML with inline CSS

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

CSS Border Right color for the above div is #c0868b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c0868b

HTML with inline CSS

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

CSS Border Top color for the above div is #c0868b

HTML with inline CSS

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

#c0868b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c0868b Color code Preview on White Background

This is how #c0868b Color code will look on white background color. Color contrast ratio is 2.99

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

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