crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c1a384 hex color - Grey - Warm color - Information

#c1a384 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

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

Hex #c1a384 color code is between #bbaa88 web safe hex color code and #cc9977 web safe hex color code. #bbaa88 is the nearest web safe color code. You can see here many more shades of #c1a384 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codec1a384#c1a384
RGB Decimal193, 163, 132rgb(193, 163, 132)
RGB Percent76%, 64%, 52%rgb(76%, 64%, 52%)
CSS RGBa193, 163, 132,1rgba(193,163,132,1)
CMYK Modelcmyk(0%,16%,32%,24%)
HSL Color Space30,33% ,64%hsl(30,33% ,64%)
HSV Color Space30°, 32%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011010001110000100
Octal301243204
Decimal193163132
Hexc1a384

Different shades of #c1a384 color code.

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

Light Shade of #c1a384
#d2bca6
Dark Shade of #c1a384
#b08a62
Saturated Shade of #c1a384
#caa37b
Desaturated Shade of #c1a384
#b8a38d
Grey scale Shade of #c1a384
#a2a2a2
Brighten Shade
#dabc9d
Most Readable Shade
#000000

Shades of #c1a384 color code

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

#c1a384
#ab9075
#967e66
#806c58
#6b5a49
#55483a
#40362c
#2a241d
#15120e
#000000

Similar Color like #c1a384 color

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

#c2a485
#c3a586
#c4a687
#c5a788
#c6a889
#c7a98a
#c8aa8b
#c9ab8c
#caac8d
#cbad8e
#ccae8f
#cdaf90
#ceb091
#cfb192
#c0a283
#bfa182
#bea081
#bd9f80
#bc9e7f
#bb9d7e
#ba9c7d
#b99b7c
#b89a7b
#b7997a
#b69879
#b59778
#b49677
#b39576

Monochromatic Color with #c1a384

#c1a384
#ebc7a1
#171310
#41372d
#6c5b4a
#967f67

Tints of #c1a384 Color

#c1a384
#c7ad91
#ceb79f
#d5c1ad
#dccbba
#e3d6c8
#eae0d6
#f1eae3
#f8f4f1
#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

#c1a384
#84a2c1

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

Split Complementary

#c1a384
#84c1c1
#8584c1

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

Analogous Color

#c18b84
#c19784
#c1a384
#c1af84
#c1bb84

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

#c1a384
#84c1a3
#a384c1

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

#c1a384
#84c184
#84a2c1
#c184c0

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

#c1a384
#84a2c1
#8584c1
#c1c184

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

#c1a384 Color Code Preview on Black Background Color

This is how #c1a384 Color will look on black background color. Color contrast ratio is 8.84

#c1a384 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1a384

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1a384

#c1a384 color code is use for CSS Background Color

Background color for the above div is #c1a384

HTML with inline CSS

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

#c1a384 color code is use for CSS Border Color

CSS Border color for the above div is #c1a384

HTML with inline CSS

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

CSS Border Left color for the above div is #c1a384

HTML with inline CSS

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

CSS Border Right color for the above div is #c1a384

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1a384

HTML with inline CSS

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

CSS Border Top color for the above div is #c1a384

HTML with inline CSS

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

#c1a384 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1a384 Color code Preview on White Background

This is how #c1a384 Color code will look on white background color. Color contrast ratio is 2.38

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.