COLOR #C08883

HEX: #C08883
RGB: (192,136,131)

Color info

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

RGB color model

#C08883 color RGB value is (192,136,131).

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

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 131 of 255 = 51%

192
136
131

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

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 131 = 459 (100%)
R 192 of 459 ~ 41.83%
G 136 of 459 ~ 29.63%
B 131 of 459 ~ 28.54%

%41.83
%29.63
%28.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.17%
  • 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
%29.17
%31.77
%24.71

Codes

Color #C08883 in popluar color models

C08883
RGB192136131
HSL32.62%63.33%
HSB/HSV31.77%75.29%
CMYK0.00%29.17%31.77%
24.71%

Color #C08883 in popluar number systems.

HEXC08883
Decimal192136131
Binary110000001000100010000011
Octal300210203

Shades and tints

Shades of #C08883

#C08883
(192,136,131)
#AF7C78
(175,124,120)
#9E706D
(158,112,109)
#8D6462
(141,100,98)
#7C5857
(124,88,87)
#6B4C4C
(107,76,76)
#5A4041
(90,64,65)
#493436
(73,52,54)
#38282B
(56,40,43)
#271C20
(39,28,32)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #C08883

#C08883
(192,136,131)
#C5928E
(197,146,142)
#CA9C99
(202,156,153)
#CFA6A4
(207,166,164)
#D4B0AF
(212,176,175)
#D9BABA
(217,186,186)
#DEC4C5
(222,196,197)
#E3CED0
(227,206,208)
#E8D8DB
(232,216,219)
#EDE2E6
(237,226,230)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08883; }

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

This text font color is #C08883.


Background Color

.myBgColor { background-color: #C08883; }

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

This div background color is #C08883.


Border color

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

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

This div border color is #C08883.


Opacity

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

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

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

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

This text has shadow with #C08883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08883 on black background.


Color preview on white background

This text has color #C08883 on white background.



Black color preview on #C08883 background

This text has black color on #C08883 background.


White color preview on #C08883 background

This text has white color on #C08883 background.