COLOR #C2B844

HEX: #C2B844 RGB: (194,184,68)

Color info

#C2B844 contains mainly red and green colors. Web safe color of #C2B844 is #CCCC33 (or #CC3).

RGB color model

#C2B844 color RGB value is (194,184,68).

RGB: (194,184,68) (76%, 72%, 27%)

RGB channels and saturation

R 194 of 255 = 76%
G 184 of 255 = 72%
B 68 of 255 = 27%

194
184
68

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

Portions of RGB colors in percentages

R + G + B = 194 + 184 + 68 = 446 (100%)
R 194 of 446 ~ 43.5%
G 184 of 446 ~ 41.26%
B 68 of 446 ~ 15.25'%

%43.5
%41.26
%15.25

CMYK color model

#C2B844 color CMYK value is (0,5,65,24).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 64.95%
  • key color value is 23.92%

CMYK: (0,5,65,24)
C0M5Y65K24 (0%, 5%, 65%, 24%)
(0.00 / 0.05 / 0.65 / 0.24)

CMYK percentages

%0
%5.15
%64.95
%23.92

Codes

Color #C2B844 in popluar color models

C2 B8 44
RGB 194 184 68
HSL 55° 50.81% 51.37%
HSB/HSV 55° 64.95% 76.08%
CMYK 0.00% 5.15% 64.95%
23.92%

Color #C2B844 in popluar number systems.

HEX C2 B8 44
Decimal 194 184 68
Binary 11000010 10111000 1000100
Octal 302 270 104

Shades and tints

Shades of #C2B844

#C2B844
(194,184,68)
#B1A83E
(177,168,62)
#A09838
(160,152,56)
#8F8832
(143,136,50)
#7E782C
(126,120,44)
#6D6826
(109,104,38)
#5C5820
(92,88,32)
#4B481A
(75,72,26)
#3A3814
(58,56,20)
#29280E
(41,40,14)
#181808
(24,24,8)
#000000
(0,0,0)

Tints of #C2B844

#C2B844
(194,184,68)
#C7BE55
(199,190,85)
#CCC466
(204,196,102)
#D1CA77
(209,202,119)
#D6D088
(214,208,136)
#DBD699
(219,214,153)
#E0DCAA
(224,220,170)
#E5E2BB
(229,226,187)
#EAE8CC
(234,232,204)
#EFEEDD
(239,238,221)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B844 color. Also use rgb(194,184,68) instead hex code.

Text Font Color

.myTextColor { color: #C2B844; }

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

This text font color is #C2B844.

Background Color

.myBgColor { background-color: #C2B844; }

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

This div background color is #C2B844.

Border color

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

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

This div border color is #C2B844.

Opacity

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

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

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

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

This text has shadow with #C2B844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B844.

Preview

Color preview on black background

This text has color #C2B844 on black background.


Color preview on white background

This text has color #C2B844 on white background.


Black color preview on #C2B844 background

This text has black color on #C2B844 background.


White color preview on #C2B844 background

This text has white color on #C2B844 background.


Related colors

Complementary color

Complementary color for #hex is #3D47BB.


I love getcolorcode.com

Triadic colors

1 #44C2B8 and #B844C2 with #C2B844 are triadic colors.

2 #44B8C2 and #B8C244 with #C2B844 are triadic colors.