crispedge.com

Color picker

Loading...

#c0c081 hex color - Green - Warm color - Information

#c0c081 hex color - Green - Warm color

Color Hue/Base color: Green

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

Hex #c0c081 color code is between #bbbb88 web safe hex color code and #cccc77 web safe hex color code. #bbbb88 is the nearest web safe color code. You can see here many more shades of #c0c081 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec0c081#c0c081
RGB Decimal192, 192, 129rgb(192, 192, 129)
RGB Percent75%, 75%, 51%rgb(75%, 75%, 51%)
CSS RGBa192, 192, 129,1rgba(192,192,129,1)
CMYK Modelcmyk(0%,0%,33%,25%)
HSL Color Space60,33% ,63%hsl(60,33% ,63%)
HSV Color Space60°, 33%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001100000010000001
Octal300300201
Decimal192192129
Hexc0c081

Different shades of #c0c081 color code.

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

Light Shade of #c0c081
#d1d1a3
Dark Shade of #c0c081
#afaf5f
Saturated Shade of #c0c081
#c9c978
Desaturated Shade of #c0c081
#b7b78a
Grey scale Shade of #c0c081
#a0a0a0
Brighten Shade
#d9d99a
Most Readable Shade
#000000

Shades of #c0c081 color code

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

#c0c081
#aaaa72
#959564
#808056
#6a6a47
#555539
#40402b
#2a2a1c
#15150e
#000000

Similar Color like #c0c081 color

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

#c1c182
#c2c283
#c3c384
#c4c485
#c5c586
#c6c687
#c7c788
#c8c889
#c9c98a
#caca8b
#cbcb8c
#cccc8d
#cdcd8e
#cece8f
#bfbf80
#bebe7f
#bdbd7e
#bcbc7d
#bbbb7c
#baba7b
#b9b97a
#b8b879
#b7b778
#b6b677
#b5b576
#b4b475
#b3b374
#b2b273

Monochromatic Color with #c0c081

#c0c081
#eaea9e
#16160f
#40402b
#6b6b48
#959564

Tints of #c0c081 Color

#c0c081
#c7c78f
#cece9d
#d5d5ab
#dcdcb9
#e3e3c7
#eaead5
#f1f1e3
#f8f8f1
#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

#c0c081
#8181c0

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

Split Complementary

#c0c081
#81a1c0
#a181c0

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

Analogous Color

#c0a781
#c0b381
#c0c081
#b3c081
#a7c081

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

#c0c081
#81c0c0
#c081c0

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

#c0c081
#81c0a0
#8181c0
#c081a0

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

#c0c081
#8181c0
#a181c0
#a1c081

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

#c0c081 Color Code Preview on Black Background Color

This is how #c0c081 Color will look on black background color. Color contrast ratio is 11.10

#c0c081 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0c081

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0c081

#c0c081 color code is use for CSS Background Color

Background color for the above div is #c0c081

HTML with inline CSS

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

#c0c081 color code is use for CSS Border Color

CSS Border color for the above div is #c0c081

HTML with inline CSS

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

CSS Border Left color for the above div is #c0c081

HTML with inline CSS

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

CSS Border Right color for the above div is #c0c081

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c0c081

HTML with inline CSS

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

CSS Border Top color for the above div is #c0c081

HTML with inline CSS

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

#c0c081 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c0c081 Color code Preview on White Background

This is how #c0c081 Color code will look on white background color. Color contrast ratio is 1.89

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

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,192,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,129,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,192,129,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.