COLOR #C4792A

HEX: #C4792A
RGB: (196,121,42)

Color info

#C4792A contains mainly red color. Web safe color of #C4792A is #CC6633 (or #C63).

RGB color model

#C4792A color RGB value is (196,121,42).

  • red value is 196;
  • green value is 121;
  • blue value is 42.
RGB:
(196,121,42)
(77%,47%,16%)

RGB channels and saturation

R 196 of 255 = 77%
G 121 of 255 = 47%
B 42 of 255 = 16%

196
121
42

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

Portions of RGB colors in percentages

R + G + B =
196 + 121 + 42 = 359 (100%)
R 196 of 359 ~ 54.6%
G 121 of 359 ~ 33.7%
B 42 of 359 ~ 11.7%

%54.6
%33.7
%11.7

CMYK color model

#C4792A color CMYK value is (0,38,79,23).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 78.57%
  • key color value is 23.14%
CMYK:
(0,38,79,23)
C0M38Y79K23 
(0%,38%,79%,23%)
(0.00/0.38/0.79/0.23)	

CMYK percentages

%0
%38.27
%78.57
%23.14

Codes

Color #C4792A in popluar color models

C4792A
RGB19612142
HSL31°64.71%46.67%
HSB/HSV31°78.57%76.86%
CMYK0.00%38.27%78.57%
23.14%

Color #C4792A in popluar number systems.

HEXC4792A
Decimal19612142
Binary110001001111001101010
Octal30417152

Shades and tints

Shades of #C4792A

#C4792A
(196,121,42)
#B36E27
(179,110,39)
#A26324
(162,99,36)
#915821
(145,88,33)
#804D1E
(128,77,30)
#6F421B
(111,66,27)
#5E3718
(94,55,24)
#4D2C15
(77,44,21)
#3C2112
(60,33,18)
#2B160F
(43,22,15)
#1A0B0C
(26,11,12)
#000000
(0,0,0)

Tints of #C4792A

#C4792A
(196,121,42)
#C9853D
(201,133,61)
#CE9150
(206,145,80)
#D39D63
(211,157,99)
#D8A976
(216,169,118)
#DDB589
(221,181,137)
#E2C19C
(226,193,156)
#E7CDAF
(231,205,175)
#ECD9C2
(236,217,194)
#F1E5D5
(241,229,213)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4792A color. Also use rgb(196,121,42) instead hex code.

Text Font Color

.myTextColor { color: #C4792A; }

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

This text font color is #C4792A.


Background Color

.myBgColor { background-color: #C4792A; }

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

This div background color is #C4792A.


Border color

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

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

This div border color is #C4792A.


Opacity

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

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

Text with #C4792A 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 #C4792A;}

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

This text has shadow with #C4792A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4792A on black background.


Color preview on white background

This text has color #C4792A on white background.



Black color preview on #C4792A background

This text has black color on #C4792A background.


White color preview on #C4792A background

This text has white color on #C4792A background.