COLOR #C08983

HEX: #C08983
RGB: (192,137,131)

Color info

#C08983 contains mainly red and green colors. Web safe color of #C08983 is #CC9999 (or #C99).

RGB color model

#C08983 color RGB value is (192,137,131).

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

RGB channels and saturation

R 192 of 255 = 75%
G 137 of 255 = 54%
B 131 of 255 = 51%

192
137
131

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

Portions of RGB colors in percentages

R + G + B =
192 + 137 + 131 = 460 (100%)
R 192 of 460 ~ 41.74%
G 137 of 460 ~ 29.78%
B 131 of 460 ~ 28.48%

%41.74
%29.78
%28.48

CMYK color model

#C08983 color CMYK value is (0,29,32,25).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 31.77%
  • key color value is 24.71%
CMYK:
(0,29,32,25)
C0M29Y32K25 
(0%,29%,32%,25%)
(0.00/0.29/0.32/0.25)	

CMYK percentages

%0
%28.65
%31.77
%24.71

Codes

Color #C08983 in popluar color models

C08983
RGB192137131
HSL32.62%63.33%
HSB/HSV31.77%75.29%
CMYK0.00%28.65%31.77%
24.71%

Color #C08983 in popluar number systems.

HEXC08983
Decimal192137131
Binary110000001000100110000011
Octal300211203

Shades and tints

Shades of #C08983

#C08983
(192,137,131)
#AF7D78
(175,125,120)
#9E716D
(158,113,109)
#8D6562
(141,101,98)
#7C5957
(124,89,87)
#6B4D4C
(107,77,76)
#5A4141
(90,65,65)
#493536
(73,53,54)
#38292B
(56,41,43)
#271D20
(39,29,32)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #C08983

#C08983
(192,137,131)
#C5938E
(197,147,142)
#CA9D99
(202,157,153)
#CFA7A4
(207,167,164)
#D4B1AF
(212,177,175)
#D9BBBA
(217,187,186)
#DEC5C5
(222,197,197)
#E3CFD0
(227,207,208)
#E8D9DB
(232,217,219)
#EDE3E6
(237,227,230)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08983; }

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

This text font color is #C08983.


Background Color

.myBgColor { background-color: #C08983; }

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

This div background color is #C08983.


Border color

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

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

This div border color is #C08983.


Opacity

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

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

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

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

This text has shadow with #C08983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08983 on black background.


Color preview on white background

This text has color #C08983 on white background.



Black color preview on #C08983 background

This text has black color on #C08983 background.


White color preview on #C08983 background

This text has white color on #C08983 background.