COLOR #C08B85

HEX: #C08B85
RGB: (192,139,133)

Color info

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

RGB color model

#C08B85 color RGB value is (192,139,133).

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

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 133 of 255 = 52%

192
139
133

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

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 133 = 464 (100%)
R 192 of 464 ~ 41.38%
G 139 of 464 ~ 29.96%
B 133 of 464 ~ 28.66%

%41.38
%29.96
%28.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 30.73%
  • key color value is 24.71%
CMYK:
(0,28,31,25)
C0M28Y31K25 
(0%,28%,31%,25%)
(0.00/0.28/0.31/0.25)	

CMYK percentages

%0
%27.6
%30.73
%24.71

Codes

Color #C08B85 in popluar color models

C08B85
RGB192139133
HSL31.89%63.73%
HSB/HSV30.73%75.29%
CMYK0.00%27.60%30.73%
24.71%

Color #C08B85 in popluar number systems.

HEXC08B85
Decimal192139133
Binary110000001000101110000101
Octal300213205

Shades and tints

Shades of #C08B85

#C08B85
(192,139,133)
#AF7F79
(175,127,121)
#9E736D
(158,115,109)
#8D6761
(141,103,97)
#7C5B55
(124,91,85)
#6B4F49
(107,79,73)
#5A433D
(90,67,61)
#493731
(73,55,49)
#382B25
(56,43,37)
#271F19
(39,31,25)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #C08B85

#C08B85
(192,139,133)
#C59590
(197,149,144)
#CA9F9B
(202,159,155)
#CFA9A6
(207,169,166)
#D4B3B1
(212,179,177)
#D9BDBC
(217,189,188)
#DEC7C7
(222,199,199)
#E3D1D2
(227,209,210)
#E8DBDD
(232,219,221)
#EDE5E8
(237,229,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08B85; }

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

This text font color is #C08B85.


Background Color

.myBgColor { background-color: #C08B85; }

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

This div background color is #C08B85.


Border color

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

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

This div border color is #C08B85.


Opacity

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

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

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

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

This text has shadow with #C08B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08B85 on black background.


Color preview on white background

This text has color #C08B85 on white background.



Black color preview on #C08B85 background

This text has black color on #C08B85 background.


White color preview on #C08B85 background

This text has white color on #C08B85 background.