COLOR #C5A992

HEX: #C5A992
RGB: (197,169,146)

Color info

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

RGB color model

#C5A992 color RGB value is (197,169,146).

  • red value is 197;
  • green value is 169;
  • blue value is 146.
RGB:
(197,169,146)
(77%,66%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 146 of 255 = 57%

197
169
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 146 = 512 (100%)
R 197 of 512 ~ 38.48%
G 169 of 512 ~ 33.01%
B 146 of 512 ~ 28.52%

%38.48
%33.01
%28.52

CMYK color model

#C5A992 color CMYK value is (0,14,26,23).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,14,26,23)
C0M14Y26K23 
(0%,14%,26%,23%)
(0.00/0.14/0.26/0.23)	

CMYK percentages

%0
%14.21
%25.89
%22.75

Codes

Color #C5A992 in popluar color models

C5A992
RGB197169146
HSL27°30.54%67.25%
HSB/HSV27°25.89%77.25%
CMYK0.00%14.21%25.89%
22.75%

Color #C5A992 in popluar number systems.

HEXC5A992
Decimal197169146
Binary110001011010100110010010
Octal305251222

Shades and tints

Shades of #C5A992

#C5A992
(197,169,146)
#B49A85
(180,154,133)
#A38B78
(163,139,120)
#927C6B
(146,124,107)
#816D5E
(129,109,94)
#705E51
(112,94,81)
#5F4F44
(95,79,68)
#4E4037
(78,64,55)
#3D312A
(61,49,42)
#2C221D
(44,34,29)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #C5A992

#C5A992
(197,169,146)
#CAB09B
(202,176,155)
#CFB7A4
(207,183,164)
#D4BEAD
(212,190,173)
#D9C5B6
(217,197,182)
#DECCBF
(222,204,191)
#E3D3C8
(227,211,200)
#E8DAD1
(232,218,209)
#EDE1DA
(237,225,218)
#F2E8E3
(242,232,227)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A992 color. Also use rgb(197,169,146) instead hex code.

Text Font Color

.myTextColor { color: #C5A992; }

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

This text font color is #C5A992.


Background Color

.myBgColor { background-color: #C5A992; }

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

This div background color is #C5A992.


Border color

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

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

This div border color is #C5A992.


Opacity

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

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

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

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

This text has shadow with #C5A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A992 on black background.


Color preview on white background

This text has color #C5A992 on white background.



Black color preview on #C5A992 background

This text has black color on #C5A992 background.


White color preview on #C5A992 background

This text has white color on #C5A992 background.