COLOR #C2A0CC

HEX: #C2A0CC
RGB: (194,160,204)

Color info

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

RGB color model

#C2A0CC color RGB value is (194,160,204).

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

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 204 of 255 = 80%

194
160
204

R + G + B ~ 73%. #C2A0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 204 = 558 (100%)
R 194 of 558 ~ 34.77%
G 160 of 558 ~ 28.67%
B 204 of 558 ~ 36.56%

%34.77
%28.67
%36.56

CMYK color model

#C2A0CC color CMYK value is (5,22,0,20).

  • cyan value is 4.90%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,22,0,20)
C5M22Y0K20 
(5%,22%,0%,20%)
(0.05/0.22/0.00/0.20)	

CMYK percentages

%4.9
%21.57
%0
%20

Codes

Color #C2A0CC in popluar color models

C2A0CC
RGB194160204
HSL286°30.14%71.37%
HSB/HSV286°21.57%80.00%
CMYK4.90%21.57%0.00%
20.00%

Color #C2A0CC in popluar number systems.

HEXC2A0CC
Decimal194160204
Binary110000101010000011001100
Octal302240314

Shades and tints

Shades of #C2A0CC

#C2A0CC
(194,160,204)
#B192BA
(177,146,186)
#A084A8
(160,132,168)
#8F7696
(143,118,150)
#7E6884
(126,104,132)
#6D5A72
(109,90,114)
#5C4C60
(92,76,96)
#4B3E4E
(75,62,78)
#3A303C
(58,48,60)
#29222A
(41,34,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #C2A0CC

#C2A0CC
(194,160,204)
#C7A8D0
(199,168,208)
#CCB0D4
(204,176,212)
#D1B8D8
(209,184,216)
#D6C0DC
(214,192,220)
#DBC8E0
(219,200,224)
#E0D0E4
(224,208,228)
#E5D8E8
(229,216,232)
#EAE0EC
(234,224,236)
#EFE8F0
(239,232,240)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A0CC; }

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

This text font color is #C2A0CC.


Background Color

.myBgColor { background-color: #C2A0CC; }

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

This div background color is #C2A0CC.


Border color

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

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

This div border color is #C2A0CC.


Opacity

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

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

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

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

This text has shadow with #C2A0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A0CC on black background.


Color preview on white background

This text has color #C2A0CC on white background.



Black color preview on #C2A0CC background

This text has black color on #C2A0CC background.


White color preview on #C2A0CC background

This text has white color on #C2A0CC background.