COLOR #C3C1A5

HEX: #C3C1A5
RGB: (195,193,165)

Color info

#C3C1A5 contains red, green and blue colors in about the same proportion. Web safe color of #C3C1A5 is #CCCC99 (or #CC9).

RGB color model

#C3C1A5 color RGB value is (195,193,165).

  • red value is 195;
  • green value is 193;
  • blue value is 165.
RGB:
(195,193,165)
(76%,76%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 165 of 255 = 65%

195
193
165

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

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 165 = 553 (100%)
R 195 of 553 ~ 35.26%
G 193 of 553 ~ 34.9%
B 165 of 553 ~ 29.84%

%35.26
%34.9
%29.84

CMYK color model

#C3C1A5 color CMYK value is (0,1,15,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,1,15,24)
C0M1Y15K24 
(0%,1%,15%,24%)
(0.00/0.01/0.15/0.24)	

CMYK percentages

%0
%1.03
%15.38
%23.53

Codes

Color #C3C1A5 in popluar color models

C3C1A5
RGB195193165
HSL56°20.00%70.59%
HSB/HSV56°15.38%76.47%
CMYK0.00%1.03%15.38%
23.53%

Color #C3C1A5 in popluar number systems.

HEXC3C1A5
Decimal195193165
Binary110000111100000110100101
Octal303301245

Shades and tints

Shades of #C3C1A5

#C3C1A5
(195,193,165)
#B2B096
(178,176,150)
#A19F87
(161,159,135)
#908E78
(144,142,120)
#7F7D69
(127,125,105)
#6E6C5A
(110,108,90)
#5D5B4B
(93,91,75)
#4C4A3C
(76,74,60)
#3B392D
(59,57,45)
#2A281E
(42,40,30)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3C1A5

#C3C1A5
(195,193,165)
#C8C6AD
(200,198,173)
#CDCBB5
(205,203,181)
#D2D0BD
(210,208,189)
#D7D5C5
(215,213,197)
#DCDACD
(220,218,205)
#E1DFD5
(225,223,213)
#E6E4DD
(230,228,221)
#EBE9E5
(235,233,229)
#F0EEED
(240,238,237)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C1A5 color. Also use rgb(195,193,165) instead hex code.

Text Font Color

.myTextColor { color: #C3C1A5; }

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

This text font color is #C3C1A5.


Background Color

.myBgColor { background-color: #C3C1A5; }

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

This div background color is #C3C1A5.


Border color

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

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

This div border color is #C3C1A5.


Opacity

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

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

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

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

This text has shadow with #C3C1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C1A5 on black background.


Color preview on white background

This text has color #C3C1A5 on white background.



Black color preview on #C3C1A5 background

This text has black color on #C3C1A5 background.


White color preview on #C3C1A5 background

This text has white color on #C3C1A5 background.