COLOR #C3A3C2

HEX: #C3A3C2 RGB: (195,163,194)

Color info

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

RGB color model

#C3A3C2 color RGB value is (195,163,194).

RGB: (195,163,194) (76%, 64%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 163 of 255 = 64%
B 194 of 255 = 76%

195
163
194

R + G + B ~ 72%. #C3A3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 163 + 194 = 552 (100%)
R 195 of 552 ~ 35.33%
G 163 of 552 ~ 29.53%
B 194 of 552 ~ 35.14'%

%35.33
%29.53
%35.14

CMYK color model

#C3A3C2 color CMYK value is (0,16,1,24).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 0.51%
  • key color value is 23.53%

CMYK: (0,16,1,24)
C0M16Y1K24 (0%, 16%, 1%, 24%)
(0.00 / 0.16 / 0.01 / 0.24)

CMYK percentages

%0
%16.41
%0.51
%23.53

Codes

Color #C3A3C2 in popluar color models

C3 A3 C2
RGB 195 163 194
HSL 302° 21.05% 70.20%
HSB/HSV 302° 16.41% 76.47%
CMYK 0.00% 16.41% 0.51%
23.53%

Color #C3A3C2 in popluar number systems.

HEX C3 A3 C2
Decimal 195 163 194
Binary 11000011 10100011 11000010
Octal 303 243 302

Shades and tints

Shades of #C3A3C2

#C3A3C2
(195,163,194)
#B295B1
(178,149,177)
#A187A0
(161,135,160)
#90798F
(144,121,143)
#7F6B7E
(127,107,126)
#6E5D6D
(110,93,109)
#5D4F5C
(93,79,92)
#4C414B
(76,65,75)
#3B333A
(59,51,58)
#2A2529
(42,37,41)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #C3A3C2

#C3A3C2
(195,163,194)
#C8ABC7
(200,171,199)
#CDB3CC
(205,179,204)
#D2BBD1
(210,187,209)
#D7C3D6
(215,195,214)
#DCCBDB
(220,203,219)
#E1D3E0
(225,211,224)
#E6DBE5
(230,219,229)
#EBE3EA
(235,227,234)
#F0EBEF
(240,235,239)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A3C2 color. Also use rgb(195,163,194) instead hex code.

Text Font Color

.myTextColor { color: #C3A3C2; }

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

This text font color is #C3A3C2.

Background Color

.myBgColor { background-color: #C3A3C2; }

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

This div background color is #C3A3C2.

Border color

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

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

This div border color is #C3A3C2.

Opacity

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

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

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

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

This text has shadow with #C3A3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A3C2.

Preview

Color preview on black background

This text has color #C3A3C2 on black background.


Color preview on white background

This text has color #C3A3C2 on white background.


Black color preview on #C3A3C2 background

This text has black color on #C3A3C2 background.


White color preview on #C3A3C2 background

This text has white color on #C3A3C2 background.


Related colors

Complementary color

Complementary color for #hex is #3C5C3D.


I love getcolorcode.com

Triadic colors

1 #C2C3A3 and #A3C2C3 with #C3A3C2 are triadic colors.

2 #C2A3C3 and #A3C3C2 with #C3A3C2 are triadic colors.