crispedge.com

Color picker

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

#cf9c63 hex color - Oak Buff - Orange - Warm color - Information

#cf9c63 hex color - Oak Buff - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #cf9c63 Color Code is also known as Oak Buff color.

Hex #cf9c63 Color code in RGB color code model is created after adding 81.18% red color, 61.18% green color and 38.82% blue color. Hex #cf9c63 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 52% yellow and 19% black.

Hex #cf9c63 color code is between #cc9966 web safe hex color code and #ddaa55 web safe hex color code. #cc9966 is the nearest web safe color code. You can see here many more shades of #cf9c63 color code.

0 Likes 0 Comments | 39 Views

Color Table

Hex Color Codecf9c63#cf9c63
RGB Decimal207, 156, 99rgb(207, 156, 99)
RGB Percent81%, 61%, 39%rgb(81%, 61%, 39%)
CSS RGBa207, 156, 99,1rgba(207,156,99,1)
CMYK Modelcmyk(0%,25%,52%,19%)
HSL Color Space32,53% ,60%hsl(32,53% ,60%)
HSV Color Space32°, 52%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011111001110001100011
Octal317234143
Decimal20715699
Hexcf9c63

Different shades of #cf9c63 color code.

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

Light Shade of #cf9c63
#dbb58a
Dark Shade of #cf9c63
#c3833c
Saturated Shade of #cf9c63
#d99d59
Desaturated Shade of #cf9c63
#c59b6d
Grey scale Shade of #cf9c63
#999999
Brighten Shade
#e8b57c
Most Readable Shade
#000000

Shades of #cf9c63 color code

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

#cf9c63
#b88a58
#a1794d
#8a6842
#735637
#5c452c
#453421
#2e2216
#17110b
#000000

Similar Color like #cf9c63 color

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

#d09d64
#d19e65
#d29f66
#d3a067
#d4a168
#d5a269
#d6a36a
#d7a46b
#d8a56c
#d9a66d
#daa76e
#dba86f
#dca970
#ddaa71
#ce9b62
#cd9a61
#cc9960
#cb985f
#ca975e
#c9965d
#c8955c
#c7945b
#c6935a
#c59259
#c49158
#c39057
#c28f56
#c18e55

Monochromatic Color with #cf9c63

#cf9c63
#f9bc77
#251c12
#4f3c26
#7a5c3a
#a47c4f

Tints of #cf9c63 Color

#cf9c63
#d4a774
#d9b285
#dfbd97
#e4c8a8
#e9d3b9
#efdecb
#f4e9dc
#f9f4ed
#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

#cf9c63
#6396cf

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

Split Complementary

#cf9c63
#63cccf
#6663cf

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

Analogous Color

#cf7163
#cf8663
#cf9c63
#cfb263
#cfc763

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

#cf9c63
#63cf9c
#9c63cf

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

#cf9c63
#63cf66
#6396cf
#cf63cc

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

#cf9c63
#6396cf
#6663cf
#cccf63

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

#cf9c63 Color Code Preview on Black Background Color

This is how #cf9c63 Color will look on black background color. Color contrast ratio is 8.59

#cf9c63 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf9c63

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf9c63

#cf9c63 color code is use for CSS Background Color

Background color for the above div is #cf9c63

HTML with inline CSS

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

#cf9c63 color code is use for CSS Border Color

CSS Border color for the above div is #cf9c63

HTML with inline CSS

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

CSS Border Left color for the above div is #cf9c63

HTML with inline CSS

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

CSS Border Right color for the above div is #cf9c63

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cf9c63

HTML with inline CSS

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

CSS Border Top color for the above div is #cf9c63

HTML with inline CSS

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

#cf9c63 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cf9c63 Color code Preview on White Background

This is how #cf9c63 Color code will look on white background color. Color contrast ratio is 2.45

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

Related Gradients

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

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.