COLOR #C3A4CC

HEX: #C3A4CC RGB: (195,164,204)

Color info

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

RGB color model

#C3A4CC color RGB value is (195,164,204).

RGB: (195,164,204) (76%, 64%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 204 of 255 = 80%

195
164
204

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

Portions of RGB colors in percentages

R + G + B = 195 + 164 + 204 = 563 (100%)
R 195 of 563 ~ 34.64%
G 164 of 563 ~ 29.13%
B 204 of 563 ~ 36.23'%

%34.64
%29.13
%36.23

CMYK color model

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

  • cyan value is 4.41%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (4,20,0,20)
C4M20Y0K20 (4%, 20%, 0%, 20%)
(0.04 / 0.20 / 0.00 / 0.20)

CMYK percentages

%4.41
%19.61
%0
%20

Codes

Color #C3A4CC in popluar color models

C3 A4 CC
RGB 195 164 204
HSL 287° 28.17% 72.16%
HSB/HSV 287° 19.61% 80.00%
CMYK 4.41% 19.61% 0.00%
20.00%

Color #C3A4CC in popluar number systems.

HEX C3 A4 CC
Decimal 195 164 204
Binary 11000011 10100100 11001100
Octal 303 244 314

Shades and tints

Shades of #C3A4CC

#C3A4CC
(195,164,204)
#B296BA
(178,150,186)
#A188A8
(161,136,168)
#907A96
(144,122,150)
#7F6C84
(127,108,132)
#6E5E72
(110,94,114)
#5D5060
(93,80,96)
#4C424E
(76,66,78)
#3B343C
(59,52,60)
#2A262A
(42,38,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3A4CC

#C3A4CC
(195,164,204)
#C8ACD0
(200,172,208)
#CDB4D4
(205,180,212)
#D2BCD8
(210,188,216)
#D7C4DC
(215,196,220)
#DCCCE0
(220,204,224)
#E1D4E4
(225,212,228)
#E6DCE8
(230,220,232)
#EBE4EC
(235,228,236)
#F0ECF0
(240,236,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A4CC color. Also use rgb(195,164,204) instead hex code.

Text Font Color

.myTextColor { color: #C3A4CC; }

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

This text font color is #C3A4CC.

Background Color

.myBgColor { background-color: #C3A4CC; }

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

This div background color is #C3A4CC.

Border color

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

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

This div border color is #C3A4CC.

Opacity

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

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

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

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

This text has shadow with #C3A4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A4CC.

Preview

Color preview on black background

This text has color #C3A4CC on black background.


Color preview on white background

This text has color #C3A4CC on white background.


Black color preview on #C3A4CC background

This text has black color on #C3A4CC background.


White color preview on #C3A4CC background

This text has white color on #C3A4CC background.


Related colors

Complementary color

Complementary color for #hex is #3C5B33.


I love getcolorcode.com

Triadic colors

1 #CCC3A4 and #A4CCC3 with #C3A4CC are triadic colors.

2 #CCA4C3 and #A4C3CC with #C3A4CC are triadic colors.