COLOR #C5A099

HEX: #C5A099
RGB: (197,160,153)

Color info

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

RGB color model

#C5A099 color RGB value is (197,160,153).

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

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 153 of 255 = 60%

197
160
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 160 + 153 = 510 (100%)
R 197 of 510 ~ 38.63%
G 160 of 510 ~ 31.37%
B 153 of 510 ~ 30%

%38.63
%31.37
%30

CMYK color model

#C5A099 color CMYK value is (0,19,22,23).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(0,19,22,23)
C0M19Y22K23 
(0%,19%,22%,23%)
(0.00/0.19/0.22/0.23)	

CMYK percentages

%0
%18.78
%22.34
%22.75

Codes

Color #C5A099 in popluar color models

C5A099
RGB197160153
HSL10°27.50%68.63%
HSB/HSV10°22.34%77.25%
CMYK0.00%18.78%22.34%
22.75%

Color #C5A099 in popluar number systems.

HEXC5A099
Decimal197160153
Binary110001011010000010011001
Octal305240231

Shades and tints

Shades of #C5A099

#C5A099
(197,160,153)
#B4928C
(180,146,140)
#A3847F
(163,132,127)
#927672
(146,118,114)
#816865
(129,104,101)
#705A58
(112,90,88)
#5F4C4B
(95,76,75)
#4E3E3E
(78,62,62)
#3D3031
(61,48,49)
#2C2224
(44,34,36)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5A099

#C5A099
(197,160,153)
#CAA8A2
(202,168,162)
#CFB0AB
(207,176,171)
#D4B8B4
(212,184,180)
#D9C0BD
(217,192,189)
#DEC8C6
(222,200,198)
#E3D0CF
(227,208,207)
#E8D8D8
(232,216,216)
#EDE0E1
(237,224,225)
#F2E8EA
(242,232,234)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A099; }

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

This text font color is #C5A099.


Background Color

.myBgColor { background-color: #C5A099; }

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

This div background color is #C5A099.


Border color

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

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

This div border color is #C5A099.


Opacity

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

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

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

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

This text has shadow with #C5A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A099 on black background.


Color preview on white background

This text has color #C5A099 on white background.



Black color preview on #C5A099 background

This text has black color on #C5A099 background.


White color preview on #C5A099 background

This text has white color on #C5A099 background.