COLOR #C2A5AE

HEX: #C2A5AE RGB: (194,165,174)

Color info

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

RGB color model

#C2A5AE color RGB value is (194,165,174).

RGB: (194,165,174) (76%, 65%, 68%)

RGB channels and saturation

R 194 of 255 = 76%
G 165 of 255 = 65%
B 174 of 255 = 68%

194
165
174

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

Portions of RGB colors in percentages

R + G + B = 194 + 165 + 174 = 533 (100%)
R 194 of 533 ~ 36.4%
G 165 of 533 ~ 30.96%
B 174 of 533 ~ 32.65'%

%36.4
%30.96
%32.65

CMYK color model

#C2A5AE color CMYK value is (0,15,10,24).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 10.31%
  • key color value is 23.92%
CMYK: (0,15,10,24) C0M15Y10K24 (0%,15%,10%,24%) (0.00/0.15/0.10/0.24) 

CMYK percentages

%0
%14.95
%10.31
%23.92

Codes

Color #C2A5AE in popluar color models

C2 A5 AE
RGB 194 165 174
HSL 341° 19.21% 70.39%
HSB/HSV 341° 14.95% 76.08%
CMYK 0.00% 14.95% 10.31%
23.92%

Color #C2A5AE in popluar number systems.

HEX C2 A5 AE
Decimal 194 165 174
Binary 11000010 10100101 10101110
Octal 302 245 256

Shades and tints

Shades of #C2A5AE

#C2A5AE
(194,165,174)
#B1969F
(177,150,159)
#A08790
(160,135,144)
#8F7881
(143,120,129)
#7E6972
(126,105,114)
#6D5A63
(109,90,99)
#5C4B54
(92,75,84)
#4B3C45
(75,60,69)
#3A2D36
(58,45,54)
#291E27
(41,30,39)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #C2A5AE

#C2A5AE
(194,165,174)
#C7ADB5
(199,173,181)
#CCB5BC
(204,181,188)
#D1BDC3
(209,189,195)
#D6C5CA
(214,197,202)
#DBCDD1
(219,205,209)
#E0D5D8
(224,213,216)
#E5DDDF
(229,221,223)
#EAE5E6
(234,229,230)
#EFEDED
(239,237,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A5AE; }

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

This text font color is #C2A5AE.

Background Color

.myBgColor { background-color: #C2A5AE; }

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

This div background color is #C2A5AE.

Border color

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

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

This div border color is #C2A5AE.

Opacity

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

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

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

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

This text has shadow with #C2A5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A5AE.

Preview

Color preview on black background

This text has color #C2A5AE on black background.


Color preview on white background

This text has color #C2A5AE on white background.


Black color preview on #C2A5AE background

This text has black color on #C2A5AE background.


White color preview on #C2A5AE background

This text has white color on #C2A5AE background.


Related colors

Complementary color

Complementary color for #hex is #3D5A51.


I love getcolorcode.com

Triadic colors

1 #AEC2A5 and #A5AEC2 with #C2A5AE are triadic colors.

2 #AEA5C2 and #A5C2AE with #C2A5AE are triadic colors.