COLOR #C4A0CE

HEX: #C4A0CE RGB: (196,160,206)

Color info

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

RGB color model

#C4A0CE color RGB value is (196,160,206).

RGB: (196,160,206) (77%, 63%, 81%)

RGB channels and saturation

R 196 of 255 = 77%
G 160 of 255 = 63%
B 206 of 255 = 81%

196
160
206

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

Portions of RGB colors in percentages

R + G + B = 196 + 160 + 206 = 562 (100%)
R 196 of 562 ~ 34.88%
G 160 of 562 ~ 28.47%
B 206 of 562 ~ 36.65'%

%34.88
%28.47
%36.65

CMYK color model

#C4A0CE color CMYK value is (5,22,0,19).

  • cyan value is 4.85%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (5,22,0,19)
C5M22Y0K19 (5%, 22%, 0%, 19%)
(0.05 / 0.22 / 0.00 / 0.19)

CMYK percentages

%4.85
%22.33
%0
%19.22

Codes

Color #C4A0CE in popluar color models

C4 A0 CE
RGB 196 160 206
HSL 287° 31.94% 71.76%
HSB/HSV 287° 22.33% 80.78%
CMYK 4.85% 22.33% 0.00%
19.22%

Color #C4A0CE in popluar number systems.

HEX C4 A0 CE
Decimal 196 160 206
Binary 11000100 10100000 11001110
Octal 304 240 316

Shades and tints

Shades of #C4A0CE

#C4A0CE
(196,160,206)
#B392BC
(179,146,188)
#A284AA
(162,132,170)
#917698
(145,118,152)
#806886
(128,104,134)
#6F5A74
(111,90,116)
#5E4C62
(94,76,98)
#4D3E50
(77,62,80)
#3C303E
(60,48,62)
#2B222C
(43,34,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #C4A0CE

#C4A0CE
(196,160,206)
#C9A8D2
(201,168,210)
#CEB0D6
(206,176,214)
#D3B8DA
(211,184,218)
#D8C0DE
(216,192,222)
#DDC8E2
(221,200,226)
#E2D0E6
(226,208,230)
#E7D8EA
(231,216,234)
#ECE0EE
(236,224,238)
#F1E8F2
(241,232,242)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A0CE; }

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

This text font color is #C4A0CE.

Background Color

.myBgColor { background-color: #C4A0CE; }

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

This div background color is #C4A0CE.

Border color

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

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

This div border color is #C4A0CE.

Opacity

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

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

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

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

This text has shadow with #C4A0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A0CE.

Preview

Color preview on black background

This text has color #C4A0CE on black background.


Color preview on white background

This text has color #C4A0CE on white background.


Black color preview on #C4A0CE background

This text has black color on #C4A0CE background.


White color preview on #C4A0CE background

This text has white color on #C4A0CE background.


Related colors

Complementary color

Complementary color for #hex is #3B5F31.


I love getcolorcode.com

Triadic colors

1 #CEC4A0 and #A0CEC4 with #C4A0CE are triadic colors.

2 #CEA0C4 and #A0C4CE with #C4A0CE are triadic colors.