COLOR #C2A5A6

HEX: #C2A5A6
RGB: (194,165,166)

Color info

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

RGB color model

#C2A5A6 color RGB value is (194,165,166).

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

RGB channels and saturation

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

194
165
166

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

Portions of RGB colors in percentages

R + G + B =
194 + 165 + 166 = 525 (100%)
R 194 of 525 ~ 36.95%
G 165 of 525 ~ 31.43%
B 166 of 525 ~ 31.62%

%36.95
%31.43
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 14.43%
  • 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
%14.43
%23.92

Codes

Color #C2A5A6 in popluar color models

C2A5A6
RGB194165166
HSL358°19.21%70.39%
HSB/HSV358°14.95%76.08%
CMYK0.00%14.95%14.43%
23.92%

Color #C2A5A6 in popluar number systems.

HEXC2A5A6
Decimal194165166
Binary110000101010010110100110
Octal302245246

Shades and tints

Shades of #C2A5A6

#C2A5A6
(194,165,166)
#B19697
(177,150,151)
#A08788
(160,135,136)
#8F7879
(143,120,121)
#7E696A
(126,105,106)
#6D5A5B
(109,90,91)
#5C4B4C
(92,75,76)
#4B3C3D
(75,60,61)
#3A2D2E
(58,45,46)
#291E1F
(41,30,31)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #C2A5A6

#C2A5A6
(194,165,166)
#C7ADAE
(199,173,174)
#CCB5B6
(204,181,182)
#D1BDBE
(209,189,190)
#D6C5C6
(214,197,198)
#DBCDCE
(219,205,206)
#E0D5D6
(224,213,214)
#E5DDDE
(229,221,222)
#EAE5E6
(234,229,230)
#EFEDEE
(239,237,238)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A5A6; }

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

This text font color is #C2A5A6.


Background Color

.myBgColor { background-color: #C2A5A6; }

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

This div background color is #C2A5A6.


Border color

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

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

This div border color is #C2A5A6.


Opacity

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

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

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

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

This text has shadow with #C2A5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A5A6 on black background.


Color preview on white background

This text has color #C2A5A6 on white background.



Black color preview on #C2A5A6 background

This text has black color on #C2A5A6 background.


White color preview on #C2A5A6 background

This text has white color on #C2A5A6 background.