COLOR #C2B25B

HEX: #C2B25B RGB: (194,178,91)

Color info

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

RGB color model

#C2B25B color RGB value is (194,178,91).

RGB: (194,178,91) (76%, 70%, 36%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 91 of 255 = 36%

194
178
91

R + G + B ~ 61%. #C2B25B is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 178 + 91 = 463 (100%)
R 194 of 463 ~ 41.9%
G 178 of 463 ~ 38.44%
B 91 of 463 ~ 19.65'%

%41.9
%38.44
%19.65

CMYK color model

#C2B25B color CMYK value is (0,8,53,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 53.09%
  • key color value is 23.92%

CMYK: (0,8,53,24)
C0M8Y53K24 (0%, 8%, 53%, 24%)
(0.00 / 0.08 / 0.53 / 0.24)

CMYK percentages

%0
%8.25
%53.09
%23.92

Codes

Color #C2B25B in popluar color models

C2 B2 5B
RGB 194 178 91
HSL 51° 45.78% 55.88%
HSB/HSV 51° 53.09% 76.08%
CMYK 0.00% 8.25% 53.09%
23.92%

Color #C2B25B in popluar number systems.

HEX C2 B2 5B
Decimal 194 178 91
Binary 11000010 10110010 1011011
Octal 302 262 133

Shades and tints

Shades of #C2B25B

#C2B25B
(194,178,91)
#B1A253
(177,162,83)
#A0924B
(160,146,75)
#8F8243
(143,130,67)
#7E723B
(126,114,59)
#6D6233
(109,98,51)
#5C522B
(92,82,43)
#4B4223
(75,66,35)
#3A321B
(58,50,27)
#292213
(41,34,19)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #C2B25B

#C2B25B
(194,178,91)
#C7B969
(199,185,105)
#CCC077
(204,192,119)
#D1C785
(209,199,133)
#D6CE93
(214,206,147)
#DBD5A1
(219,213,161)
#E0DCAF
(224,220,175)
#E5E3BD
(229,227,189)
#EAEACB
(234,234,203)
#EFF1D9
(239,241,217)
#F4F8E7
(244,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B25B color. Also use rgb(194,178,91) instead hex code.

Text Font Color

.myTextColor { color: #C2B25B; }

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

This text font color is #C2B25B.

Background Color

.myBgColor { background-color: #C2B25B; }

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

This div background color is #C2B25B.

Border color

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

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

This div border color is #C2B25B.

Opacity

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

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

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

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

This text has shadow with #C2B25B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B25B.

Preview

Color preview on black background

This text has color #C2B25B on black background.


Color preview on white background

This text has color #C2B25B on white background.


Black color preview on #C2B25B background

This text has black color on #C2B25B background.


White color preview on #C2B25B background

This text has white color on #C2B25B background.


Related colors

Complementary color

Complementary color for #hex is #3D4DA4.


I love getcolorcode.com

Triadic colors

1 #5BC2B2 and #B25BC2 with #C2B25B are triadic colors.

2 #5BB2C2 and #B2C25B with #C2B25B are triadic colors.