COLOR #C4B59A

HEX: #C4B59A RGB: (196,181,154)

Color info

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

RGB color model

#C4B59A color RGB value is (196,181,154).

RGB: (196,181,154) (77%, 71%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 181 of 255 = 71%
B 154 of 255 = 60%

196
181
154

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

Portions of RGB colors in percentages

R + G + B = 196 + 181 + 154 = 531 (100%)
R 196 of 531 ~ 36.91%
G 181 of 531 ~ 34.09%
B 154 of 531 ~ 29'%

%36.91
%34.09
%29

CMYK color model

#C4B59A color CMYK value is (0,8,21,23).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 21.43%
  • key color value is 23.14%

CMYK: (0,8,21,23)
C0M8Y21K23 (0%, 8%, 21%, 23%)
(0.00 / 0.08 / 0.21 / 0.23)

CMYK percentages

%0
%7.65
%21.43
%23.14

Codes

Color #C4B59A in popluar color models

C4 B5 9A
RGB 196 181 154
HSL 39° 26.25% 68.63%
HSB/HSV 39° 21.43% 76.86%
CMYK 0.00% 7.65% 21.43%
23.14%

Color #C4B59A in popluar number systems.

HEX C4 B5 9A
Decimal 196 181 154
Binary 11000100 10110101 10011010
Octal 304 265 232

Shades and tints

Shades of #C4B59A

#C4B59A
(196,181,154)
#B3A58C
(179,165,140)
#A2957E
(162,149,126)
#918570
(145,133,112)
#807562
(128,117,98)
#6F6554
(111,101,84)
#5E5546
(94,85,70)
#4D4538
(77,69,56)
#3C352A
(60,53,42)
#2B251C
(43,37,28)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #C4B59A

#C4B59A
(196,181,154)
#C9BBA3
(201,187,163)
#CEC1AC
(206,193,172)
#D3C7B5
(211,199,181)
#D8CDBE
(216,205,190)
#DDD3C7
(221,211,199)
#E2D9D0
(226,217,208)
#E7DFD9
(231,223,217)
#ECE5E2
(236,229,226)
#F1EBEB
(241,235,235)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B59A color. Also use rgb(196,181,154) instead hex code.

Text Font Color

.myTextColor { color: #C4B59A; }

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

This text font color is #C4B59A.

Background Color

.myBgColor { background-color: #C4B59A; }

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

This div background color is #C4B59A.

Border color

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

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

This div border color is #C4B59A.

Opacity

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

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

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

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

This text has shadow with #C4B59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B59A.

Preview

Color preview on black background

This text has color #C4B59A on black background.


Color preview on white background

This text has color #C4B59A on white background.


Black color preview on #C4B59A background

This text has black color on #C4B59A background.


White color preview on #C4B59A background

This text has white color on #C4B59A background.


Related colors

Complementary color

Complementary color for #hex is #3B4A65.


I love getcolorcode.com

Triadic colors

1 #9AC4B5 and #B59AC4 with #C4B59A are triadic colors.

2 #9AB5C4 and #B5C49A with #C4B59A are triadic colors.