COLOR #C2B48B

HEX: #C2B48B RGB: (194,180,139)

Color info

#C2B48B contains red, green and blue colors in about the same proportion. Web safe color of #C2B48B is #CCCC99 (or #CC9).

RGB color model

#C2B48B color RGB value is (194,180,139).

RGB: (194,180,139) (76%, 71%, 55%)

RGB channels and saturation

R 194 of 255 = 76%
G 180 of 255 = 71%
B 139 of 255 = 55%

194
180
139

R + G + B ~ 67%. #C2B48B is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 180 + 139 = 513 (100%)
R 194 of 513 ~ 37.82%
G 180 of 513 ~ 35.09%
B 139 of 513 ~ 27.1'%

%37.82
%35.09
%27.1

CMYK color model

#C2B48B color CMYK value is (0,7,28,24).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 28.35%
  • key color value is 23.92%

CMYK: (0,7,28,24)
C0M7Y28K24 (0%, 7%, 28%, 24%)
(0.00 / 0.07 / 0.28 / 0.24)

CMYK percentages

%0
%7.22
%28.35
%23.92

Codes

Color #C2B48B in popluar color models

C2 B4 8B
RGB 194 180 139
HSL 45° 31.07% 65.29%
HSB/HSV 45° 28.35% 76.08%
CMYK 0.00% 7.22% 28.35%
23.92%

Color #C2B48B in popluar number systems.

HEX C2 B4 8B
Decimal 194 180 139
Binary 11000010 10110100 10001011
Octal 302 264 213

Shades and tints

Shades of #C2B48B

#C2B48B
(194,180,139)
#B1A47F
(177,164,127)
#A09473
(160,148,115)
#8F8467
(143,132,103)
#7E745B
(126,116,91)
#6D644F
(109,100,79)
#5C5443
(92,84,67)
#4B4437
(75,68,55)
#3A342B
(58,52,43)
#29241F
(41,36,31)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #C2B48B

#C2B48B
(194,180,139)
#C7BA95
(199,186,149)
#CCC09F
(204,192,159)
#D1C6A9
(209,198,169)
#D6CCB3
(214,204,179)
#DBD2BD
(219,210,189)
#E0D8C7
(224,216,199)
#E5DED1
(229,222,209)
#EAE4DB
(234,228,219)
#EFEAE5
(239,234,229)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B48B color. Also use rgb(194,180,139) instead hex code.

Text Font Color

.myTextColor { color: #C2B48B; }

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

This text font color is #C2B48B.

Background Color

.myBgColor { background-color: #C2B48B; }

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

This div background color is #C2B48B.

Border color

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

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

This div border color is #C2B48B.

Opacity

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

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

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

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

This text has shadow with #C2B48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B48B.

Preview

Color preview on black background

This text has color #C2B48B on black background.


Color preview on white background

This text has color #C2B48B on white background.


Black color preview on #C2B48B background

This text has black color on #C2B48B background.


White color preview on #C2B48B background

This text has white color on #C2B48B background.


Related colors

Complementary color

Complementary color for #hex is #3D4B74.


I love getcolorcode.com

Triadic colors

1 #8BC2B4 and #B48BC2 with #C2B48B are triadic colors.

2 #8BB4C2 and #B4C28B with #C2B48B are triadic colors.