crispedge.com

Color picker

Loading...

#c1a211 hex color - Green - Warm color - Information

#c1a211 hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #c1a211 Color code in RGB color code model is created after adding 75.69% red color, 63.53% green color and 6.67% blue color. Hex #c1a211 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 91% yellow and 24% black.

Hex #c1a211 color code is between #bbaa00 web safe hex color code and #cc9900 web safe hex color code. #bbaa00 is the nearest web safe color code. You can see here many more shades of #c1a211 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec1a211#c1a211
RGB Decimal193, 162, 17rgb(193, 162, 17)
RGB Percent76%, 64%, 7%rgb(76%, 64%, 7%)
CSS RGBa193, 162, 17,1rgba(193,162,17,1)
CMYK Modelcmyk(0%,16%,91%,24%)
HSL Color Space49,84% ,41%hsl(49,84% ,41%)
HSV Color Space49°, 91%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011010001000010001
Octal30124221
Decimal19316217
Hexc1a211

Different shades of #c1a211 color code.

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

Light Shade of #c1a211
#ebc61a
Dark Shade of #c1a211
#927b0d
Saturated Shade of #c1a211
#cba907
Desaturated Shade of #c1a211
#b69b1c
Grey scale Shade of #c1a211
#696969
Brighten Shade
#dabb2a
Most Readable Shade
#000000

Shades of #c1a211 color code

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

#c1a211
#ab900f
#967e0d
#806c0b
#6b5a09
#554807
#403605
#2a2403
#151201
#000000

Similar Color like #c1a211 color

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

#c2a312
#c3a413
#c4a514
#c5a615
#c6a716
#c7a817
#c8a918
#c9aa19
#caab1a
#cbac1b
#ccad1c
#cdae1d
#ceaf1e
#cfb01f
#c0a110
#bfa00f
#be9f0e
#bd9e0d
#bc9d0c
#bb9c0b
#ba9b0a
#b99a09
#b89908
#b79807
#b69706
#b59605
#b49504
#b39403

Monochromatic Color with #c1a211

#c1a211
#ebc615
#171302
#413706
#6c5b0a
#967e0d

Tints of #c1a211 Color

#c1a211
#c7ac2b
#ceb645
#d5c160
#dccb7a
#e3d595
#eae0af
#f1eaca
#f8f4e4
#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

#c1a211
#1130c1

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

Split Complementary

#c1a211
#1188c1
#4a11c1

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

Analogous Color

#c15c11
#c17f11
#c1a211
#bdc111
#9ac111

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

#c1a211
#11c1a2
#a211c1

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

#c1a211
#11c14a
#1130c1
#c11188

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

#c1a211
#1130c1
#4a11c1
#88c111

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

#c1a211 Color Code Preview on Black Background Color

This is how #c1a211 Color will look on black background color. Color contrast ratio is 8.44

#c1a211 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1a211

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1a211

#c1a211 color code is use for CSS Background Color

Background color for the above div is #c1a211

HTML with inline CSS

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

#c1a211 color code is use for CSS Border Color

CSS Border color for the above div is #c1a211

HTML with inline CSS

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

CSS Border Left color for the above div is #c1a211

HTML with inline CSS

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

CSS Border Right color for the above div is #c1a211

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1a211

HTML with inline CSS

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

CSS Border Top color for the above div is #c1a211

HTML with inline CSS

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

#c1a211 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1a211 Color code Preview on White Background

This is how #c1a211 Color code will look on white background color. Color contrast ratio is 2.49

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

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(193,162,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,48,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,162,17,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.