COLOR #C3C198

HEX: #C3C198
RGB: (195,193,152)

Color info

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

RGB color model

#C3C198 color RGB value is (195,193,152).

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

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 152 of 255 = 60%

195
193
152

R + G + B ~ 71%. #C3C198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 152 = 540 (100%)
R 195 of 540 ~ 36.11%
G 193 of 540 ~ 35.74%
B 152 of 540 ~ 28.15%

%36.11
%35.74
%28.15

CMYK color model

#C3C198 color CMYK value is (0,1,22,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(0,1,22,24)
C0M1Y22K24 
(0%,1%,22%,24%)
(0.00/0.01/0.22/0.24)	

CMYK percentages

%0
%1.03
%22.05
%23.53

Codes

Color #C3C198 in popluar color models

C3C198
RGB195193152
HSL57°26.38%68.04%
HSB/HSV57°22.05%76.47%
CMYK0.00%1.03%22.05%
23.53%

Color #C3C198 in popluar number systems.

HEXC3C198
Decimal195193152
Binary110000111100000110011000
Octal303301230

Shades and tints

Shades of #C3C198

#C3C198
(195,193,152)
#B2B08B
(178,176,139)
#A19F7E
(161,159,126)
#908E71
(144,142,113)
#7F7D64
(127,125,100)
#6E6C57
(110,108,87)
#5D5B4A
(93,91,74)
#4C4A3D
(76,74,61)
#3B3930
(59,57,48)
#2A2823
(42,40,35)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3C198

#C3C198
(195,193,152)
#C8C6A1
(200,198,161)
#CDCBAA
(205,203,170)
#D2D0B3
(210,208,179)
#D7D5BC
(215,213,188)
#DCDAC5
(220,218,197)
#E1DFCE
(225,223,206)
#E6E4D7
(230,228,215)
#EBE9E0
(235,233,224)
#F0EEE9
(240,238,233)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C198; }

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

This text font color is #C3C198.


Background Color

.myBgColor { background-color: #C3C198; }

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

This div background color is #C3C198.


Border color

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

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

This div border color is #C3C198.


Opacity

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

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

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

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

This text has shadow with #C3C198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C198 on black background.


Color preview on white background

This text has color #C3C198 on white background.



Black color preview on #C3C198 background

This text has black color on #C3C198 background.


White color preview on #C3C198 background

This text has white color on #C3C198 background.