COLOR #C2A4BE

HEX: #C2A4BE RGB: (194,164,190)

Color info

#C2A4BE contains red, green and blue colors in about the same proportion. Web safe color of #C2A4BE is #CC99CC (or #C9C).

RGB color model

#C2A4BE color RGB value is (194,164,190).

RGB: (194,164,190) (76%, 64%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 164 of 255 = 64%
B 190 of 255 = 75%

194
164
190

R + G + B ~ 72%. #C2A4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 164 + 190 = 548 (100%)
R 194 of 548 ~ 35.4%
G 164 of 548 ~ 29.93%
B 190 of 548 ~ 34.67'%

%35.4
%29.93
%34.67

CMYK color model

#C2A4BE color CMYK value is (0,15,2,24).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 2.06%
  • key color value is 23.92%

CMYK: (0,15,2,24)
C0M15Y2K24 (0%, 15%, 2%, 24%)
(0.00 / 0.15 / 0.02 / 0.24)

CMYK percentages

%0
%15.46
%2.06
%23.92

Codes

Color #C2A4BE in popluar color models

C2 A4 BE
RGB 194 164 190
HSL 308° 19.74% 70.20%
HSB/HSV 308° 15.46% 76.08%
CMYK 0.00% 15.46% 2.06%
23.92%

Color #C2A4BE in popluar number systems.

HEX C2 A4 BE
Decimal 194 164 190
Binary 11000010 10100100 10111110
Octal 302 244 276

Shades and tints

Shades of #C2A4BE

#C2A4BE
(194,164,190)
#B196AD
(177,150,173)
#A0889C
(160,136,156)
#8F7A8B
(143,122,139)
#7E6C7A
(126,108,122)
#6D5E69
(109,94,105)
#5C5058
(92,80,88)
#4B4247
(75,66,71)
#3A3436
(58,52,54)
#292625
(41,38,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #C2A4BE

#C2A4BE
(194,164,190)
#C7ACC3
(199,172,195)
#CCB4C8
(204,180,200)
#D1BCCD
(209,188,205)
#D6C4D2
(214,196,210)
#DBCCD7
(219,204,215)
#E0D4DC
(224,212,220)
#E5DCE1
(229,220,225)
#EAE4E6
(234,228,230)
#EFECEB
(239,236,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A4BE color. Also use rgb(194,164,190) instead hex code.

Text Font Color

.myTextColor { color: #C2A4BE; }

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

This text font color is #C2A4BE.

Background Color

.myBgColor { background-color: #C2A4BE; }

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

This div background color is #C2A4BE.

Border color

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

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

This div border color is #C2A4BE.

Opacity

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

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

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

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

This text has shadow with #C2A4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2A4BE.

Preview

Color preview on black background

This text has color #C2A4BE on black background.


Color preview on white background

This text has color #C2A4BE on white background.


Black color preview on #C2A4BE background

This text has black color on #C2A4BE background.


White color preview on #C2A4BE background

This text has white color on #C2A4BE background.


Related colors

Complementary color

Complementary color for #hex is #3D5B41.


I love getcolorcode.com

Triadic colors

1 #BEC2A4 and #A4BEC2 with #C2A4BE are triadic colors.

2 #BEA4C2 and #A4C2BE with #C2A4BE are triadic colors.