COLOR #C0B59F

HEX: #C0B59F
RGB: (192,181,159)

Color info

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

RGB color model

#C0B59F color RGB value is (192,181,159).

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

RGB channels and saturation

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

192
181
159

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

Portions of RGB colors in percentages

R + G + B =
192 + 181 + 159 = 532 (100%)
R 192 of 532 ~ 36.09%
G 181 of 532 ~ 34.02%
B 159 of 532 ~ 29.89%

%36.09
%34.02
%29.89

CMYK color model

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

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

Codes

Color #C0B59F in popluar color models

C0B59F
RGB192181159
HSL40°20.75%68.82%
HSB/HSV40°17.19%75.29%
CMYK0.00%5.73%17.19%
24.71%

Color #C0B59F in popluar number systems.

HEXC0B59F
Decimal192181159
Binary110000001011010110011111
Octal300265237

Shades and tints

Shades of #C0B59F

#C0B59F
(192,181,159)
#AFA591
(175,165,145)
#9E9583
(158,149,131)
#8D8575
(141,133,117)
#7C7567
(124,117,103)
#6B6559
(107,101,89)
#5A554B
(90,85,75)
#49453D
(73,69,61)
#38352F
(56,53,47)
#272521
(39,37,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #C0B59F

#C0B59F
(192,181,159)
#C5BBA7
(197,187,167)
#CAC1AF
(202,193,175)
#CFC7B7
(207,199,183)
#D4CDBF
(212,205,191)
#D9D3C7
(217,211,199)
#DED9CF
(222,217,207)
#E3DFD7
(227,223,215)
#E8E5DF
(232,229,223)
#EDEBE7
(237,235,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B59F; }

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

This text font color is #C0B59F.


Background Color

.myBgColor { background-color: #C0B59F; }

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

This div background color is #C0B59F.


Border color

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

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

This div border color is #C0B59F.


Opacity

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

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

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

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

This text has shadow with #C0B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B59F on black background.


Color preview on white background

This text has color #C0B59F on white background.



Black color preview on #C0B59F background

This text has black color on #C0B59F background.


White color preview on #C0B59F background

This text has white color on #C0B59F background.