COLOR #C08147

HEX: #C08147
RGB: (192,129,71)

Color info

#C08147 contains mainly red color. Web safe color of #C08147 is #CC9933 (or #C93).

RGB color model

#C08147 color RGB value is (192,129,71).

  • red value is 192;
  • green value is 129;
  • blue value is 71.
RGB:
(192,129,71)
(75%,51%,28%)

RGB channels and saturation

R 192 of 255 = 75%
G 129 of 255 = 51%
B 71 of 255 = 28%

192
129
71

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

Portions of RGB colors in percentages

R + G + B =
192 + 129 + 71 = 392 (100%)
R 192 of 392 ~ 48.98%
G 129 of 392 ~ 32.91%
B 71 of 392 ~ 18.11%

%48.98
%32.91
%18.11

CMYK color model

#C08147 color CMYK value is (0,33,63,25).

  • cyan value is 0.00%
  • magenta value is 32.81%
  • yellow value is 63.02%
  • key color value is 24.71%
CMYK:
(0,33,63,25)
C0M33Y63K25 
(0%,33%,63%,25%)
(0.00/0.33/0.63/0.25)	

CMYK percentages

%0
%32.81
%63.02
%24.71

Codes

Color #C08147 in popluar color models

C08147
RGB19212971
HSL29°48.99%51.57%
HSB/HSV29°63.02%75.29%
CMYK0.00%32.81%63.02%
24.71%

Color #C08147 in popluar number systems.

HEXC08147
Decimal19212971
Binary11000000100000011000111
Octal300201107

Shades and tints

Shades of #C08147

#C08147
(192,129,71)
#AF7641
(175,118,65)
#9E6B3B
(158,107,59)
#8D6035
(141,96,53)
#7C552F
(124,85,47)
#6B4A29
(107,74,41)
#5A3F23
(90,63,35)
#49341D
(73,52,29)
#382917
(56,41,23)
#271E11
(39,30,17)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #C08147

#C08147
(192,129,71)
#C58C57
(197,140,87)
#CA9767
(202,151,103)
#CFA277
(207,162,119)
#D4AD87
(212,173,135)
#D9B897
(217,184,151)
#DEC3A7
(222,195,167)
#E3CEB7
(227,206,183)
#E8D9C7
(232,217,199)
#EDE4D7
(237,228,215)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08147 color. Also use rgb(192,129,71) instead hex code.

Text Font Color

.myTextColor { color: #C08147; }

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

This text font color is #C08147.


Background Color

.myBgColor { background-color: #C08147; }

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

This div background color is #C08147.


Border color

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

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

This div border color is #C08147.


Opacity

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

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

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

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

This text has shadow with #C08147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08147 on black background.


Color preview on white background

This text has color #C08147 on white background.



Black color preview on #C08147 background

This text has black color on #C08147 background.


White color preview on #C08147 background

This text has white color on #C08147 background.