COLOR #C2B156

HEX: #C2B156
RGB: (194,177,86)

Color info

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

RGB color model

#C2B156 color RGB value is (194,177,86).

  • red value is 194;
  • green value is 177;
  • blue value is 86.
RGB:
(194,177,86)
(76%,69%,34%)

RGB channels and saturation

R 194 of 255 = 76%
G 177 of 255 = 69%
B 86 of 255 = 34%

194
177
86

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

Portions of RGB colors in percentages

R + G + B =
194 + 177 + 86 = 457 (100%)
R 194 of 457 ~ 42.45%
G 177 of 457 ~ 38.73%
B 86 of 457 ~ 18.82%

%42.45
%38.73
%18.82

CMYK color model

#C2B156 color CMYK value is (0,9,56,24).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 55.67%
  • key color value is 23.92%
CMYK:
(0,9,56,24)
C0M9Y56K24 
(0%,9%,56%,24%)
(0.00/0.09/0.56/0.24)	

CMYK percentages

%0
%8.76
%55.67
%23.92

Codes

Color #C2B156 in popluar color models

C2B156
RGB19417786
HSL51°46.96%54.90%
HSB/HSV51°55.67%76.08%
CMYK0.00%8.76%55.67%
23.92%

Color #C2B156 in popluar number systems.

HEXC2B156
Decimal19417786
Binary11000010101100011010110
Octal302261126

Shades and tints

Shades of #C2B156

#C2B156
(194,177,86)
#B1A14F
(177,161,79)
#A09148
(160,145,72)
#8F8141
(143,129,65)
#7E713A
(126,113,58)
#6D6133
(109,97,51)
#5C512C
(92,81,44)
#4B4125
(75,65,37)
#3A311E
(58,49,30)
#292117
(41,33,23)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #C2B156

#C2B156
(194,177,86)
#C7B865
(199,184,101)
#CCBF74
(204,191,116)
#D1C683
(209,198,131)
#D6CD92
(214,205,146)
#DBD4A1
(219,212,161)
#E0DBB0
(224,219,176)
#E5E2BF
(229,226,191)
#EAE9CE
(234,233,206)
#EFF0DD
(239,240,221)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B156 color. Also use rgb(194,177,86) instead hex code.

Text Font Color

.myTextColor { color: #C2B156; }

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

This text font color is #C2B156.


Background Color

.myBgColor { background-color: #C2B156; }

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

This div background color is #C2B156.


Border color

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

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

This div border color is #C2B156.


Opacity

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

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

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

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

This text has shadow with #C2B156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B156 on black background.


Color preview on white background

This text has color #C2B156 on white background.



Black color preview on #C2B156 background

This text has black color on #C2B156 background.


White color preview on #C2B156 background

This text has white color on #C2B156 background.