What is hex #C46210 color?

 
The hex code #C46210 is also know by an other name that is Alloy Orange.
This color is composed of 196% red, 98% green and 16% blue. So we can say that the RGB value is (196,98,16)
You need to use it for a printer? The CMYK colors code equivalent of hex #C46210 is C:0 M:50 Y:92, K:23) .
In the HSV/HSB scale, #C46210 has a hue of 27°, 92% saturation and a brightness value of 77%.
If you want to know all about the hex #C46210, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #C46210 (complementary, analogous, triadic, tetradic...).

Hex #C46210 Color Codes & Equivalents

Color Name [Alloy Orange]
RGB Values (196,98,16)
CMYK Values (0%, 50%, 92%, 23%)
HSV/HSB Values (27°, 92%, 77%)
Closest Web Safe
#CC6600
Inverse Color
#3b9def
Closest Pantone®
159 C
Closest RAL
RAL 2011 [Deep orange]
Complementary Color
#1072c4

#C46210 Converted to Grayscale Codes

Average
#676767
Lightness (Desaturation)
#6a6a6a
Weighted (BT601)
#767676
Luma (BT709)
#717171

Hex #C46210 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #C46210 is #1072c4. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #C46210 you will find #1072c4. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#C46210 #1072c4

Analogous Palette

The analogous color scheme of #C46210 is composed with colors #C41018 and #C4BC10. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #C46210 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#C41018 #C46210 #C4BC10

Split-Complementary Palette

The split-complementary color scheme of #C46210 is composed with colors #1018C4 and #10C4BC. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#C46210 #1018C4 #10C4BC

Triadic Palette

The triadic color scheme of #C46210 is composed with colors #6210C4 and #10C462. They are located to the right and left of your main color #C46210 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#C46210 #6210C4 #10C462

Tetradic Palette

The tetradic color scheme of #C46210 is composed with colors #10C462, #1072C4 and #C41072 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#C46210 #10C462 #1072C4 #C41072

Square Palette

The square color scheme of #C46210 is composed with colors #18C410, #1072C4 and #BC10C4 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#C46210 #18C410 #1072C4 #BC10C4

Tints, Tones & Shades of Hex #C46210

Tints

Tints are created by adding white, resulting in lighter shades of #C46210.

#C46210 #D66B11 #E97413 #ED7F24 #EE8A36 #F09549 #F1A05C #F3AB6F

Tones

Tones are made by mixing with gray, softening the original color.

#C46210 #B9621A #AF6324 #A4642F #9A6539 #906643 #85674E #7B6858

Shades

Shades result from adding black, creating darker variations.

#C46210 #B1580E #9E4F0C #8B450B #783C09 #653208 #522906 #3F1F05

Hex #C46210 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #C46210
Java new Color(196,98,16);
Python Color(#C46210)
.NET Color.FromArgb(255, 196,98,16);
Swift / iOS UIColor(red: 0.77, green: 0.38, blue: 0.06, alpha: 1)
Kotlin / Android Color.rgb(196, 98, 16)