COLOR #C4C2CA

HEX: #C4C2CA RGB: (196,194,202)

Color info

#C4C2CA contains red, green and blue colors in about the same proportion. Web safe color of #C4C2CA is #CCCCCC (or #CCC).

RGB color model

#C4C2CA color RGB value is (196,194,202).

RGB: (196,194,202) (77%, 76%, 79%)

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 202 of 255 = 79%

196
194
202

R + G + B ~ 77%. #C4C2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 194 + 202 = 592 (100%)
R 196 of 592 ~ 33.11%
G 194 of 592 ~ 32.77%
B 202 of 592 ~ 34.12'%

%33.11
%32.77
%34.12

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (3,4,0,21)
C3M4Y0K21 (3%, 4%, 0%, 21%)
(0.03 / 0.04 / 0.00 / 0.21)

CMYK percentages

%2.97
%3.96
%0
%20.78

Codes

Color #C4C2CA in popluar color models

C4 C2 CA
RGB 196 194 202
HSL 255° 7.02% 77.65%
HSB/HSV 255° 3.96% 79.22%
CMYK 2.97% 3.96% 0.00%
20.78%

Color #C4C2CA in popluar number systems.

HEX C4 C2 CA
Decimal 196 194 202
Binary 11000100 11000010 11001010
Octal 304 302 312

Shades and tints

Shades of #C4C2CA

#C4C2CA
(196,194,202)
#B3B1B8
(179,177,184)
#A2A0A6
(162,160,166)
#918F94
(145,143,148)
#807E82
(128,126,130)
#6F6D70
(111,109,112)
#5E5C5E
(94,92,94)
#4D4B4C
(77,75,76)
#3C3A3A
(60,58,58)
#2B2928
(43,41,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4C2CA

#C4C2CA
(196,194,202)
#C9C7CE
(201,199,206)
#CECCD2
(206,204,210)
#D3D1D6
(211,209,214)
#D8D6DA
(216,214,218)
#DDDBDE
(221,219,222)
#E2E0E2
(226,224,226)
#E7E5E6
(231,229,230)
#ECEAEA
(236,234,234)
#F1EFEE
(241,239,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C2CA; }

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

This text font color is #C4C2CA.

Background Color

.myBgColor { background-color: #C4C2CA; }

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

This div background color is #C4C2CA.

Border color

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

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

This div border color is #C4C2CA.

Opacity

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

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

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

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

This text has shadow with #C4C2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C2CA.

Preview

Color preview on black background

This text has color #C4C2CA on black background.


Color preview on white background

This text has color #C4C2CA on white background.


Black color preview on #C4C2CA background

This text has black color on #C4C2CA background.


White color preview on #C4C2CA background

This text has white color on #C4C2CA background.


Related colors

Complementary color

Complementary color for #hex is #3B3D35.


I love getcolorcode.com

Triadic colors

1 #CAC4C2 and #C2CAC4 with #C4C2CA are triadic colors.

2 #CAC2C4 and #C2C4CA with #C4C2CA are triadic colors.