COLOR #C08B8A

HEX: #C08B8A
RGB: (192,139,138)

Color info

#C08B8A contains red, green and blue colors in about the same proportion. Web safe color of #C08B8A is #CC9999 (or #C99).

RGB color model

#C08B8A color RGB value is (192,139,138).

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

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 138 of 255 = 54%

192
139
138

R + G + B ~ 61%. #C08B8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 138 = 469 (100%)
R 192 of 469 ~ 40.94%
G 139 of 469 ~ 29.64%
B 138 of 469 ~ 29.42%

%40.94
%29.64
%29.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK:
(0,28,28,25)
C0M28Y28K25 
(0%,28%,28%,25%)
(0.00/0.28/0.28/0.25)	

CMYK percentages

%0
%27.6
%28.13
%24.71

Codes

Color #C08B8A in popluar color models

C08B8A
RGB192139138
HSL30.00%64.71%
HSB/HSV28.13%75.29%
CMYK0.00%27.60%28.13%
24.71%

Color #C08B8A in popluar number systems.

HEXC08B8A
Decimal192139138
Binary110000001000101110001010
Octal300213212

Shades and tints

Shades of #C08B8A

#C08B8A
(192,139,138)
#AF7F7E
(175,127,126)
#9E7372
(158,115,114)
#8D6766
(141,103,102)
#7C5B5A
(124,91,90)
#6B4F4E
(107,79,78)
#5A4342
(90,67,66)
#493736
(73,55,54)
#382B2A
(56,43,42)
#271F1E
(39,31,30)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #C08B8A

#C08B8A
(192,139,138)
#C59594
(197,149,148)
#CA9F9E
(202,159,158)
#CFA9A8
(207,169,168)
#D4B3B2
(212,179,178)
#D9BDBC
(217,189,188)
#DEC7C6
(222,199,198)
#E3D1D0
(227,209,208)
#E8DBDA
(232,219,218)
#EDE5E4
(237,229,228)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08B8A; }

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

This text font color is #C08B8A.


Background Color

.myBgColor { background-color: #C08B8A; }

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

This div background color is #C08B8A.


Border color

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

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

This div border color is #C08B8A.


Opacity

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

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

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

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

This text has shadow with #C08B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08B8A on black background.


Color preview on white background

This text has color #C08B8A on white background.



Black color preview on #C08B8A background

This text has black color on #C08B8A background.


White color preview on #C08B8A background

This text has white color on #C08B8A background.