COLOR #C1C198

HEX: #C1C198
RGB: (193,193,152)

Color info

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

RGB color model

#C1C198 color RGB value is (193,193,152).

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

RGB channels and saturation

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

193
193
152

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

Portions of RGB colors in percentages

R + G + B =
193 + 193 + 152 = 538 (100%)
R 193 of 538 ~ 35.87%
G 193 of 538 ~ 35.87%
B 152 of 538 ~ 28.25%

%35.87
%35.87
%28.25

CMYK color model

#C1C198 color CMYK value is (0,0,21,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(0,0,21,24)
C0M0Y21K24 
(0%,0%,21%,24%)
(0.00/0.00/0.21/0.24)	

CMYK percentages

%0
%0
%21.24
%24.31

Codes

Color #C1C198 in popluar color models

C1C198
RGB193193152
HSL60°24.85%67.65%
HSB/HSV60°21.24%75.69%
CMYK0.00%0.00%21.24%
24.31%

Color #C1C198 in popluar number systems.

HEXC1C198
Decimal193193152
Binary110000011100000110011000
Octal301301230

Shades and tints

Shades of #C1C198

#C1C198
(193,193,152)
#B0B08B
(176,176,139)
#9F9F7E
(159,159,126)
#8E8E71
(142,142,113)
#7D7D64
(125,125,100)
#6C6C57
(108,108,87)
#5B5B4A
(91,91,74)
#4A4A3D
(74,74,61)
#393930
(57,57,48)
#282823
(40,40,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #C1C198

#C1C198
(193,193,152)
#C6C6A1
(198,198,161)
#CBCBAA
(203,203,170)
#D0D0B3
(208,208,179)
#D5D5BC
(213,213,188)
#DADAC5
(218,218,197)
#DFDFCE
(223,223,206)
#E4E4D7
(228,228,215)
#E9E9E0
(233,233,224)
#EEEEE9
(238,238,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C198; }

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

This text font color is #C1C198.


Background Color

.myBgColor { background-color: #C1C198; }

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

This div background color is #C1C198.


Border color

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

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

This div border color is #C1C198.


Opacity

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

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

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

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

This text has shadow with #C1C198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C198 on black background.


Color preview on white background

This text has color #C1C198 on white background.



Black color preview on #C1C198 background

This text has black color on #C1C198 background.


White color preview on #C1C198 background

This text has white color on #C1C198 background.