COLOR #C4B18B

HEX: #C4B18B RGB: (196,177,139)

Color info

#C4B18B contains red, green and blue colors in about the same proportion. Web safe color of #C4B18B is #CC9999 (or #C99).

RGB color model

#C4B18B color RGB value is (196,177,139).

RGB: (196,177,139) (77%, 69%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 139 of 255 = 55%

196
177
139

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

Portions of RGB colors in percentages

R + G + B = 196 + 177 + 139 = 512 (100%)
R 196 of 512 ~ 38.28%
G 177 of 512 ~ 34.57%
B 139 of 512 ~ 27.15'%

%38.28
%34.57
%27.15

CMYK color model

#C4B18B color CMYK value is (0,10,29,23).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 29.08%
  • key color value is 23.14%

CMYK: (0,10,29,23)
C0M10Y29K23 (0%, 10%, 29%, 23%)
(0.00 / 0.10 / 0.29 / 0.23)

CMYK percentages

%0
%9.69
%29.08
%23.14

Codes

Color #C4B18B in popluar color models

C4 B1 8B
RGB 196 177 139
HSL 40° 32.57% 65.69%
HSB/HSV 40° 29.08% 76.86%
CMYK 0.00% 9.69% 29.08%
23.14%

Color #C4B18B in popluar number systems.

HEX C4 B1 8B
Decimal 196 177 139
Binary 11000100 10110001 10001011
Octal 304 261 213

Shades and tints

Shades of #C4B18B

#C4B18B
(196,177,139)
#B3A17F
(179,161,127)
#A29173
(162,145,115)
#918167
(145,129,103)
#80715B
(128,113,91)
#6F614F
(111,97,79)
#5E5143
(94,81,67)
#4D4137
(77,65,55)
#3C312B
(60,49,43)
#2B211F
(43,33,31)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C4B18B

#C4B18B
(196,177,139)
#C9B895
(201,184,149)
#CEBF9F
(206,191,159)
#D3C6A9
(211,198,169)
#D8CDB3
(216,205,179)
#DDD4BD
(221,212,189)
#E2DBC7
(226,219,199)
#E7E2D1
(231,226,209)
#ECE9DB
(236,233,219)
#F1F0E5
(241,240,229)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B18B color. Also use rgb(196,177,139) instead hex code.

Text Font Color

.myTextColor { color: #C4B18B; }

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

This text font color is #C4B18B.

Background Color

.myBgColor { background-color: #C4B18B; }

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

This div background color is #C4B18B.

Border color

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

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

This div border color is #C4B18B.

Opacity

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

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

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

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

This text has shadow with #C4B18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B18B.

Preview

Color preview on black background

This text has color #C4B18B on black background.


Color preview on white background

This text has color #C4B18B on white background.


Black color preview on #C4B18B background

This text has black color on #C4B18B background.


White color preview on #C4B18B background

This text has white color on #C4B18B background.


Related colors

Complementary color

Complementary color for #hex is #3B4E74.


I love getcolorcode.com

Triadic colors

1 #8BC4B1 and #B18BC4 with #C4B18B are triadic colors.

2 #8BB1C4 and #B1C48B with #C4B18B are triadic colors.