COLOR #C0B09F

HEX: #C0B09F
RGB: (192,176,159)

Color info

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

RGB color model

#C0B09F color RGB value is (192,176,159).

  • red value is 192;
  • green value is 176;
  • blue value is 159.
RGB:
(192,176,159)
(75%,69%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 159 of 255 = 62%

192
176
159

R + G + B ~ 69%. #C0B09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 176 + 159 = 527 (100%)
R 192 of 527 ~ 36.43%
G 176 of 527 ~ 33.4%
B 159 of 527 ~ 30.17%

%36.43
%33.4
%30.17

CMYK color model

#C0B09F color CMYK value is (0,8,17,25).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(0,8,17,25)
C0M8Y17K25 
(0%,8%,17%,25%)
(0.00/0.08/0.17/0.25)	

CMYK percentages

%0
%8.33
%17.19
%24.71

Codes

Color #C0B09F in popluar color models

C0B09F
RGB192176159
HSL31°20.75%68.82%
HSB/HSV31°17.19%75.29%
CMYK0.00%8.33%17.19%
24.71%

Color #C0B09F in popluar number systems.

HEXC0B09F
Decimal192176159
Binary110000001011000010011111
Octal300260237

Shades and tints

Shades of #C0B09F

#C0B09F
(192,176,159)
#AFA091
(175,160,145)
#9E9083
(158,144,131)
#8D8075
(141,128,117)
#7C7067
(124,112,103)
#6B6059
(107,96,89)
#5A504B
(90,80,75)
#49403D
(73,64,61)
#38302F
(56,48,47)
#272021
(39,32,33)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C0B09F

#C0B09F
(192,176,159)
#C5B7A7
(197,183,167)
#CABEAF
(202,190,175)
#CFC5B7
(207,197,183)
#D4CCBF
(212,204,191)
#D9D3C7
(217,211,199)
#DEDACF
(222,218,207)
#E3E1D7
(227,225,215)
#E8E8DF
(232,232,223)
#EDEFE7
(237,239,231)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B09F color. Also use rgb(192,176,159) instead hex code.

Text Font Color

.myTextColor { color: #C0B09F; }

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

This text font color is #C0B09F.


Background Color

.myBgColor { background-color: #C0B09F; }

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

This div background color is #C0B09F.


Border color

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

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

This div border color is #C0B09F.


Opacity

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

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

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

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

This text has shadow with #C0B09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B09F on black background.


Color preview on white background

This text has color #C0B09F on white background.



Black color preview on #C0B09F background

This text has black color on #C0B09F background.


White color preview on #C0B09F background

This text has white color on #C0B09F background.