COLOR #C4A4C1

HEX: #C4A4C1
RGB: (196,164,193)

Color info

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

RGB color model

#C4A4C1 color RGB value is (196,164,193).

  • red value is 196;
  • green value is 164;
  • blue value is 193.
RGB:
(196,164,193)
(77%,64%,76%)

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 193 of 255 = 76%

196
164
193

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 193 = 553 (100%)
R 196 of 553 ~ 35.44%
G 164 of 553 ~ 29.66%
B 193 of 553 ~ 34.9%

%35.44
%29.66
%34.9

CMYK color model

#C4A4C1 color CMYK value is (0,16,2,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 1.53%
  • key color value is 23.14%
CMYK:
(0,16,2,23)
C0M16Y2K23 
(0%,16%,2%,23%)
(0.00/0.16/0.02/0.23)	

CMYK percentages

%0
%16.33
%1.53
%23.14

Codes

Color #C4A4C1 in popluar color models

C4A4C1
RGB196164193
HSL306°21.33%70.59%
HSB/HSV306°16.33%76.86%
CMYK0.00%16.33%1.53%
23.14%

Color #C4A4C1 in popluar number systems.

HEXC4A4C1
Decimal196164193
Binary110001001010010011000001
Octal304244301

Shades and tints

Shades of #C4A4C1

#C4A4C1
(196,164,193)
#B396B0
(179,150,176)
#A2889F
(162,136,159)
#917A8E
(145,122,142)
#806C7D
(128,108,125)
#6F5E6C
(111,94,108)
#5E505B
(94,80,91)
#4D424A
(77,66,74)
#3C3439
(60,52,57)
#2B2628
(43,38,40)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4A4C1

#C4A4C1
(196,164,193)
#C9ACC6
(201,172,198)
#CEB4CB
(206,180,203)
#D3BCD0
(211,188,208)
#D8C4D5
(216,196,213)
#DDCCDA
(221,204,218)
#E2D4DF
(226,212,223)
#E7DCE4
(231,220,228)
#ECE4E9
(236,228,233)
#F1ECEE
(241,236,238)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A4C1 color. Also use rgb(196,164,193) instead hex code.

Text Font Color

.myTextColor { color: #C4A4C1; }

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

This text font color is #C4A4C1.


Background Color

.myBgColor { background-color: #C4A4C1; }

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

This div background color is #C4A4C1.


Border color

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

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

This div border color is #C4A4C1.


Opacity

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

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

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

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

This text has shadow with #C4A4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A4C1 on black background.


Color preview on white background

This text has color #C4A4C1 on white background.



Black color preview on #C4A4C1 background

This text has black color on #C4A4C1 background.


White color preview on #C4A4C1 background

This text has white color on #C4A4C1 background.