COLOR #C2A5AA

HEX: #C2A5AA
RGB: (194,165,170)

Color info

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

RGB color model

#C2A5AA color RGB value is (194,165,170).

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

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 170 of 255 = 67%

194
165
170

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

Portions of RGB colors in percentages

R + G + B =
194 + 165 + 170 = 529 (100%)
R 194 of 529 ~ 36.67%
G 165 of 529 ~ 31.19%
B 170 of 529 ~ 32.14%

%36.67
%31.19
%32.14

CMYK color model

#C2A5AA color CMYK value is (0,15,12,24).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 12.37%
  • key color value is 23.92%
CMYK:
(0,15,12,24)
C0M15Y12K24 
(0%,15%,12%,24%)
(0.00/0.15/0.12/0.24)	

CMYK percentages

%0
%14.95
%12.37
%23.92

Codes

Color #C2A5AA in popluar color models

C2A5AA
RGB194165170
HSL350°19.21%70.39%
HSB/HSV350°14.95%76.08%
CMYK0.00%14.95%12.37%
23.92%

Color #C2A5AA in popluar number systems.

HEXC2A5AA
Decimal194165170
Binary110000101010010110101010
Octal302245252

Shades and tints

Shades of #C2A5AA

#C2A5AA
(194,165,170)
#B1969B
(177,150,155)
#A0878C
(160,135,140)
#8F787D
(143,120,125)
#7E696E
(126,105,110)
#6D5A5F
(109,90,95)
#5C4B50
(92,75,80)
#4B3C41
(75,60,65)
#3A2D32
(58,45,50)
#291E23
(41,30,35)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #C2A5AA

#C2A5AA
(194,165,170)
#C7ADB1
(199,173,177)
#CCB5B8
(204,181,184)
#D1BDBF
(209,189,191)
#D6C5C6
(214,197,198)
#DBCDCD
(219,205,205)
#E0D5D4
(224,213,212)
#E5DDDB
(229,221,219)
#EAE5E2
(234,229,226)
#EFEDE9
(239,237,233)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A5AA; }

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

This text font color is #C2A5AA.


Background Color

.myBgColor { background-color: #C2A5AA; }

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

This div background color is #C2A5AA.


Border color

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

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

This div border color is #C2A5AA.


Opacity

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

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

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

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

This text has shadow with #C2A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A5AA on black background.


Color preview on white background

This text has color #C2A5AA on white background.



Black color preview on #C2A5AA background

This text has black color on #C2A5AA background.


White color preview on #C2A5AA background

This text has white color on #C2A5AA background.