COLOR #C2BA72

HEX: #C2BA72
RGB: (194,186,114)

Color info

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

RGB color model

#C2BA72 color RGB value is (194,186,114).

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

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 114 of 255 = 45%

194
186
114

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

Portions of RGB colors in percentages

R + G + B =
194 + 186 + 114 = 494 (100%)
R 194 of 494 ~ 39.27%
G 186 of 494 ~ 37.65%
B 114 of 494 ~ 23.08%

%39.27
%37.65
%23.08

CMYK color model

#C2BA72 color CMYK value is (0,4,41,24).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 41.24%
  • key color value is 23.92%
CMYK:
(0,4,41,24)
C0M4Y41K24 
(0%,4%,41%,24%)
(0.00/0.04/0.41/0.24)	

CMYK percentages

%0
%4.12
%41.24
%23.92

Codes

Color #C2BA72 in popluar color models

C2BA72
RGB194186114
HSL54°39.60%60.39%
HSB/HSV54°41.24%76.08%
CMYK0.00%4.12%41.24%
23.92%

Color #C2BA72 in popluar number systems.

HEXC2BA72
Decimal194186114
Binary11000010101110101110010
Octal302272162

Shades and tints

Shades of #C2BA72

#C2BA72
(194,186,114)
#B1AA68
(177,170,104)
#A09A5E
(160,154,94)
#8F8A54
(143,138,84)
#7E7A4A
(126,122,74)
#6D6A40
(109,106,64)
#5C5A36
(92,90,54)
#4B4A2C
(75,74,44)
#3A3A22
(58,58,34)
#292A18
(41,42,24)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #C2BA72

#C2BA72
(194,186,114)
#C7C07E
(199,192,126)
#CCC68A
(204,198,138)
#D1CC96
(209,204,150)
#D6D2A2
(214,210,162)
#DBD8AE
(219,216,174)
#E0DEBA
(224,222,186)
#E5E4C6
(229,228,198)
#EAEAD2
(234,234,210)
#EFF0DE
(239,240,222)
#F4F6EA
(244,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BA72; }

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

This text font color is #C2BA72.


Background Color

.myBgColor { background-color: #C2BA72; }

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

This div background color is #C2BA72.


Border color

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

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

This div border color is #C2BA72.


Opacity

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

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

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

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

This text has shadow with #C2BA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BA72 on black background.


Color preview on white background

This text has color #C2BA72 on white background.



Black color preview on #C2BA72 background

This text has black color on #C2BA72 background.


White color preview on #C2BA72 background

This text has white color on #C2BA72 background.