COLOR #C2B54E

HEX: #C2B54E
RGB: (194,181,78)

Color info

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

RGB color model

#C2B54E color RGB value is (194,181,78).

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

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 78 of 255 = 31%

194
181
78

R + G + B ~ 59%. #C2B54E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 78 = 453 (100%)
R 194 of 453 ~ 42.83%
G 181 of 453 ~ 39.96%
B 78 of 453 ~ 17.22%

%42.83
%39.96
%17.22

CMYK color model

#C2B54E color CMYK value is (0,7,60,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 59.79%
  • key color value is 23.92%
CMYK:
(0,7,60,24)
C0M7Y60K24 
(0%,7%,60%,24%)
(0.00/0.07/0.60/0.24)	

CMYK percentages

%0
%6.7
%59.79
%23.92

Codes

Color #C2B54E in popluar color models

C2B54E
RGB19418178
HSL53°48.74%53.33%
HSB/HSV53°59.79%76.08%
CMYK0.00%6.70%59.79%
23.92%

Color #C2B54E in popluar number systems.

HEXC2B54E
Decimal19418178
Binary11000010101101011001110
Octal302265116

Shades and tints

Shades of #C2B54E

#C2B54E
(194,181,78)
#B1A547
(177,165,71)
#A09540
(160,149,64)
#8F8539
(143,133,57)
#7E7532
(126,117,50)
#6D652B
(109,101,43)
#5C5524
(92,85,36)
#4B451D
(75,69,29)
#3A3516
(58,53,22)
#29250F
(41,37,15)
#181508
(24,21,8)
#000000
(0,0,0)

Tints of #C2B54E

#C2B54E
(194,181,78)
#C7BB5E
(199,187,94)
#CCC16E
(204,193,110)
#D1C77E
(209,199,126)
#D6CD8E
(214,205,142)
#DBD39E
(219,211,158)
#E0D9AE
(224,217,174)
#E5DFBE
(229,223,190)
#EAE5CE
(234,229,206)
#EFEBDE
(239,235,222)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B54E; }

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

This text font color is #C2B54E.


Background Color

.myBgColor { background-color: #C2B54E; }

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

This div background color is #C2B54E.


Border color

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

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

This div border color is #C2B54E.


Opacity

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

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

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

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

This text has shadow with #C2B54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B54E on black background.


Color preview on white background

This text has color #C2B54E on white background.



Black color preview on #C2B54E background

This text has black color on #C2B54E background.


White color preview on #C2B54E background

This text has white color on #C2B54E background.