COLOR #C2B58E

HEX: #C2B58E
RGB: (194,181,142)

Color info

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

RGB color model

#C2B58E color RGB value is (194,181,142).

  • red value is 194;
  • green value is 181;
  • blue value is 142.
RGB:
(194,181,142)
(76%,71%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 142 of 255 = 56%

194
181
142

R + G + B ~ 68%. #C2B58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 142 = 517 (100%)
R 194 of 517 ~ 37.52%
G 181 of 517 ~ 35.01%
B 142 of 517 ~ 27.47%

%37.52
%35.01
%27.47

CMYK color model

#C2B58E color CMYK value is (0,7,27,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK:
(0,7,27,24)
C0M7Y27K24 
(0%,7%,27%,24%)
(0.00/0.07/0.27/0.24)	

CMYK percentages

%0
%6.7
%26.8
%23.92

Codes

Color #C2B58E in popluar color models

C2B58E
RGB194181142
HSL45°29.89%65.88%
HSB/HSV45°26.80%76.08%
CMYK0.00%6.70%26.80%
23.92%

Color #C2B58E in popluar number systems.

HEXC2B58E
Decimal194181142
Binary110000101011010110001110
Octal302265216

Shades and tints

Shades of #C2B58E

#C2B58E
(194,181,142)
#B1A582
(177,165,130)
#A09576
(160,149,118)
#8F856A
(143,133,106)
#7E755E
(126,117,94)
#6D6552
(109,101,82)
#5C5546
(92,85,70)
#4B453A
(75,69,58)
#3A352E
(58,53,46)
#292522
(41,37,34)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2B58E

#C2B58E
(194,181,142)
#C7BB98
(199,187,152)
#CCC1A2
(204,193,162)
#D1C7AC
(209,199,172)
#D6CDB6
(214,205,182)
#DBD3C0
(219,211,192)
#E0D9CA
(224,217,202)
#E5DFD4
(229,223,212)
#EAE5DE
(234,229,222)
#EFEBE8
(239,235,232)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B58E color. Also use rgb(194,181,142) instead hex code.

Text Font Color

.myTextColor { color: #C2B58E; }

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

This text font color is #C2B58E.


Background Color

.myBgColor { background-color: #C2B58E; }

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

This div background color is #C2B58E.


Border color

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

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

This div border color is #C2B58E.


Opacity

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

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

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

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

This text has shadow with #C2B58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B58E on black background.


Color preview on white background

This text has color #C2B58E on white background.



Black color preview on #C2B58E background

This text has black color on #C2B58E background.


White color preview on #C2B58E background

This text has white color on #C2B58E background.