COLOR #C08B67

HEX: #C08B67
RGB: (192,139,103)

Color info

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

RGB color model

#C08B67 color RGB value is (192,139,103).

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

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 103 of 255 = 40%

192
139
103

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

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 103 = 434 (100%)
R 192 of 434 ~ 44.24%
G 139 of 434 ~ 32.03%
B 103 of 434 ~ 23.73%

%44.24
%32.03
%23.73

CMYK color model

#C08B67 color CMYK value is (0,28,46,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 46.35%
  • key color value is 24.71%
CMYK:
(0,28,46,25)
C0M28Y46K25 
(0%,28%,46%,25%)
(0.00/0.28/0.46/0.25)	

CMYK percentages

%0
%27.6
%46.35
%24.71

Codes

Color #C08B67 in popluar color models

C08B67
RGB192139103
HSL24°41.40%57.84%
HSB/HSV24°46.35%75.29%
CMYK0.00%27.60%46.35%
24.71%

Color #C08B67 in popluar number systems.

HEXC08B67
Decimal192139103
Binary11000000100010111100111
Octal300213147

Shades and tints

Shades of #C08B67

#C08B67
(192,139,103)
#AF7F5E
(175,127,94)
#9E7355
(158,115,85)
#8D674C
(141,103,76)
#7C5B43
(124,91,67)
#6B4F3A
(107,79,58)
#5A4331
(90,67,49)
#493728
(73,55,40)
#382B1F
(56,43,31)
#271F16
(39,31,22)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #C08B67

#C08B67
(192,139,103)
#C59574
(197,149,116)
#CA9F81
(202,159,129)
#CFA98E
(207,169,142)
#D4B39B
(212,179,155)
#D9BDA8
(217,189,168)
#DEC7B5
(222,199,181)
#E3D1C2
(227,209,194)
#E8DBCF
(232,219,207)
#EDE5DC
(237,229,220)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08B67; }

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

This text font color is #C08B67.


Background Color

.myBgColor { background-color: #C08B67; }

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

This div background color is #C08B67.


Border color

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

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

This div border color is #C08B67.


Opacity

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

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

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

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

This text has shadow with #C08B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08B67 on black background.


Color preview on white background

This text has color #C08B67 on white background.



Black color preview on #C08B67 background

This text has black color on #C08B67 background.


White color preview on #C08B67 background

This text has white color on #C08B67 background.