COLOR #C5A095

HEX: #C5A095
RGB: (197,160,149)

Color info

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

RGB color model

#C5A095 color RGB value is (197,160,149).

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

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 149 of 255 = 58%

197
160
149

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

Portions of RGB colors in percentages

R + G + B =
197 + 160 + 149 = 506 (100%)
R 197 of 506 ~ 38.93%
G 160 of 506 ~ 31.62%
B 149 of 506 ~ 29.45%

%38.93
%31.62
%29.45

CMYK color model

#C5A095 color CMYK value is (0,19,24,23).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(0,19,24,23)
C0M19Y24K23 
(0%,19%,24%,23%)
(0.00/0.19/0.24/0.23)	

CMYK percentages

%0
%18.78
%24.37
%22.75

Codes

Color #C5A095 in popluar color models

C5A095
RGB197160149
HSL14°29.27%67.84%
HSB/HSV14°24.37%77.25%
CMYK0.00%18.78%24.37%
22.75%

Color #C5A095 in popluar number systems.

HEXC5A095
Decimal197160149
Binary110001011010000010010101
Octal305240225

Shades and tints

Shades of #C5A095

#C5A095
(197,160,149)
#B49288
(180,146,136)
#A3847B
(163,132,123)
#92766E
(146,118,110)
#816861
(129,104,97)
#705A54
(112,90,84)
#5F4C47
(95,76,71)
#4E3E3A
(78,62,58)
#3D302D
(61,48,45)
#2C2220
(44,34,32)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C5A095

#C5A095
(197,160,149)
#CAA89E
(202,168,158)
#CFB0A7
(207,176,167)
#D4B8B0
(212,184,176)
#D9C0B9
(217,192,185)
#DEC8C2
(222,200,194)
#E3D0CB
(227,208,203)
#E8D8D4
(232,216,212)
#EDE0DD
(237,224,221)
#F2E8E6
(242,232,230)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A095; }

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

This text font color is #C5A095.


Background Color

.myBgColor { background-color: #C5A095; }

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

This div background color is #C5A095.


Border color

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

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

This div border color is #C5A095.


Opacity

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

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

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

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

This text has shadow with #C5A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A095 on black background.


Color preview on white background

This text has color #C5A095 on white background.



Black color preview on #C5A095 background

This text has black color on #C5A095 background.


White color preview on #C5A095 background

This text has white color on #C5A095 background.