COLOR #C5B2A0

HEX: #C5B2A0
RGB: (197,178,160)

Color info

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

RGB color model

#C5B2A0 color RGB value is (197,178,160).

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

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 160 of 255 = 63%

197
178
160

R + G + B ~ 70%. #C5B2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 160 = 535 (100%)
R 197 of 535 ~ 36.82%
G 178 of 535 ~ 33.27%
B 160 of 535 ~ 29.91%

%36.82
%33.27
%29.91

CMYK color model

#C5B2A0 color CMYK value is (0,10,19,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 18.78%
  • key color value is 22.75%
CMYK:
(0,10,19,23)
C0M10Y19K23 
(0%,10%,19%,23%)
(0.00/0.10/0.19/0.23)	

CMYK percentages

%0
%9.64
%18.78
%22.75

Codes

Color #C5B2A0 in popluar color models

C5B2A0
RGB197178160
HSL29°24.18%70.00%
HSB/HSV29°18.78%77.25%
CMYK0.00%9.64%18.78%
22.75%

Color #C5B2A0 in popluar number systems.

HEXC5B2A0
Decimal197178160
Binary110001011011001010100000
Octal305262240

Shades and tints

Shades of #C5B2A0

#C5B2A0
(197,178,160)
#B4A292
(180,162,146)
#A39284
(163,146,132)
#928276
(146,130,118)
#817268
(129,114,104)
#70625A
(112,98,90)
#5F524C
(95,82,76)
#4E423E
(78,66,62)
#3D3230
(61,50,48)
#2C2222
(44,34,34)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #C5B2A0

#C5B2A0
(197,178,160)
#CAB9A8
(202,185,168)
#CFC0B0
(207,192,176)
#D4C7B8
(212,199,184)
#D9CEC0
(217,206,192)
#DED5C8
(222,213,200)
#E3DCD0
(227,220,208)
#E8E3D8
(232,227,216)
#EDEAE0
(237,234,224)
#F2F1E8
(242,241,232)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B2A0; }

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

This text font color is #C5B2A0.


Background Color

.myBgColor { background-color: #C5B2A0; }

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

This div background color is #C5B2A0.


Border color

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

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

This div border color is #C5B2A0.


Opacity

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

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

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

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

This text has shadow with #C5B2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2A0 on black background.


Color preview on white background

This text has color #C5B2A0 on white background.



Black color preview on #C5B2A0 background

This text has black color on #C5B2A0 background.


White color preview on #C5B2A0 background

This text has white color on #C5B2A0 background.