COLOR #C2B761

HEX: #C2B761
RGB: (194,183,97)

Color info

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

RGB color model

#C2B761 color RGB value is (194,183,97).

  • red value is 194;
  • green value is 183;
  • blue value is 97.
RGB:
(194,183,97)
(76%,72%,38%)

RGB channels and saturation

R 194 of 255 = 76%
G 183 of 255 = 72%
B 97 of 255 = 38%

194
183
97

R + G + B ~ 62%. #C2B761 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 183 + 97 = 474 (100%)
R 194 of 474 ~ 40.93%
G 183 of 474 ~ 38.61%
B 97 of 474 ~ 20.46%

%40.93
%38.61
%20.46

CMYK color model

#C2B761 color CMYK value is (0,6,50,24).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 50.00%
  • key color value is 23.92%
CMYK:
(0,6,50,24)
C0M6Y50K24 
(0%,6%,50%,24%)
(0.00/0.06/0.50/0.24)	

CMYK percentages

%0
%5.67
%50
%23.92

Codes

Color #C2B761 in popluar color models

C2B761
RGB19418397
HSL53°44.29%57.06%
HSB/HSV53°50.00%76.08%
CMYK0.00%5.67%50.00%
23.92%

Color #C2B761 in popluar number systems.

HEXC2B761
Decimal19418397
Binary11000010101101111100001
Octal302267141

Shades and tints

Shades of #C2B761

#C2B761
(194,183,97)
#B1A759
(177,167,89)
#A09751
(160,151,81)
#8F8749
(143,135,73)
#7E7741
(126,119,65)
#6D6739
(109,103,57)
#5C5731
(92,87,49)
#4B4729
(75,71,41)
#3A3721
(58,55,33)
#292719
(41,39,25)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #C2B761

#C2B761
(194,183,97)
#C7BD6F
(199,189,111)
#CCC37D
(204,195,125)
#D1C98B
(209,201,139)
#D6CF99
(214,207,153)
#DBD5A7
(219,213,167)
#E0DBB5
(224,219,181)
#E5E1C3
(229,225,195)
#EAE7D1
(234,231,209)
#EFEDDF
(239,237,223)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B761 color. Also use rgb(194,183,97) instead hex code.

Text Font Color

.myTextColor { color: #C2B761; }

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

This text font color is #C2B761.


Background Color

.myBgColor { background-color: #C2B761; }

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

This div background color is #C2B761.


Border color

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

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

This div border color is #C2B761.


Opacity

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

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

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

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

This text has shadow with #C2B761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B761 on black background.


Color preview on white background

This text has color #C2B761 on white background.



Black color preview on #C2B761 background

This text has black color on #C2B761 background.


White color preview on #C2B761 background

This text has white color on #C2B761 background.