COLOR #C2B49B

HEX: #C2B49B RGB: (194,180,155)

Color info

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

RGB color model

#C2B49B color RGB value is (194,180,155).

RGB: (194,180,155) (76%, 71%, 61%)

RGB channels and saturation

R 194 of 255 = 76%
G 180 of 255 = 71%
B 155 of 255 = 61%

194
180
155

R + G + B ~ 69%. #C2B49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 180 + 155 = 529 (100%)
R 194 of 529 ~ 36.67%
G 180 of 529 ~ 34.03%
B 155 of 529 ~ 29.3'%

%36.67
%34.03
%29.3

CMYK color model

#C2B49B color CMYK value is (0,7,20,24).

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

CMYK: (0,7,20,24)
C0M7Y20K24 (0%, 7%, 20%, 24%)
(0.00 / 0.07 / 0.20 / 0.24)

CMYK percentages

%0
%7.22
%20.1
%23.92

Codes

Color #C2B49B in popluar color models

C2 B4 9B
RGB 194 180 155
HSL 38° 24.22% 68.43%
HSB/HSV 38° 20.10% 76.08%
CMYK 0.00% 7.22% 20.10%
23.92%

Color #C2B49B in popluar number systems.

HEX C2 B4 9B
Decimal 194 180 155
Binary 11000010 10110100 10011011
Octal 302 264 233

Shades and tints

Shades of #C2B49B

#C2B49B
(194,180,155)
#B1A48D
(177,164,141)
#A0947F
(160,148,127)
#8F8471
(143,132,113)
#7E7463
(126,116,99)
#6D6455
(109,100,85)
#5C5447
(92,84,71)
#4B4439
(75,68,57)
#3A342B
(58,52,43)
#29241D
(41,36,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #C2B49B

#C2B49B
(194,180,155)
#C7BAA4
(199,186,164)
#CCC0AD
(204,192,173)
#D1C6B6
(209,198,182)
#D6CCBF
(214,204,191)
#DBD2C8
(219,210,200)
#E0D8D1
(224,216,209)
#E5DEDA
(229,222,218)
#EAE4E3
(234,228,227)
#EFEAEC
(239,234,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B49B; }

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

This text font color is #C2B49B.

Background Color

.myBgColor { background-color: #C2B49B; }

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

This div background color is #C2B49B.

Border color

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

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

This div border color is #C2B49B.

Opacity

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

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

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

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

This text has shadow with #C2B49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B49B.

Preview

Color preview on black background

This text has color #C2B49B on black background.


Color preview on white background

This text has color #C2B49B on white background.


Black color preview on #C2B49B background

This text has black color on #C2B49B background.


White color preview on #C2B49B background

This text has white color on #C2B49B background.


Related colors

Complementary color

Complementary color for #hex is #3D4B64.


I love getcolorcode.com

Triadic colors

1 #9BC2B4 and #B49BC2 with #C2B49B are triadic colors.

2 #9BB4C2 and #B4C29B with #C2B49B are triadic colors.