crispedge.com

Color picker

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

#c48f10 hex color - Yellow - Warm color - Information

#c48f10 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c48f10 Color code in RGB color code model is created after adding 76.86% red color, 56.08% green color and 6.27% blue color. Hex #c48f10 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 92% yellow and 23% black.

Hex #c48f10 color code is between #cc8811 web safe hex color code and #bb9900 web safe hex color code. #cc8811 is the nearest web safe color code. You can see here many more shades of #c48f10 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec48f10#c48f10
RGB Decimal196, 143, 16rgb(196, 143, 16)
RGB Percent77%, 56%, 6%rgb(77%, 56%, 6%)
CSS RGBa196, 143, 16,1rgba(196,143,16,1)
CMYK Modelcmyk(0%,27%,92%,23%)
HSL Color Space42,85% ,42%hsl(42,85% ,42%)
HSV Color Space42°, 92%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001000111100010000
Octal30421720
Decimal19614316
Hexc48f10

Different shades of #c48f10 color code.

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

Light Shade of #c48f10
#ecaf1b
Dark Shade of #c48f10
#956d0c
Saturated Shade of #c48f10
#cf9305
Desaturated Shade of #c48f10
#b98b1b
Grey scale Shade of #c48f10
#6a6a6a
Brighten Shade
#dda829
Most Readable Shade
#000000

Shades of #c48f10 color code

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

#c48f10
#ae7f0e
#986f0c
#825f0a
#6c4f08
#573f07
#412f05
#2b1f03
#150f01
#000000

Similar Color like #c48f10 color

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

#c59011
#c69112
#c79213
#c89314
#c99415
#ca9516
#cb9617
#cc9718
#cd9819
#ce991a
#cf9a1b
#d09b1c
#d19c1d
#d29d1e
#c38e0f
#c28d0e
#c18c0d
#c08b0c
#bf8a0b
#be890a
#bd8809
#bc8708
#bb8607
#ba8506
#b98405
#b88304
#b78203
#b68102

Monochromatic Color with #c48f10

#c48f10
#eeae13
#1a1302
#443206
#6f5109
#99700d

Tints of #c48f10 Color

#c48f10
#ca9b2a
#d1a745
#d7b45f
#dec07a
#e4cd94
#ebd9af
#f1e6c9
#f8f2e4
#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

#c48f10
#1045c4

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

Split Complementary

#c48f10
#109fc4
#3510c4

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

Analogous Color

#c44710
#c46b10
#c48f10
#c4b310
#b1c410

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

#c48f10
#10c48f
#8f10c4

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

#c48f10
#10c435
#1045c4
#c4109f

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

#c48f10
#1045c4
#3510c4
#9fc410

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

#c48f10 Color Code Preview on Black Background Color

This is how #c48f10 Color will look on black background color. Color contrast ratio is 7.28

#c48f10 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c48f10

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c48f10

#c48f10 color code is use for CSS Background Color

Background color for the above div is #c48f10

HTML with inline CSS

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

#c48f10 color code is use for CSS Border Color

CSS Border color for the above div is #c48f10

HTML with inline CSS

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

CSS Border Left color for the above div is #c48f10

HTML with inline CSS

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

CSS Border Right color for the above div is #c48f10

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c48f10

HTML with inline CSS

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

CSS Border Top color for the above div is #c48f10

HTML with inline CSS

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

#c48f10 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c48f10 Color code Preview on White Background

This is how #c48f10 Color code will look on white background color. Color contrast ratio is 2.88

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

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.