COLOR #C5A198

HEX: #C5A198
RGB: (197,161,152)

Color info

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

RGB color model

#C5A198 color RGB value is (197,161,152).

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

RGB channels and saturation

R 197 of 255 = 77%
G 161 of 255 = 63%
B 152 of 255 = 60%

197
161
152

R + G + B ~ 67%. #C5A198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 161 + 152 = 510 (100%)
R 197 of 510 ~ 38.63%
G 161 of 510 ~ 31.57%
B 152 of 510 ~ 29.8%

%38.63
%31.57
%29.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(0,18,23,23)
C0M18Y23K23 
(0%,18%,23%,23%)
(0.00/0.18/0.23/0.23)	

CMYK percentages

%0
%18.27
%22.84
%22.75

Codes

Color #C5A198 in popluar color models

C5A198
RGB197161152
HSL12°27.95%68.43%
HSB/HSV12°22.84%77.25%
CMYK0.00%18.27%22.84%
22.75%

Color #C5A198 in popluar number systems.

HEXC5A198
Decimal197161152
Binary110001011010000110011000
Octal305241230

Shades and tints

Shades of #C5A198

#C5A198
(197,161,152)
#B4938B
(180,147,139)
#A3857E
(163,133,126)
#927771
(146,119,113)
#816964
(129,105,100)
#705B57
(112,91,87)
#5F4D4A
(95,77,74)
#4E3F3D
(78,63,61)
#3D3130
(61,49,48)
#2C2323
(44,35,35)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5A198

#C5A198
(197,161,152)
#CAA9A1
(202,169,161)
#CFB1AA
(207,177,170)
#D4B9B3
(212,185,179)
#D9C1BC
(217,193,188)
#DEC9C5
(222,201,197)
#E3D1CE
(227,209,206)
#E8D9D7
(232,217,215)
#EDE1E0
(237,225,224)
#F2E9E9
(242,233,233)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A198; }

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

This text font color is #C5A198.


Background Color

.myBgColor { background-color: #C5A198; }

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

This div background color is #C5A198.


Border color

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

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

This div border color is #C5A198.


Opacity

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

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

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

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

This text has shadow with #C5A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A198 on black background.


Color preview on white background

This text has color #C5A198 on white background.



Black color preview on #C5A198 background

This text has black color on #C5A198 background.


White color preview on #C5A198 background

This text has white color on #C5A198 background.