COLOR #C0784E

HEX: #C0784E
RGB: (192,120,78)

Color info

#C0784E contains mainly red color. Web safe color of #C0784E is #CC6666 (or #C66).

RGB color model

#C0784E color RGB value is (192,120,78).

  • red value is 192;
  • green value is 120;
  • blue value is 78.
RGB:
(192,120,78)
(75%,47%,31%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 78 of 255 = 31%

192
120
78

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

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 78 = 390 (100%)
R 192 of 390 ~ 49.23%
G 120 of 390 ~ 30.77%
B 78 of 390 ~ 20%

%49.23
%30.77
%20

CMYK color model

#C0784E color CMYK value is (0,38,59,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 59.38%
  • key color value is 24.71%
CMYK:
(0,38,59,25)
C0M38Y59K25 
(0%,38%,59%,25%)
(0.00/0.38/0.59/0.25)	

CMYK percentages

%0
%37.5
%59.38
%24.71

Codes

Color #C0784E in popluar color models

C0784E
RGB19212078
HSL22°47.50%52.94%
HSB/HSV22°59.38%75.29%
CMYK0.00%37.50%59.38%
24.71%

Color #C0784E in popluar number systems.

HEXC0784E
Decimal19212078
Binary1100000011110001001110
Octal300170116

Shades and tints

Shades of #C0784E

#C0784E
(192,120,78)
#AF6E47
(175,110,71)
#9E6440
(158,100,64)
#8D5A39
(141,90,57)
#7C5032
(124,80,50)
#6B462B
(107,70,43)
#5A3C24
(90,60,36)
#49321D
(73,50,29)
#382816
(56,40,22)
#271E0F
(39,30,15)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #C0784E

#C0784E
(192,120,78)
#C5845E
(197,132,94)
#CA906E
(202,144,110)
#CF9C7E
(207,156,126)
#D4A88E
(212,168,142)
#D9B49E
(217,180,158)
#DEC0AE
(222,192,174)
#E3CCBE
(227,204,190)
#E8D8CE
(232,216,206)
#EDE4DE
(237,228,222)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0784E color. Also use rgb(192,120,78) instead hex code.

Text Font Color

.myTextColor { color: #C0784E; }

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

This text font color is #C0784E.


Background Color

.myBgColor { background-color: #C0784E; }

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

This div background color is #C0784E.


Border color

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

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

This div border color is #C0784E.


Opacity

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

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

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

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

This text has shadow with #C0784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0784E on black background.


Color preview on white background

This text has color #C0784E on white background.



Black color preview on #C0784E background

This text has black color on #C0784E background.


White color preview on #C0784E background

This text has white color on #C0784E background.