COLOR #C4B18F

HEX: #C4B18F RGB: (196,177,143)

Color info

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

RGB color model

#C4B18F color RGB value is (196,177,143).

RGB: (196,177,143) (77%, 69%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 143 of 255 = 56%

196
177
143

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

Portions of RGB colors in percentages

R + G + B = 196 + 177 + 143 = 516 (100%)
R 196 of 516 ~ 37.98%
G 177 of 516 ~ 34.3%
B 143 of 516 ~ 27.71'%

%37.98
%34.3
%27.71

CMYK color model

#C4B18F color CMYK value is (0,10,27,23).

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

CMYK: (0,10,27,23)
C0M10Y27K23 (0%, 10%, 27%, 23%)
(0.00 / 0.10 / 0.27 / 0.23)

CMYK percentages

%0
%9.69
%27.04
%23.14

Codes

Color #C4B18F in popluar color models

C4 B1 8F
RGB 196 177 143
HSL 38° 30.99% 66.47%
HSB/HSV 38° 27.04% 76.86%
CMYK 0.00% 9.69% 27.04%
23.14%

Color #C4B18F in popluar number systems.

HEX C4 B1 8F
Decimal 196 177 143
Binary 11000100 10110001 10001111
Octal 304 261 217

Shades and tints

Shades of #C4B18F

#C4B18F
(196,177,143)
#B3A182
(179,161,130)
#A29175
(162,145,117)
#918168
(145,129,104)
#80715B
(128,113,91)
#6F614E
(111,97,78)
#5E5141
(94,81,65)
#4D4134
(77,65,52)
#3C3127
(60,49,39)
#2B211A
(43,33,26)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #C4B18F

#C4B18F
(196,177,143)
#C9B899
(201,184,153)
#CEBFA3
(206,191,163)
#D3C6AD
(211,198,173)
#D8CDB7
(216,205,183)
#DDD4C1
(221,212,193)
#E2DBCB
(226,219,203)
#E7E2D5
(231,226,213)
#ECE9DF
(236,233,223)
#F1F0E9
(241,240,233)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B18F; }

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

This text font color is #C4B18F.

Background Color

.myBgColor { background-color: #C4B18F; }

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

This div background color is #C4B18F.

Border color

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

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

This div border color is #C4B18F.

Opacity

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

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

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

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

This text has shadow with #C4B18F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B18F.

Preview

Color preview on black background

This text has color #C4B18F on black background.


Color preview on white background

This text has color #C4B18F on white background.


Black color preview on #C4B18F background

This text has black color on #C4B18F background.


White color preview on #C4B18F background

This text has white color on #C4B18F background.


Related colors

Complementary color

Complementary color for #hex is #3B4E70.


I love getcolorcode.com

Triadic colors

1 #8FC4B1 and #B18FC4 with #C4B18F are triadic colors.

2 #8FB1C4 and #B1C48F with #C4B18F are triadic colors.