COLOR #C4B99F

HEX: #C4B99F RGB: (196,185,159)

Color info

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

RGB color model

#C4B99F color RGB value is (196,185,159).

RGB: (196,185,159) (77%, 73%, 62%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 159 of 255 = 62%

196
185
159

R + G + B ~ 71%. #C4B99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 185 + 159 = 540 (100%)
R 196 of 540 ~ 36.3%
G 185 of 540 ~ 34.26%
B 159 of 540 ~ 29.44'%

%36.3
%34.26
%29.44

CMYK color model

#C4B99F color CMYK value is (0,6,19,23).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 18.88%
  • key color value is 23.14%

CMYK: (0,6,19,23)
C0M6Y19K23 (0%, 6%, 19%, 23%)
(0.00 / 0.06 / 0.19 / 0.23)

CMYK percentages

%0
%5.61
%18.88
%23.14

Codes

Color #C4B99F in popluar color models

C4 B9 9F
RGB 196 185 159
HSL 42° 23.87% 69.61%
HSB/HSV 42° 18.88% 76.86%
CMYK 0.00% 5.61% 18.88%
23.14%

Color #C4B99F in popluar number systems.

HEX C4 B9 9F
Decimal 196 185 159
Binary 11000100 10111001 10011111
Octal 304 271 237

Shades and tints

Shades of #C4B99F

#C4B99F
(196,185,159)
#B3A991
(179,169,145)
#A29983
(162,153,131)
#918975
(145,137,117)
#807967
(128,121,103)
#6F6959
(111,105,89)
#5E594B
(94,89,75)
#4D493D
(77,73,61)
#3C392F
(60,57,47)
#2B2921
(43,41,33)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #C4B99F

#C4B99F
(196,185,159)
#C9BFA7
(201,191,167)
#CEC5AF
(206,197,175)
#D3CBB7
(211,203,183)
#D8D1BF
(216,209,191)
#DDD7C7
(221,215,199)
#E2DDCF
(226,221,207)
#E7E3D7
(231,227,215)
#ECE9DF
(236,233,223)
#F1EFE7
(241,239,231)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B99F color. Also use rgb(196,185,159) instead hex code.

Text Font Color

.myTextColor { color: #C4B99F; }

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

This text font color is #C4B99F.

Background Color

.myBgColor { background-color: #C4B99F; }

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

This div background color is #C4B99F.

Border color

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

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

This div border color is #C4B99F.

Opacity

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

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

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

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

This text has shadow with #C4B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B99F.

Preview

Color preview on black background

This text has color #C4B99F on black background.


Color preview on white background

This text has color #C4B99F on white background.


Black color preview on #C4B99F background

This text has black color on #C4B99F background.


White color preview on #C4B99F background

This text has white color on #C4B99F background.


Related colors

Complementary color

Complementary color for #hex is #3B4660.


I love getcolorcode.com

Triadic colors

1 #9FC4B9 and #B99FC4 with #C4B99F are triadic colors.

2 #9FB9C4 and #B9C49F with #C4B99F are triadic colors.