COLOR #C5AA92

HEX: #C5AA92
RGB: (197,170,146)

Color info

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

RGB color model

#C5AA92 color RGB value is (197,170,146).

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

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 146 of 255 = 57%

197
170
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 146 = 513 (100%)
R 197 of 513 ~ 38.4%
G 170 of 513 ~ 33.14%
B 146 of 513 ~ 28.46%

%38.4
%33.14
%28.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.71%
  • 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
%13.71
%25.89
%22.75

Codes

Color #C5AA92 in popluar color models

C5AA92
RGB197170146
HSL28°30.54%67.25%
HSB/HSV28°25.89%77.25%
CMYK0.00%13.71%25.89%
22.75%

Color #C5AA92 in popluar number systems.

HEXC5AA92
Decimal197170146
Binary110001011010101010010010
Octal305252222

Shades and tints

Shades of #C5AA92

#C5AA92
(197,170,146)
#B49B85
(180,155,133)
#A38C78
(163,140,120)
#927D6B
(146,125,107)
#816E5E
(129,110,94)
#705F51
(112,95,81)
#5F5044
(95,80,68)
#4E4137
(78,65,55)
#3D322A
(61,50,42)
#2C231D
(44,35,29)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C5AA92

#C5AA92
(197,170,146)
#CAB19B
(202,177,155)
#CFB8A4
(207,184,164)
#D4BFAD
(212,191,173)
#D9C6B6
(217,198,182)
#DECDBF
(222,205,191)
#E3D4C8
(227,212,200)
#E8DBD1
(232,219,209)
#EDE2DA
(237,226,218)
#F2E9E3
(242,233,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AA92; }

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

This text font color is #C5AA92.


Background Color

.myBgColor { background-color: #C5AA92; }

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

This div background color is #C5AA92.


Border color

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

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

This div border color is #C5AA92.


Opacity

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

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

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

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

This text has shadow with #C5AA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AA92 on black background.


Color preview on white background

This text has color #C5AA92 on white background.



Black color preview on #C5AA92 background

This text has black color on #C5AA92 background.


White color preview on #C5AA92 background

This text has white color on #C5AA92 background.