COLOR #C4B5A0

HEX: #C4B5A0
RGB: (196,181,160)

Color info

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

RGB color model

#C4B5A0 color RGB value is (196,181,160).

  • red value is 196;
  • green value is 181;
  • blue value is 160.
RGB:
(196,181,160)
(77%,71%,63%)

RGB channels and saturation

R 196 of 255 = 77%
G 181 of 255 = 71%
B 160 of 255 = 63%

196
181
160

R + G + B ~ 70%. #C4B5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 181 + 160 = 537 (100%)
R 196 of 537 ~ 36.5%
G 181 of 537 ~ 33.71%
B 160 of 537 ~ 29.8%

%36.5
%33.71
%29.8

CMYK color model

#C4B5A0 color CMYK value is (0,8,18,23).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 18.37%
  • key color value is 23.14%
CMYK:
(0,8,18,23)
C0M8Y18K23 
(0%,8%,18%,23%)
(0.00/0.08/0.18/0.23)	

CMYK percentages

%0
%7.65
%18.37
%23.14

Codes

Color #C4B5A0 in popluar color models

C4B5A0
RGB196181160
HSL35°23.38%69.80%
HSB/HSV35°18.37%76.86%
CMYK0.00%7.65%18.37%
23.14%

Color #C4B5A0 in popluar number systems.

HEXC4B5A0
Decimal196181160
Binary110001001011010110100000
Octal304265240

Shades and tints

Shades of #C4B5A0

#C4B5A0
(196,181,160)
#B3A592
(179,165,146)
#A29584
(162,149,132)
#918576
(145,133,118)
#807568
(128,117,104)
#6F655A
(111,101,90)
#5E554C
(94,85,76)
#4D453E
(77,69,62)
#3C3530
(60,53,48)
#2B2522
(43,37,34)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4B5A0

#C4B5A0
(196,181,160)
#C9BBA8
(201,187,168)
#CEC1B0
(206,193,176)
#D3C7B8
(211,199,184)
#D8CDC0
(216,205,192)
#DDD3C8
(221,211,200)
#E2D9D0
(226,217,208)
#E7DFD8
(231,223,216)
#ECE5E0
(236,229,224)
#F1EBE8
(241,235,232)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B5A0; }

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

This text font color is #C4B5A0.


Background Color

.myBgColor { background-color: #C4B5A0; }

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

This div background color is #C4B5A0.


Border color

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

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

This div border color is #C4B5A0.


Opacity

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

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

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

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

This text has shadow with #C4B5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B5A0 on black background.


Color preview on white background

This text has color #C4B5A0 on white background.



Black color preview on #C4B5A0 background

This text has black color on #C4B5A0 background.


White color preview on #C4B5A0 background

This text has white color on #C4B5A0 background.