COLOR #C2B49D

HEX: #C2B49D RGB: (194,180,157)

Color info

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

RGB color model

#C2B49D color RGB value is (194,180,157).

RGB: (194,180,157) (76%, 71%, 62%)

RGB channels and saturation

R 194 of 255 = 76%
G 180 of 255 = 71%
B 157 of 255 = 62%

194
180
157

R + G + B ~ 70%. #C2B49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 180 + 157 = 531 (100%)
R 194 of 531 ~ 36.53%
G 180 of 531 ~ 33.9%
B 157 of 531 ~ 29.57'%

%36.53
%33.9
%29.57

CMYK color model

#C2B49D color CMYK value is (0,7,19,24).

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

CMYK: (0,7,19,24)
C0M7Y19K24 (0%, 7%, 19%, 24%)
(0.00 / 0.07 / 0.19 / 0.24)

CMYK percentages

%0
%7.22
%19.07
%23.92

Codes

Color #C2B49D in popluar color models

C2 B4 9D
RGB 194 180 157
HSL 37° 23.27% 68.82%
HSB/HSV 37° 19.07% 76.08%
CMYK 0.00% 7.22% 19.07%
23.92%

Color #C2B49D in popluar number systems.

HEX C2 B4 9D
Decimal 194 180 157
Binary 11000010 10110100 10011101
Octal 302 264 235

Shades and tints

Shades of #C2B49D

#C2B49D
(194,180,157)
#B1A48F
(177,164,143)
#A09481
(160,148,129)
#8F8473
(143,132,115)
#7E7465
(126,116,101)
#6D6457
(109,100,87)
#5C5449
(92,84,73)
#4B443B
(75,68,59)
#3A342D
(58,52,45)
#29241F
(41,36,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #C2B49D

#C2B49D
(194,180,157)
#C7BAA5
(199,186,165)
#CCC0AD
(204,192,173)
#D1C6B5
(209,198,181)
#D6CCBD
(214,204,189)
#DBD2C5
(219,210,197)
#E0D8CD
(224,216,205)
#E5DED5
(229,222,213)
#EAE4DD
(234,228,221)
#EFEAE5
(239,234,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B49D; }

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

This text font color is #C2B49D.

Background Color

.myBgColor { background-color: #C2B49D; }

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

This div background color is #C2B49D.

Border color

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

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

This div border color is #C2B49D.

Opacity

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

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

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

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

This text has shadow with #C2B49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B49D.

Preview

Color preview on black background

This text has color #C2B49D on black background.


Color preview on white background

This text has color #C2B49D on white background.


Black color preview on #C2B49D background

This text has black color on #C2B49D background.


White color preview on #C2B49D background

This text has white color on #C2B49D background.


Related colors

Complementary color

Complementary color for #hex is #3D4B62.


I love getcolorcode.com

Triadic colors

1 #9DC2B4 and #B49DC2 with #C2B49D are triadic colors.

2 #9DB4C2 and #B4C29D with #C2B49D are triadic colors.