crispedge.com

Color picker

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

#c9bf92 hex color - Brown - Warm color - Information

#c9bf92 hex color - Brown - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Brown

Hex #c9bf92 Color code in RGB color code model is created after adding 78.82% red color, 74.9% green color and 57.25% blue color. Hex #c9bf92 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 27% yellow and 21% black.

Hex #c9bf92 color code is between #ccbb99 web safe hex color code and #bbcc88 web safe hex color code. #ccbb99 is the nearest web safe color code. You can see here many more shades of #c9bf92 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec9bf92#c9bf92
RGB Decimal201, 191, 146rgb(201, 191, 146)
RGB Percent79%, 75%, 57%rgb(79%, 75%, 57%)
CSS RGBa201, 191, 146,1rgba(201,191,146,1)
CMYK Modelcmyk(0%,5%,27%,21%)
HSL Color Space49,34% ,68%hsl(49,34% ,68%)
HSV Color Space49°, 27%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011011111110010010
Octal311277222
Decimal201191146
Hexc9bf92

Different shades of #c9bf92 color code.

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

Light Shade of #c9bf92
#dad3b4
Dark Shade of #c9bf92
#b8ab70
Saturated Shade of #c9bf92
#d1c48a
Desaturated Shade of #c9bf92
#c1ba9a
Grey scale Shade of #c9bf92
#adadad
Brighten Shade
#e2d8ab
Most Readable Shade
#000000

Shades of #c9bf92 color code

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

#c9bf92
#b2a981
#9c9471
#867f61
#6f6a51
#595440
#433f30
#2c2a20
#161510
#000000

Similar Color like #c9bf92 color

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

#cac093
#cbc194
#ccc295
#cdc396
#cec497
#cfc598
#d0c699
#d1c79a
#d2c89b
#d3c99c
#d4ca9d
#d5cb9e
#d6cc9f
#d7cda0
#c8be91
#c7bd90
#c6bc8f
#c5bb8e
#c4ba8d
#c3b98c
#c2b88b
#c1b78a
#c0b689
#bfb588
#beb487
#bdb386
#bcb285
#bbb184

Monochromatic Color with #c9bf92

#c9bf92
#f3e7b1
#1f1d17
#494635
#746e54
#9e9773

Tints of #c9bf92 Color

#c9bf92
#cfc69e
#d5cdaa
#dbd4b6
#e1dbc2
#e7e2ce
#ede9da
#f3f0e6
#f9f7f2
#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

#c9bf92
#929cc9

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

Split Complementary

#c9bf92
#92b8c9
#a492c9

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

Analogous Color

#c9a992
#c9b492
#c9bf92
#c8c992
#bdc992

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

#c9bf92
#92c9bf
#bf92c9

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

#c9bf92
#92c9a3
#929cc9
#c992b7

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

#c9bf92
#929cc9
#a492c9
#b8c992

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

#c9bf92 Color Code Preview on Black Background Color

This is how #c9bf92 Color will look on black background color. Color contrast ratio is 11.35

#c9bf92 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9bf92

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9bf92

#c9bf92 color code is use for CSS Background Color

Background color for the above div is #c9bf92

HTML with inline CSS

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

#c9bf92 color code is use for CSS Border Color

CSS Border color for the above div is #c9bf92

HTML with inline CSS

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

CSS Border Left color for the above div is #c9bf92

HTML with inline CSS

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

CSS Border Right color for the above div is #c9bf92

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9bf92

HTML with inline CSS

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

CSS Border Top color for the above div is #c9bf92

HTML with inline CSS

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

#c9bf92 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9bf92 Color code Preview on White Background

This is how #c9bf92 Color code will look on white background color. Color contrast ratio is 1.85

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.