COLOR #C5A5CC

HEX: #C5A5CC RGB: (197,165,204)

Color info

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

RGB color model

#C5A5CC color RGB value is (197,165,204).

RGB: (197,165,204) (77%, 65%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 204 of 255 = 80%

197
165
204

R + G + B ~ 74%. #C5A5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 165 + 204 = 566 (100%)
R 197 of 566 ~ 34.81%
G 165 of 566 ~ 29.15%
B 204 of 566 ~ 36.04'%

%34.81
%29.15
%36.04

CMYK color model

#C5A5CC color CMYK value is (3,19,0,20).

  • cyan value is 3.43%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (3,19,0,20)
C3M19Y0K20 (3%, 19%, 0%, 20%)
(0.03 / 0.19 / 0.00 / 0.20)

CMYK percentages

%3.43
%19.12
%0
%20

Codes

Color #C5A5CC in popluar color models

C5 A5 CC
RGB 197 165 204
HSL 289° 27.66% 72.35%
HSB/HSV 289° 19.12% 80.00%
CMYK 3.43% 19.12% 0.00%
20.00%

Color #C5A5CC in popluar number systems.

HEX C5 A5 CC
Decimal 197 165 204
Binary 11000101 10100101 11001100
Octal 305 245 314

Shades and tints

Shades of #C5A5CC

#C5A5CC
(197,165,204)
#B496BA
(180,150,186)
#A387A8
(163,135,168)
#927896
(146,120,150)
#816984
(129,105,132)
#705A72
(112,90,114)
#5F4B60
(95,75,96)
#4E3C4E
(78,60,78)
#3D2D3C
(61,45,60)
#2C1E2A
(44,30,42)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #C5A5CC

#C5A5CC
(197,165,204)
#CAADD0
(202,173,208)
#CFB5D4
(207,181,212)
#D4BDD8
(212,189,216)
#D9C5DC
(217,197,220)
#DECDE0
(222,205,224)
#E3D5E4
(227,213,228)
#E8DDE8
(232,221,232)
#EDE5EC
(237,229,236)
#F2EDF0
(242,237,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A5CC color. Also use rgb(197,165,204) instead hex code.

Text Font Color

.myTextColor { color: #C5A5CC; }

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

This text font color is #C5A5CC.

Background Color

.myBgColor { background-color: #C5A5CC; }

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

This div background color is #C5A5CC.

Border color

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

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

This div border color is #C5A5CC.

Opacity

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

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

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

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

This text has shadow with #C5A5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A5CC.

Preview

Color preview on black background

This text has color #C5A5CC on black background.


Color preview on white background

This text has color #C5A5CC on white background.


Black color preview on #C5A5CC background

This text has black color on #C5A5CC background.


White color preview on #C5A5CC background

This text has white color on #C5A5CC background.


Related colors

Complementary color

Complementary color for #hex is #3A5A33.


I love getcolorcode.com

Triadic colors

1 #CCC5A5 and #A5CCC5 with #C5A5CC are triadic colors.

2 #CCA5C5 and #A5C5CC with #C5A5CC are triadic colors.