COLOR #C08E79

HEX: #C08E79
RGB: (192,142,121)

Color info

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

RGB color model

#C08E79 color RGB value is (192,142,121).

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

RGB channels and saturation

R 192 of 255 = 75%
G 142 of 255 = 56%
B 121 of 255 = 47%

192
142
121

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

Portions of RGB colors in percentages

R + G + B =
192 + 142 + 121 = 455 (100%)
R 192 of 455 ~ 42.2%
G 142 of 455 ~ 31.21%
B 121 of 455 ~ 26.59%

%42.2
%31.21
%26.59

CMYK color model

#C08E79 color CMYK value is (0,26,37,25).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 36.98%
  • key color value is 24.71%
CMYK:
(0,26,37,25)
C0M26Y37K25 
(0%,26%,37%,25%)
(0.00/0.26/0.37/0.25)	

CMYK percentages

%0
%26.04
%36.98
%24.71

Codes

Color #C08E79 in popluar color models

C08E79
RGB192142121
HSL18°36.04%61.37%
HSB/HSV18°36.98%75.29%
CMYK0.00%26.04%36.98%
24.71%

Color #C08E79 in popluar number systems.

HEXC08E79
Decimal192142121
Binary11000000100011101111001
Octal300216171

Shades and tints

Shades of #C08E79

#C08E79
(192,142,121)
#AF826E
(175,130,110)
#9E7663
(158,118,99)
#8D6A58
(141,106,88)
#7C5E4D
(124,94,77)
#6B5242
(107,82,66)
#5A4637
(90,70,55)
#493A2C
(73,58,44)
#382E21
(56,46,33)
#272216
(39,34,22)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #C08E79

#C08E79
(192,142,121)
#C59885
(197,152,133)
#CAA291
(202,162,145)
#CFAC9D
(207,172,157)
#D4B6A9
(212,182,169)
#D9C0B5
(217,192,181)
#DECAC1
(222,202,193)
#E3D4CD
(227,212,205)
#E8DED9
(232,222,217)
#EDE8E5
(237,232,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08E79; }

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

This text font color is #C08E79.


Background Color

.myBgColor { background-color: #C08E79; }

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

This div background color is #C08E79.


Border color

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

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

This div border color is #C08E79.


Opacity

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

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

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

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

This text has shadow with #C08E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08E79 on black background.


Color preview on white background

This text has color #C08E79 on white background.



Black color preview on #C08E79 background

This text has black color on #C08E79 background.


White color preview on #C08E79 background

This text has white color on #C08E79 background.