COLOR #C46210

HEX: #C46210
RGB: (196,98,16)

Color info

#C46210 contains mainly red color. Web safe color of #C46210 is #CC6600 (or #C60).

RGB color model

#C46210 color RGB value is (196,98,16).

  • red value is 196;
  • green value is 98;
  • blue value is 16.
RGB:
(196,98,16)
(77%,38%,6%)

RGB channels and saturation

R 196 of 255 = 77%
G 98 of 255 = 38%
B 16 of 255 = 6%

196
98
16

R + G + B ~ 40%. #C46210 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 98 + 16 = 310 (100%)
R 196 of 310 ~ 63.23%
G 98 of 310 ~ 31.61%
B 16 of 310 ~ 5.16%

%63.23
%31.61

CMYK color model

#C46210 color CMYK value is (0,50,92,23).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 91.84%
  • key color value is 23.14%
CMYK:
(0,50,92,23)
C0M50Y92K23 
(0%,50%,92%,23%)
(0.00/0.50/0.92/0.23)	

CMYK percentages

%0
%50
%91.84
%23.14

Codes

Color #C46210 in popluar color models

C46210
RGB1969816
HSL27°84.91%41.57%
HSB/HSV27°91.84%76.86%
CMYK0.00%50.00%91.84%
23.14%

Color #C46210 in popluar number systems.

HEXC46210
Decimal1969816
Binary11000100110001010000
Octal30414220

Shades and tints

Shades of #C46210

#C46210
(196,98,16)
#B35A0F
(179,90,15)
#A2520E
(162,82,14)
#914A0D
(145,74,13)
#80420C
(128,66,12)
#6F3A0B
(111,58,11)
#5E320A
(94,50,10)
#4D2A09
(77,42,9)
#3C2208
(60,34,8)
#2B1A07
(43,26,7)
#1A1206
(26,18,6)
#000000
(0,0,0)

Tints of #C46210

#C46210
(196,98,16)
#C97025
(201,112,37)
#CE7E3A
(206,126,58)
#D38C4F
(211,140,79)
#D89A64
(216,154,100)
#DDA879
(221,168,121)
#E2B68E
(226,182,142)
#E7C4A3
(231,196,163)
#ECD2B8
(236,210,184)
#F1E0CD
(241,224,205)
#F6EEE2
(246,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46210 color. Also use rgb(196,98,16) instead hex code.

Text Font Color

.myTextColor { color: #C46210; }

<p style="color:#C46210">This sample text font color is #C46210.</p>

This text font color is #C46210.


Background Color

.myBgColor { background-color: #C46210; }

<div style="background-color:#C46210">Inner text</div>

This div background color is #C46210.


Border color

.myBorderColor { border: 1px solid #C46210; }

<div style="border:3px solid #C46210">Div</div>

This div border color is #C46210.


Opacity

.myOpacity80 { color: #C46210; opacity: 0.8; }

<p style="color:#C46210;opacity:0.8;">80%</p>

Text with #C46210 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C46210;}

<p style="text-shadow: 3px 3px 1px #C46210">Text here.</p>

This text has shadow with #C46210 color.

.textShadow {text-shadow: 3px 3px 1px #C46210, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C46210, 5px 5px 20px red">Text here.</p>

This text has shadow with #C46210 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46210, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C46210, Direction=45, Strength=4)">Text</p>

This text has shadow with #C46210 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C46210;
  -webkit-box-shadow:	1px 1px 3px 2px #C46210;
  box-shadow:		1px 1px 3px 2px #C46210;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46210;
-webkit-box-shadow: 1px 1px 3px 2px #C46210;
box-shadow:1px 1px 3px 2px #C46210;">
Div content here</div>
This div box has shadow with color #C46210.

Preview

Color preview on black background

This text has color #C46210 on black background.


Color preview on white background

This text has color #C46210 on white background.



Black color preview on #C46210 background

This text has black color on #C46210 background.


White color preview on #C46210 background

This text has white color on #C46210 background.