COLOR #C2BB73

HEX: #C2BB73
RGB: (194,187,115)

Color info

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

RGB color model

#C2BB73 color RGB value is (194,187,115).

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

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 115 of 255 = 45%

194
187
115

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

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 115 = 496 (100%)
R 194 of 496 ~ 39.11%
G 187 of 496 ~ 37.7%
B 115 of 496 ~ 23.19%

%39.11
%37.7
%23.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 40.72%
  • 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
%3.61
%40.72
%23.92

Codes

Color #C2BB73 in popluar color models

C2BB73
RGB194187115
HSL55°39.30%60.59%
HSB/HSV55°40.72%76.08%
CMYK0.00%3.61%40.72%
23.92%

Color #C2BB73 in popluar number systems.

HEXC2BB73
Decimal194187115
Binary11000010101110111110011
Octal302273163

Shades and tints

Shades of #C2BB73

#C2BB73
(194,187,115)
#B1AA69
(177,170,105)
#A0995F
(160,153,95)
#8F8855
(143,136,85)
#7E774B
(126,119,75)
#6D6641
(109,102,65)
#5C5537
(92,85,55)
#4B442D
(75,68,45)
#3A3323
(58,51,35)
#292219
(41,34,25)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #C2BB73

#C2BB73
(194,187,115)
#C7C17F
(199,193,127)
#CCC78B
(204,199,139)
#D1CD97
(209,205,151)
#D6D3A3
(214,211,163)
#DBD9AF
(219,217,175)
#E0DFBB
(224,223,187)
#E5E5C7
(229,229,199)
#EAEBD3
(234,235,211)
#EFF1DF
(239,241,223)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BB73 color. Also use rgb(194,187,115) instead hex code.

Text Font Color

.myTextColor { color: #C2BB73; }

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

This text font color is #C2BB73.


Background Color

.myBgColor { background-color: #C2BB73; }

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

This div background color is #C2BB73.


Border color

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

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

This div border color is #C2BB73.


Opacity

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

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

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

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

This text has shadow with #C2BB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BB73 on black background.


Color preview on white background

This text has color #C2BB73 on white background.



Black color preview on #C2BB73 background

This text has black color on #C2BB73 background.


White color preview on #C2BB73 background

This text has white color on #C2BB73 background.