COLOR #C2A5AB

HEX: #C2A5AB RGB: (194,165,171)

Color info

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

RGB color model

#C2A5AB color RGB value is (194,165,171).

RGB: (194,165,171) (76%, 65%, 67%)

RGB channels and saturation

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

194
165
171

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

Portions of RGB colors in percentages

R + G + B = 194 + 165 + 171 = 530 (100%)
R 194 of 530 ~ 36.6%
G 165 of 530 ~ 31.13%
B 171 of 530 ~ 32.26'%

%36.6
%31.13
%32.26

CMYK color model

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

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

Codes

Color #C2A5AB in popluar color models

C2 A5 AB
RGB 194 165 171
HSL 348° 19.21% 70.39%
HSB/HSV 348° 14.95% 76.08%
CMYK 0.00% 14.95% 11.86%
23.92%

Color #C2A5AB in popluar number systems.

HEX C2 A5 AB
Decimal 194 165 171
Binary 11000010 10100101 10101011
Octal 302 245 253

Shades and tints

Shades of #C2A5AB

#C2A5AB
(194,165,171)
#B1969C
(177,150,156)
#A0878D
(160,135,141)
#8F787E
(143,120,126)
#7E696F
(126,105,111)
#6D5A60
(109,90,96)
#5C4B51
(92,75,81)
#4B3C42
(75,60,66)
#3A2D33
(58,45,51)
#291E24
(41,30,36)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #C2A5AB

#C2A5AB
(194,165,171)
#C7ADB2
(199,173,178)
#CCB5B9
(204,181,185)
#D1BDC0
(209,189,192)
#D6C5C7
(214,197,199)
#DBCDCE
(219,205,206)
#E0D5D5
(224,213,213)
#E5DDDC
(229,221,220)
#EAE5E3
(234,229,227)
#EFEDEA
(239,237,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A5AB; }

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

This text font color is #C2A5AB.

Background Color

.myBgColor { background-color: #C2A5AB; }

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

This div background color is #C2A5AB.

Border color

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

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

This div border color is #C2A5AB.

Opacity

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

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

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

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

This text has shadow with #C2A5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A5AB.

Preview

Color preview on black background

This text has color #C2A5AB on black background.


Color preview on white background

This text has color #C2A5AB on white background.


Black color preview on #C2A5AB background

This text has black color on #C2A5AB background.


White color preview on #C2A5AB background

This text has white color on #C2A5AB background.


Related colors

Complementary color

Complementary color for #hex is #3D5A54.


I love getcolorcode.com

Triadic colors

1 #ABC2A5 and #A5ABC2 with #C2A5AB are triadic colors.

2 #ABA5C2 and #A5C2AB with #C2A5AB are triadic colors.