COLOR #C08B72

HEX: #C08B72 RGB: (192,139,114)

Color info

#C08B72 contains mainly red and green colors. Web safe color of #C08B72 is #CC9966 (or #C96).

RGB color model

#C08B72 color RGB value is (192,139,114).

RGB: (192,139,114) (75%, 55%, 45%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 114 of 255 = 45%

192
139
114

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

Portions of RGB colors in percentages

R + G + B = 192 + 139 + 114 = 445 (100%)
R 192 of 445 ~ 43.15%
G 139 of 445 ~ 31.24%
B 114 of 445 ~ 25.62'%

%43.15
%31.24
%25.62

CMYK color model

#C08B72 color CMYK value is (0,28,41,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 40.63%
  • key color value is 24.71%

CMYK: (0,28,41,25)
C0M28Y41K25 (0%, 28%, 41%, 25%)
(0.00 / 0.28 / 0.41 / 0.25)

CMYK percentages

%0
%27.6
%40.63
%24.71

Codes

Color #C08B72 in popluar color models

C0 8B 72
RGB 192 139 114
HSL 19° 38.24% 60.00%
HSB/HSV 19° 40.63% 75.29%
CMYK 0.00% 27.60% 40.63%
24.71%

Color #C08B72 in popluar number systems.

HEX C0 8B 72
Decimal 192 139 114
Binary 11000000 10001011 1110010
Octal 300 213 162

Shades and tints

Shades of #C08B72

#C08B72
(192,139,114)
#AF7F68
(175,127,104)
#9E735E
(158,115,94)
#8D6754
(141,103,84)
#7C5B4A
(124,91,74)
#6B4F40
(107,79,64)
#5A4336
(90,67,54)
#49372C
(73,55,44)
#382B22
(56,43,34)
#271F18
(39,31,24)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #C08B72

#C08B72
(192,139,114)
#C5957E
(197,149,126)
#CA9F8A
(202,159,138)
#CFA996
(207,169,150)
#D4B3A2
(212,179,162)
#D9BDAE
(217,189,174)
#DEC7BA
(222,199,186)
#E3D1C6
(227,209,198)
#E8DBD2
(232,219,210)
#EDE5DE
(237,229,222)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08B72 color. Also use rgb(192,139,114) instead hex code.

Text Font Color

.myTextColor { color: #C08B72; }

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

This text font color is #C08B72.

Background Color

.myBgColor { background-color: #C08B72; }

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

This div background color is #C08B72.

Border color

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

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

This div border color is #C08B72.

Opacity

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

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

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

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

This text has shadow with #C08B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08B72.

Preview

Color preview on black background

This text has color #C08B72 on black background.


Color preview on white background

This text has color #C08B72 on white background.


Black color preview on #C08B72 background

This text has black color on #C08B72 background.


White color preview on #C08B72 background

This text has white color on #C08B72 background.


Related colors

Complementary color

Complementary color for #hex is #3F748D.


I love getcolorcode.com

Triadic colors

1 #72C08B and #8B72C0 with #C08B72 are triadic colors.

2 #728BC0 and #8BC072 with #C08B72 are triadic colors.