COLOR #C08B6F

HEX: #C08B6F
RGB: (192,139,111)

Color info

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

RGB color model

#C08B6F color RGB value is (192,139,111).

  • red value is 192;
  • green value is 139;
  • blue value is 111.
RGB:
(192,139,111)
(75%,55%,44%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 111 of 255 = 44%

192
139
111

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

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 111 = 442 (100%)
R 192 of 442 ~ 43.44%
G 139 of 442 ~ 31.45%
B 111 of 442 ~ 25.11%

%43.44
%31.45
%25.11

CMYK color model

#C08B6F color CMYK value is (0,28,42,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 42.19%
  • key color value is 24.71%
CMYK:
(0,28,42,25)
C0M28Y42K25 
(0%,28%,42%,25%)
(0.00/0.28/0.42/0.25)	

CMYK percentages

%0
%27.6
%42.19
%24.71

Codes

Color #C08B6F in popluar color models

C08B6F
RGB192139111
HSL21°39.13%59.41%
HSB/HSV21°42.19%75.29%
CMYK0.00%27.60%42.19%
24.71%

Color #C08B6F in popluar number systems.

HEXC08B6F
Decimal192139111
Binary11000000100010111101111
Octal300213157

Shades and tints

Shades of #C08B6F

#C08B6F
(192,139,111)
#AF7F65
(175,127,101)
#9E735B
(158,115,91)
#8D6751
(141,103,81)
#7C5B47
(124,91,71)
#6B4F3D
(107,79,61)
#5A4333
(90,67,51)
#493729
(73,55,41)
#382B1F
(56,43,31)
#271F15
(39,31,21)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #C08B6F

#C08B6F
(192,139,111)
#C5957C
(197,149,124)
#CA9F89
(202,159,137)
#CFA996
(207,169,150)
#D4B3A3
(212,179,163)
#D9BDB0
(217,189,176)
#DEC7BD
(222,199,189)
#E3D1CA
(227,209,202)
#E8DBD7
(232,219,215)
#EDE5E4
(237,229,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08B6F; }

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

This text font color is #C08B6F.


Background Color

.myBgColor { background-color: #C08B6F; }

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

This div background color is #C08B6F.


Border color

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

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

This div border color is #C08B6F.


Opacity

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

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

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

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

This text has shadow with #C08B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08B6F on black background.


Color preview on white background

This text has color #C08B6F on white background.



Black color preview on #C08B6F background

This text has black color on #C08B6F background.


White color preview on #C08B6F background

This text has white color on #C08B6F background.