COLOR #C4A0CA

HEX: #C4A0CA
RGB: (196,160,202)

Color info

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

RGB color model

#C4A0CA color RGB value is (196,160,202).

  • red value is 196;
  • green value is 160;
  • blue value is 202.
RGB:
(196,160,202)
(77%,63%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 160 of 255 = 63%
B 202 of 255 = 79%

196
160
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 160 + 202 = 558 (100%)
R 196 of 558 ~ 35.13%
G 160 of 558 ~ 28.67%
B 202 of 558 ~ 36.2%

%35.13
%28.67
%36.2

CMYK color model

#C4A0CA color CMYK value is (3,21,0,21).

  • cyan value is 2.97%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,21,0,21)
C3M21Y0K21 
(3%,21%,0%,21%)
(0.03/0.21/0.00/0.21)	

CMYK percentages

%2.97
%20.79
%0
%20.78

Codes

Color #C4A0CA in popluar color models

C4A0CA
RGB196160202
HSL291°28.38%70.98%
HSB/HSV291°20.79%79.22%
CMYK2.97%20.79%0.00%
20.78%

Color #C4A0CA in popluar number systems.

HEXC4A0CA
Decimal196160202
Binary110001001010000011001010
Octal304240312

Shades and tints

Shades of #C4A0CA

#C4A0CA
(196,160,202)
#B392B8
(179,146,184)
#A284A6
(162,132,166)
#917694
(145,118,148)
#806882
(128,104,130)
#6F5A70
(111,90,112)
#5E4C5E
(94,76,94)
#4D3E4C
(77,62,76)
#3C303A
(60,48,58)
#2B2228
(43,34,40)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #C4A0CA

#C4A0CA
(196,160,202)
#C9A8CE
(201,168,206)
#CEB0D2
(206,176,210)
#D3B8D6
(211,184,214)
#D8C0DA
(216,192,218)
#DDC8DE
(221,200,222)
#E2D0E2
(226,208,226)
#E7D8E6
(231,216,230)
#ECE0EA
(236,224,234)
#F1E8EE
(241,232,238)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A0CA color. Also use rgb(196,160,202) instead hex code.

Text Font Color

.myTextColor { color: #C4A0CA; }

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

This text font color is #C4A0CA.


Background Color

.myBgColor { background-color: #C4A0CA; }

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

This div background color is #C4A0CA.


Border color

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

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

This div border color is #C4A0CA.


Opacity

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

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

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

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

This text has shadow with #C4A0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A0CA on black background.


Color preview on white background

This text has color #C4A0CA on white background.



Black color preview on #C4A0CA background

This text has black color on #C4A0CA background.


White color preview on #C4A0CA background

This text has white color on #C4A0CA background.