COLOR #C5B395

HEX: #C5B395
RGB: (197,179,149)

Color info

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

RGB color model

#C5B395 color RGB value is (197,179,149).

  • red value is 197;
  • green value is 179;
  • blue value is 149.
RGB:
(197,179,149)
(77%,70%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 149 of 255 = 58%

197
179
149

R + G + B ~ 68%. #C5B395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 179 + 149 = 525 (100%)
R 197 of 525 ~ 37.52%
G 179 of 525 ~ 34.1%
B 149 of 525 ~ 28.38%

%37.52
%34.1
%28.38

CMYK color model

#C5B395 color CMYK value is (0,9,24,23).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(0,9,24,23)
C0M9Y24K23 
(0%,9%,24%,23%)
(0.00/0.09/0.24/0.23)	

CMYK percentages

%0
%9.14
%24.37
%22.75

Codes

Color #C5B395 in popluar color models

C5B395
RGB197179149
HSL38°29.27%67.84%
HSB/HSV38°24.37%77.25%
CMYK0.00%9.14%24.37%
22.75%

Color #C5B395 in popluar number systems.

HEXC5B395
Decimal197179149
Binary110001011011001110010101
Octal305263225

Shades and tints

Shades of #C5B395

#C5B395
(197,179,149)
#B4A388
(180,163,136)
#A3937B
(163,147,123)
#92836E
(146,131,110)
#817361
(129,115,97)
#706354
(112,99,84)
#5F5347
(95,83,71)
#4E433A
(78,67,58)
#3D332D
(61,51,45)
#2C2320
(44,35,32)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C5B395

#C5B395
(197,179,149)
#CAB99E
(202,185,158)
#CFBFA7
(207,191,167)
#D4C5B0
(212,197,176)
#D9CBB9
(217,203,185)
#DED1C2
(222,209,194)
#E3D7CB
(227,215,203)
#E8DDD4
(232,221,212)
#EDE3DD
(237,227,221)
#F2E9E6
(242,233,230)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B395 color. Also use rgb(197,179,149) instead hex code.

Text Font Color

.myTextColor { color: #C5B395; }

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

This text font color is #C5B395.


Background Color

.myBgColor { background-color: #C5B395; }

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

This div background color is #C5B395.


Border color

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

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

This div border color is #C5B395.


Opacity

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

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

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

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

This text has shadow with #C5B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B395 on black background.


Color preview on white background

This text has color #C5B395 on white background.



Black color preview on #C5B395 background

This text has black color on #C5B395 background.


White color preview on #C5B395 background

This text has white color on #C5B395 background.