COLOR #C5A196

HEX: #C5A196
RGB: (197,161,150)

Color info

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

RGB color model

#C5A196 color RGB value is (197,161,150).

  • red value is 197;
  • green value is 161;
  • blue value is 150.
RGB:
(197,161,150)
(77%,63%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 161 of 255 = 63%
B 150 of 255 = 59%

197
161
150

R + G + B ~ 66%. #C5A196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 161 + 150 = 508 (100%)
R 197 of 508 ~ 38.78%
G 161 of 508 ~ 31.69%
B 150 of 508 ~ 29.53%

%38.78
%31.69
%29.53

CMYK color model

#C5A196 color CMYK value is (0,18,24,23).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK:
(0,18,24,23)
C0M18Y24K23 
(0%,18%,24%,23%)
(0.00/0.18/0.24/0.23)	

CMYK percentages

%0
%18.27
%23.86
%22.75

Codes

Color #C5A196 in popluar color models

C5A196
RGB197161150
HSL14°28.83%68.04%
HSB/HSV14°23.86%77.25%
CMYK0.00%18.27%23.86%
22.75%

Color #C5A196 in popluar number systems.

HEXC5A196
Decimal197161150
Binary110001011010000110010110
Octal305241226

Shades and tints

Shades of #C5A196

#C5A196
(197,161,150)
#B49389
(180,147,137)
#A3857C
(163,133,124)
#92776F
(146,119,111)
#816962
(129,105,98)
#705B55
(112,91,85)
#5F4D48
(95,77,72)
#4E3F3B
(78,63,59)
#3D312E
(61,49,46)
#2C2321
(44,35,33)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5A196

#C5A196
(197,161,150)
#CAA99F
(202,169,159)
#CFB1A8
(207,177,168)
#D4B9B1
(212,185,177)
#D9C1BA
(217,193,186)
#DEC9C3
(222,201,195)
#E3D1CC
(227,209,204)
#E8D9D5
(232,217,213)
#EDE1DE
(237,225,222)
#F2E9E7
(242,233,231)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A196 color. Also use rgb(197,161,150) instead hex code.

Text Font Color

.myTextColor { color: #C5A196; }

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

This text font color is #C5A196.


Background Color

.myBgColor { background-color: #C5A196; }

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

This div background color is #C5A196.


Border color

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

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

This div border color is #C5A196.


Opacity

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

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

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

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

This text has shadow with #C5A196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A196 on black background.


Color preview on white background

This text has color #C5A196 on white background.



Black color preview on #C5A196 background

This text has black color on #C5A196 background.


White color preview on #C5A196 background

This text has white color on #C5A196 background.