COLOR #C5A3A0

HEX: #C5A3A0
RGB: (197,163,160)

Color info

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

RGB color model

#C5A3A0 color RGB value is (197,163,160).

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

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 160 of 255 = 63%

197
163
160

R + G + B ~ 68%. #C5A3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 160 = 520 (100%)
R 197 of 520 ~ 37.88%
G 163 of 520 ~ 31.35%
B 160 of 520 ~ 30.77%

%37.88
%31.35
%30.77

CMYK color model

#C5A3A0 color CMYK value is (0,17,19,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 18.78%
  • key color value is 22.75%
CMYK:
(0,17,19,23)
C0M17Y19K23 
(0%,17%,19%,23%)
(0.00/0.17/0.19/0.23)	

CMYK percentages

%0
%17.26
%18.78
%22.75

Codes

Color #C5A3A0 in popluar color models

C5A3A0
RGB197163160
HSL24.18%70.00%
HSB/HSV18.78%77.25%
CMYK0.00%17.26%18.78%
22.75%

Color #C5A3A0 in popluar number systems.

HEXC5A3A0
Decimal197163160
Binary110001011010001110100000
Octal305243240

Shades and tints

Shades of #C5A3A0

#C5A3A0
(197,163,160)
#B49592
(180,149,146)
#A38784
(163,135,132)
#927976
(146,121,118)
#816B68
(129,107,104)
#705D5A
(112,93,90)
#5F4F4C
(95,79,76)
#4E413E
(78,65,62)
#3D3330
(61,51,48)
#2C2522
(44,37,34)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5A3A0

#C5A3A0
(197,163,160)
#CAABA8
(202,171,168)
#CFB3B0
(207,179,176)
#D4BBB8
(212,187,184)
#D9C3C0
(217,195,192)
#DECBC8
(222,203,200)
#E3D3D0
(227,211,208)
#E8DBD8
(232,219,216)
#EDE3E0
(237,227,224)
#F2EBE8
(242,235,232)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A3A0; }

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

This text font color is #C5A3A0.


Background Color

.myBgColor { background-color: #C5A3A0; }

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

This div background color is #C5A3A0.


Border color

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

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

This div border color is #C5A3A0.


Opacity

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

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

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

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

This text has shadow with #C5A3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A3A0 on black background.


Color preview on white background

This text has color #C5A3A0 on white background.



Black color preview on #C5A3A0 background

This text has black color on #C5A3A0 background.


White color preview on #C5A3A0 background

This text has white color on #C5A3A0 background.