COLOR #C2BA49

HEX: #C2BA49
RGB: (194,186,73)

Color info

#C2BA49 contains mainly red and green colors. Web safe color of #C2BA49 is #CCCC33 (or #CC3).

RGB color model

#C2BA49 color RGB value is (194,186,73).

  • red value is 194;
  • green value is 186;
  • blue value is 73.
RGB:
(194,186,73)
(76%,73%,29%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 73 of 255 = 29%

194
186
73

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

Portions of RGB colors in percentages

R + G + B =
194 + 186 + 73 = 453 (100%)
R 194 of 453 ~ 42.83%
G 186 of 453 ~ 41.06%
B 73 of 453 ~ 16.11%

%42.83
%41.06
%16.11

CMYK color model

#C2BA49 color CMYK value is (0,4,62,24).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 62.37%
  • key color value is 23.92%
CMYK:
(0,4,62,24)
C0M4Y62K24 
(0%,4%,62%,24%)
(0.00/0.04/0.62/0.24)	

CMYK percentages

%0
%4.12
%62.37
%23.92

Codes

Color #C2BA49 in popluar color models

C2BA49
RGB19418673
HSL56°49.79%52.35%
HSB/HSV56°62.37%76.08%
CMYK0.00%4.12%62.37%
23.92%

Color #C2BA49 in popluar number systems.

HEXC2BA49
Decimal19418673
Binary11000010101110101001001
Octal302272111

Shades and tints

Shades of #C2BA49

#C2BA49
(194,186,73)
#B1AA43
(177,170,67)
#A09A3D
(160,154,61)
#8F8A37
(143,138,55)
#7E7A31
(126,122,49)
#6D6A2B
(109,106,43)
#5C5A25
(92,90,37)
#4B4A1F
(75,74,31)
#3A3A19
(58,58,25)
#292A13
(41,42,19)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #C2BA49

#C2BA49
(194,186,73)
#C7C059
(199,192,89)
#CCC669
(204,198,105)
#D1CC79
(209,204,121)
#D6D289
(214,210,137)
#DBD899
(219,216,153)
#E0DEA9
(224,222,169)
#E5E4B9
(229,228,185)
#EAEAC9
(234,234,201)
#EFF0D9
(239,240,217)
#F4F6E9
(244,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BA49 color. Also use rgb(194,186,73) instead hex code.

Text Font Color

.myTextColor { color: #C2BA49; }

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

This text font color is #C2BA49.


Background Color

.myBgColor { background-color: #C2BA49; }

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

This div background color is #C2BA49.


Border color

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

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

This div border color is #C2BA49.


Opacity

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

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

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

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

This text has shadow with #C2BA49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BA49 on black background.


Color preview on white background

This text has color #C2BA49 on white background.



Black color preview on #C2BA49 background

This text has black color on #C2BA49 background.


White color preview on #C2BA49 background

This text has white color on #C2BA49 background.