COLOR #C2B57F

HEX: #C2B57F
RGB: (194,181,127)

Color info

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

RGB color model

#C2B57F color RGB value is (194,181,127).

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

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 127 of 255 = 50%

194
181
127

R + G + B ~ 66%. #C2B57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 127 = 502 (100%)
R 194 of 502 ~ 38.65%
G 181 of 502 ~ 36.06%
B 127 of 502 ~ 25.3%

%38.65
%36.06
%25.3

CMYK color model

#C2B57F color CMYK value is (0,7,35,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 34.54%
  • key color value is 23.92%
CMYK:
(0,7,35,24)
C0M7Y35K24 
(0%,7%,35%,24%)
(0.00/0.07/0.35/0.24)	

CMYK percentages

%0
%6.7
%34.54
%23.92

Codes

Color #C2B57F in popluar color models

C2B57F
RGB194181127
HSL48°35.45%62.94%
HSB/HSV48°34.54%76.08%
CMYK0.00%6.70%34.54%
23.92%

Color #C2B57F in popluar number systems.

HEXC2B57F
Decimal194181127
Binary11000010101101011111111
Octal302265177

Shades and tints

Shades of #C2B57F

#C2B57F
(194,181,127)
#B1A574
(177,165,116)
#A09569
(160,149,105)
#8F855E
(143,133,94)
#7E7553
(126,117,83)
#6D6548
(109,101,72)
#5C553D
(92,85,61)
#4B4532
(75,69,50)
#3A3527
(58,53,39)
#29251C
(41,37,28)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #C2B57F

#C2B57F
(194,181,127)
#C7BB8A
(199,187,138)
#CCC195
(204,193,149)
#D1C7A0
(209,199,160)
#D6CDAB
(214,205,171)
#DBD3B6
(219,211,182)
#E0D9C1
(224,217,193)
#E5DFCC
(229,223,204)
#EAE5D7
(234,229,215)
#EFEBE2
(239,235,226)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B57F; }

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

This text font color is #C2B57F.


Background Color

.myBgColor { background-color: #C2B57F; }

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

This div background color is #C2B57F.


Border color

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

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

This div border color is #C2B57F.


Opacity

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

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

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

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

This text has shadow with #C2B57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B57F on black background.


Color preview on white background

This text has color #C2B57F on white background.



Black color preview on #C2B57F background

This text has black color on #C2B57F background.


White color preview on #C2B57F background

This text has white color on #C2B57F background.