COLOR #C08379

HEX: #C08379
RGB: (192,131,121)

Color info

#C08379 contains mainly red color. Web safe color of #C08379 is #CC9966 (or #C96).

RGB color model

#C08379 color RGB value is (192,131,121).

  • red value is 192;
  • green value is 131;
  • blue value is 121.
RGB:
(192,131,121)
(75%,51%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 121 of 255 = 47%

192
131
121

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

Portions of RGB colors in percentages

R + G + B =
192 + 131 + 121 = 444 (100%)
R 192 of 444 ~ 43.24%
G 131 of 444 ~ 29.5%
B 121 of 444 ~ 27.25%

%43.24
%29.5
%27.25

CMYK color model

#C08379 color CMYK value is (0,32,37,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 36.98%
  • key color value is 24.71%
CMYK:
(0,32,37,25)
C0M32Y37K25 
(0%,32%,37%,25%)
(0.00/0.32/0.37/0.25)	

CMYK percentages

%0
%31.77
%36.98
%24.71

Codes

Color #C08379 in popluar color models

C08379
RGB192131121
HSL36.04%61.37%
HSB/HSV36.98%75.29%
CMYK0.00%31.77%36.98%
24.71%

Color #C08379 in popluar number systems.

HEXC08379
Decimal192131121
Binary11000000100000111111001
Octal300203171

Shades and tints

Shades of #C08379

#C08379
(192,131,121)
#AF786E
(175,120,110)
#9E6D63
(158,109,99)
#8D6258
(141,98,88)
#7C574D
(124,87,77)
#6B4C42
(107,76,66)
#5A4137
(90,65,55)
#49362C
(73,54,44)
#382B21
(56,43,33)
#272016
(39,32,22)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #C08379

#C08379
(192,131,121)
#C58E85
(197,142,133)
#CA9991
(202,153,145)
#CFA49D
(207,164,157)
#D4AFA9
(212,175,169)
#D9BAB5
(217,186,181)
#DEC5C1
(222,197,193)
#E3D0CD
(227,208,205)
#E8DBD9
(232,219,217)
#EDE6E5
(237,230,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08379 color. Also use rgb(192,131,121) instead hex code.

Text Font Color

.myTextColor { color: #C08379; }

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

This text font color is #C08379.


Background Color

.myBgColor { background-color: #C08379; }

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

This div background color is #C08379.


Border color

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

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

This div border color is #C08379.


Opacity

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

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

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

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

This text has shadow with #C08379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08379 on black background.


Color preview on white background

This text has color #C08379 on white background.



Black color preview on #C08379 background

This text has black color on #C08379 background.


White color preview on #C08379 background

This text has white color on #C08379 background.