COLOR #C0B49F

HEX: #C0B49F
RGB: (192,180,159)

Color info

#C0B49F contains red, green and blue colors in about the same proportion. Web safe color of #C0B49F is #CCCC99 (or #CC9).

RGB color model

#C0B49F color RGB value is (192,180,159).

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

RGB channels and saturation

R 192 of 255 = 75%
G 180 of 255 = 71%
B 159 of 255 = 62%

192
180
159

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

Portions of RGB colors in percentages

R + G + B =
192 + 180 + 159 = 531 (100%)
R 192 of 531 ~ 36.16%
G 180 of 531 ~ 33.9%
B 159 of 531 ~ 29.94%

%36.16
%33.9
%29.94

CMYK color model

#C0B49F color CMYK value is (0,6,17,25).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(0,6,17,25)
C0M6Y17K25 
(0%,6%,17%,25%)
(0.00/0.06/0.17/0.25)	

CMYK percentages

%0
%6.25
%17.19
%24.71

Codes

Color #C0B49F in popluar color models

C0B49F
RGB192180159
HSL38°20.75%68.82%
HSB/HSV38°17.19%75.29%
CMYK0.00%6.25%17.19%
24.71%

Color #C0B49F in popluar number systems.

HEXC0B49F
Decimal192180159
Binary110000001011010010011111
Octal300264237

Shades and tints

Shades of #C0B49F

#C0B49F
(192,180,159)
#AFA491
(175,164,145)
#9E9483
(158,148,131)
#8D8475
(141,132,117)
#7C7467
(124,116,103)
#6B6459
(107,100,89)
#5A544B
(90,84,75)
#49443D
(73,68,61)
#38342F
(56,52,47)
#272421
(39,36,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #C0B49F

#C0B49F
(192,180,159)
#C5BAA7
(197,186,167)
#CAC0AF
(202,192,175)
#CFC6B7
(207,198,183)
#D4CCBF
(212,204,191)
#D9D2C7
(217,210,199)
#DED8CF
(222,216,207)
#E3DED7
(227,222,215)
#E8E4DF
(232,228,223)
#EDEAE7
(237,234,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B49F; }

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

This text font color is #C0B49F.


Background Color

.myBgColor { background-color: #C0B49F; }

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

This div background color is #C0B49F.


Border color

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

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

This div border color is #C0B49F.


Opacity

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

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

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

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

This text has shadow with #C0B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B49F on black background.


Color preview on white background

This text has color #C0B49F on white background.



Black color preview on #C0B49F background

This text has black color on #C0B49F background.


White color preview on #C0B49F background

This text has white color on #C0B49F background.