COLOR #C2B36D

HEX: #C2B36D
RGB: (194,179,109)

Color info

#C2B36D contains mainly red and green colors. Web safe color of #C2B36D is #CC9966 (or #C96).

RGB color model

#C2B36D color RGB value is (194,179,109).

  • red value is 194;
  • green value is 179;
  • blue value is 109.
RGB:
(194,179,109)
(76%,70%,43%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 109 of 255 = 43%

194
179
109

R + G + B ~ 63%. #C2B36D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 109 = 482 (100%)
R 194 of 482 ~ 40.25%
G 179 of 482 ~ 37.14%
B 109 of 482 ~ 22.61%

%40.25
%37.14
%22.61

CMYK color model

#C2B36D color CMYK value is (0,8,44,24).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 43.81%
  • key color value is 23.92%
CMYK:
(0,8,44,24)
C0M8Y44K24 
(0%,8%,44%,24%)
(0.00/0.08/0.44/0.24)	

CMYK percentages

%0
%7.73
%43.81
%23.92

Codes

Color #C2B36D in popluar color models

C2B36D
RGB194179109
HSL49°41.06%59.41%
HSB/HSV49°43.81%76.08%
CMYK0.00%7.73%43.81%
23.92%

Color #C2B36D in popluar number systems.

HEXC2B36D
Decimal194179109
Binary11000010101100111101101
Octal302263155

Shades and tints

Shades of #C2B36D

#C2B36D
(194,179,109)
#B1A364
(177,163,100)
#A0935B
(160,147,91)
#8F8352
(143,131,82)
#7E7349
(126,115,73)
#6D6340
(109,99,64)
#5C5337
(92,83,55)
#4B432E
(75,67,46)
#3A3325
(58,51,37)
#29231C
(41,35,28)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #C2B36D

#C2B36D
(194,179,109)
#C7B97A
(199,185,122)
#CCBF87
(204,191,135)
#D1C594
(209,197,148)
#D6CBA1
(214,203,161)
#DBD1AE
(219,209,174)
#E0D7BB
(224,215,187)
#E5DDC8
(229,221,200)
#EAE3D5
(234,227,213)
#EFE9E2
(239,233,226)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B36D color. Also use rgb(194,179,109) instead hex code.

Text Font Color

.myTextColor { color: #C2B36D; }

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

This text font color is #C2B36D.


Background Color

.myBgColor { background-color: #C2B36D; }

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

This div background color is #C2B36D.


Border color

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

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

This div border color is #C2B36D.


Opacity

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

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

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

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

This text has shadow with #C2B36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B36D on black background.


Color preview on white background

This text has color #C2B36D on white background.



Black color preview on #C2B36D background

This text has black color on #C2B36D background.


White color preview on #C2B36D background

This text has white color on #C2B36D background.