COLOR #C2A5A7

HEX: #C2A5A7
RGB: (194,165,167)

Color info

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

RGB color model

#C2A5A7 color RGB value is (194,165,167).

  • red value is 194;
  • green value is 165;
  • blue value is 167.
RGB:
(194,165,167)
(76%,65%,65%)

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 167 of 255 = 65%

194
165
167

R + G + B ~ 69%. #C2A5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 165 + 167 = 526 (100%)
R 194 of 526 ~ 36.88%
G 165 of 526 ~ 31.37%
B 167 of 526 ~ 31.75%

%36.88
%31.37
%31.75

CMYK color model

#C2A5A7 color CMYK value is (0,15,14,24).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,15,14,24)
C0M15Y14K24 
(0%,15%,14%,24%)
(0.00/0.15/0.14/0.24)	

CMYK percentages

%0
%14.95
%13.92
%23.92

Codes

Color #C2A5A7 in popluar color models

C2A5A7
RGB194165167
HSL356°19.21%70.39%
HSB/HSV356°14.95%76.08%
CMYK0.00%14.95%13.92%
23.92%

Color #C2A5A7 in popluar number systems.

HEXC2A5A7
Decimal194165167
Binary110000101010010110100111
Octal302245247

Shades and tints

Shades of #C2A5A7

#C2A5A7
(194,165,167)
#B19698
(177,150,152)
#A08789
(160,135,137)
#8F787A
(143,120,122)
#7E696B
(126,105,107)
#6D5A5C
(109,90,92)
#5C4B4D
(92,75,77)
#4B3C3E
(75,60,62)
#3A2D2F
(58,45,47)
#291E20
(41,30,32)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #C2A5A7

#C2A5A7
(194,165,167)
#C7ADAF
(199,173,175)
#CCB5B7
(204,181,183)
#D1BDBF
(209,189,191)
#D6C5C7
(214,197,199)
#DBCDCF
(219,205,207)
#E0D5D7
(224,213,215)
#E5DDDF
(229,221,223)
#EAE5E7
(234,229,231)
#EFEDEF
(239,237,239)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A5A7 color. Also use rgb(194,165,167) instead hex code.

Text Font Color

.myTextColor { color: #C2A5A7; }

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

This text font color is #C2A5A7.


Background Color

.myBgColor { background-color: #C2A5A7; }

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

This div background color is #C2A5A7.


Border color

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

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

This div border color is #C2A5A7.


Opacity

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

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

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

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

This text has shadow with #C2A5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A5A7 on black background.


Color preview on white background

This text has color #C2A5A7 on white background.



Black color preview on #C2A5A7 background

This text has black color on #C2A5A7 background.


White color preview on #C2A5A7 background

This text has white color on #C2A5A7 background.