COLOR #C5A0CD

HEX: #C5A0CD
RGB: (197,160,205)

Color info

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

RGB color model

#C5A0CD color RGB value is (197,160,205).

  • red value is 197;
  • green value is 160;
  • blue value is 205.
RGB:
(197,160,205)
(77%,63%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 205 of 255 = 80%

197
160
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 160 + 205 = 562 (100%)
R 197 of 562 ~ 35.05%
G 160 of 562 ~ 28.47%
B 205 of 562 ~ 36.48%

%35.05
%28.47
%36.48

CMYK color model

#C5A0CD color CMYK value is (4,22,0,20).

  • cyan value is 3.90%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,22,0,20)
C4M22Y0K20 
(4%,22%,0%,20%)
(0.04/0.22/0.00/0.20)	

CMYK percentages

%3.9
%21.95
%0
%19.61

Codes

Color #C5A0CD in popluar color models

C5A0CD
RGB197160205
HSL289°31.03%71.57%
HSB/HSV289°21.95%80.39%
CMYK3.90%21.95%0.00%
19.61%

Color #C5A0CD in popluar number systems.

HEXC5A0CD
Decimal197160205
Binary110001011010000011001101
Octal305240315

Shades and tints

Shades of #C5A0CD

#C5A0CD
(197,160,205)
#B492BB
(180,146,187)
#A384A9
(163,132,169)
#927697
(146,118,151)
#816885
(129,104,133)
#705A73
(112,90,115)
#5F4C61
(95,76,97)
#4E3E4F
(78,62,79)
#3D303D
(61,48,61)
#2C222B
(44,34,43)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5A0CD

#C5A0CD
(197,160,205)
#CAA8D1
(202,168,209)
#CFB0D5
(207,176,213)
#D4B8D9
(212,184,217)
#D9C0DD
(217,192,221)
#DEC8E1
(222,200,225)
#E3D0E5
(227,208,229)
#E8D8E9
(232,216,233)
#EDE0ED
(237,224,237)
#F2E8F1
(242,232,241)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A0CD color. Also use rgb(197,160,205) instead hex code.

Text Font Color

.myTextColor { color: #C5A0CD; }

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

This text font color is #C5A0CD.


Background Color

.myBgColor { background-color: #C5A0CD; }

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

This div background color is #C5A0CD.


Border color

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

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

This div border color is #C5A0CD.


Opacity

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

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

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

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

This text has shadow with #C5A0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A0CD on black background.


Color preview on white background

This text has color #C5A0CD on white background.



Black color preview on #C5A0CD background

This text has black color on #C5A0CD background.


White color preview on #C5A0CD background

This text has white color on #C5A0CD background.