COLOR #C2B57B

HEX: #C2B57B
RGB: (194,181,123)

Color info

#C2B57B contains mainly red and green colors. Web safe color of #C2B57B is #CCCC66 (or #CC6).

RGB color model

#C2B57B color RGB value is (194,181,123).

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

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 123 of 255 = 48%

194
181
123

R + G + B ~ 65%. #C2B57B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 123 = 498 (100%)
R 194 of 498 ~ 38.96%
G 181 of 498 ~ 36.35%
B 123 of 498 ~ 24.7%

%38.96
%36.35
%24.7

CMYK color model

#C2B57B color CMYK value is (0,7,37,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 36.60%
  • key color value is 23.92%
CMYK:
(0,7,37,24)
C0M7Y37K24 
(0%,7%,37%,24%)
(0.00/0.07/0.37/0.24)	

CMYK percentages

%0
%6.7
%36.6
%23.92

Codes

Color #C2B57B in popluar color models

C2B57B
RGB194181123
HSL49°36.79%62.16%
HSB/HSV49°36.60%76.08%
CMYK0.00%6.70%36.60%
23.92%

Color #C2B57B in popluar number systems.

HEXC2B57B
Decimal194181123
Binary11000010101101011111011
Octal302265173

Shades and tints

Shades of #C2B57B

#C2B57B
(194,181,123)
#B1A570
(177,165,112)
#A09565
(160,149,101)
#8F855A
(143,133,90)
#7E754F
(126,117,79)
#6D6544
(109,101,68)
#5C5539
(92,85,57)
#4B452E
(75,69,46)
#3A3523
(58,53,35)
#292518
(41,37,24)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #C2B57B

#C2B57B
(194,181,123)
#C7BB87
(199,187,135)
#CCC193
(204,193,147)
#D1C79F
(209,199,159)
#D6CDAB
(214,205,171)
#DBD3B7
(219,211,183)
#E0D9C3
(224,217,195)
#E5DFCF
(229,223,207)
#EAE5DB
(234,229,219)
#EFEBE7
(239,235,231)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B57B; }

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

This text font color is #C2B57B.


Background Color

.myBgColor { background-color: #C2B57B; }

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

This div background color is #C2B57B.


Border color

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

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

This div border color is #C2B57B.


Opacity

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

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

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

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

This text has shadow with #C2B57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B57B on black background.


Color preview on white background

This text has color #C2B57B on white background.



Black color preview on #C2B57B background

This text has black color on #C2B57B background.


White color preview on #C2B57B background

This text has white color on #C2B57B background.