COLOR #C07849

HEX: #C07849 RGB: (192,120,73)

Color info

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

RGB color model

#C07849 color RGB value is (192,120,73).

RGB: (192,120,73) (75%, 47%, 29%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 73 of 255 = 29%

192
120
73

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

Portions of RGB colors in percentages

R + G + B = 192 + 120 + 73 = 385 (100%)
R 192 of 385 ~ 49.87%
G 120 of 385 ~ 31.17%
B 73 of 385 ~ 18.96'%

%49.87
%31.17
%18.96

CMYK color model

#C07849 color CMYK value is (0,38,62,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 61.98%
  • key color value is 24.71%

CMYK: (0,38,62,25)
C0M38Y62K25 (0%, 38%, 62%, 25%)
(0.00 / 0.38 / 0.62 / 0.25)

CMYK percentages

%0
%37.5
%61.98
%24.71

Codes

Color #C07849 in popluar color models

C0 78 49
RGB 192 120 73
HSL 24° 48.57% 51.96%
HSB/HSV 24° 61.98% 75.29%
CMYK 0.00% 37.50% 61.98%
24.71%

Color #C07849 in popluar number systems.

HEX C0 78 49
Decimal 192 120 73
Binary 11000000 1111000 1001001
Octal 300 170 111

Shades and tints

Shades of #C07849

#C07849
(192,120,73)
#AF6E43
(175,110,67)
#9E643D
(158,100,61)
#8D5A37
(141,90,55)
#7C5031
(124,80,49)
#6B462B
(107,70,43)
#5A3C25
(90,60,37)
#49321F
(73,50,31)
#382819
(56,40,25)
#271E13
(39,30,19)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #C07849

#C07849
(192,120,73)
#C58459
(197,132,89)
#CA9069
(202,144,105)
#CF9C79
(207,156,121)
#D4A889
(212,168,137)
#D9B499
(217,180,153)
#DEC0A9
(222,192,169)
#E3CCB9
(227,204,185)
#E8D8C9
(232,216,201)
#EDE4D9
(237,228,217)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07849; }

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

This text font color is #C07849.

Background Color

.myBgColor { background-color: #C07849; }

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

This div background color is #C07849.

Border color

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

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

This div border color is #C07849.

Opacity

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

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

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

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

This text has shadow with #C07849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07849.

Preview

Color preview on black background

This text has color #C07849 on black background.


Color preview on white background

This text has color #C07849 on white background.


Black color preview on #C07849 background

This text has black color on #C07849 background.


White color preview on #C07849 background

This text has white color on #C07849 background.


Related colors

Complementary color

Complementary color for #hex is #3F87B6.


I love getcolorcode.com

Triadic colors

1 #49C078 and #7849C0 with #C07849 are triadic colors.

2 #4978C0 and #78C049 with #C07849 are triadic colors.