COLOR #C2A0BA

HEX: #C2A0BA
RGB: (194,160,186)

Color info

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

RGB color model

#C2A0BA color RGB value is (194,160,186).

  • red value is 194;
  • green value is 160;
  • blue value is 186.
RGB:
(194,160,186)
(76%,63%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 186 of 255 = 73%

194
160
186

R + G + B ~ 71%. #C2A0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 186 = 540 (100%)
R 194 of 540 ~ 35.93%
G 160 of 540 ~ 29.63%
B 186 of 540 ~ 34.44%

%35.93
%29.63
%34.44

CMYK color model

#C2A0BA color CMYK value is (0,18,4,24).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(0,18,4,24)
C0M18Y4K24 
(0%,18%,4%,24%)
(0.00/0.18/0.04/0.24)	

CMYK percentages

%0
%17.53
%4.12
%23.92

Codes

Color #C2A0BA in popluar color models

C2A0BA
RGB194160186
HSL314°21.79%69.41%
HSB/HSV314°17.53%76.08%
CMYK0.00%17.53%4.12%
23.92%

Color #C2A0BA in popluar number systems.

HEXC2A0BA
Decimal194160186
Binary110000101010000010111010
Octal302240272

Shades and tints

Shades of #C2A0BA

#C2A0BA
(194,160,186)
#B192AA
(177,146,170)
#A0849A
(160,132,154)
#8F768A
(143,118,138)
#7E687A
(126,104,122)
#6D5A6A
(109,90,106)
#5C4C5A
(92,76,90)
#4B3E4A
(75,62,74)
#3A303A
(58,48,58)
#29222A
(41,34,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #C2A0BA

#C2A0BA
(194,160,186)
#C7A8C0
(199,168,192)
#CCB0C6
(204,176,198)
#D1B8CC
(209,184,204)
#D6C0D2
(214,192,210)
#DBC8D8
(219,200,216)
#E0D0DE
(224,208,222)
#E5D8E4
(229,216,228)
#EAE0EA
(234,224,234)
#EFE8F0
(239,232,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A0BA color. Also use rgb(194,160,186) instead hex code.

Text Font Color

.myTextColor { color: #C2A0BA; }

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

This text font color is #C2A0BA.


Background Color

.myBgColor { background-color: #C2A0BA; }

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

This div background color is #C2A0BA.


Border color

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

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

This div border color is #C2A0BA.


Opacity

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

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

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

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

This text has shadow with #C2A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A0BA on black background.


Color preview on white background

This text has color #C2A0BA on white background.



Black color preview on #C2A0BA background

This text has black color on #C2A0BA background.


White color preview on #C2A0BA background

This text has white color on #C2A0BA background.