COLOR #C1C193

HEX: #C1C193
RGB: (193,193,147)

Color info

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

RGB color model

#C1C193 color RGB value is (193,193,147).

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

RGB channels and saturation

R 193 of 255 = 76%
G 193 of 255 = 76%
B 147 of 255 = 58%

193
193
147

R + G + B ~ 70%. #C1C193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 193 + 147 = 533 (100%)
R 193 of 533 ~ 36.21%
G 193 of 533 ~ 36.21%
B 147 of 533 ~ 27.58%

%36.21
%36.21
%27.58

CMYK color model

#C1C193 color CMYK value is (0,0,24,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 24.31%
CMYK:
(0,0,24,24)
C0M0Y24K24 
(0%,0%,24%,24%)
(0.00/0.00/0.24/0.24)	

CMYK percentages

%0
%0
%23.83
%24.31

Codes

Color #C1C193 in popluar color models

C1C193
RGB193193147
HSL60°27.06%66.67%
HSB/HSV60°23.83%75.69%
CMYK0.00%0.00%23.83%
24.31%

Color #C1C193 in popluar number systems.

HEXC1C193
Decimal193193147
Binary110000011100000110010011
Octal301301223

Shades and tints

Shades of #C1C193

#C1C193
(193,193,147)
#B0B086
(176,176,134)
#9F9F79
(159,159,121)
#8E8E6C
(142,142,108)
#7D7D5F
(125,125,95)
#6C6C52
(108,108,82)
#5B5B45
(91,91,69)
#4A4A38
(74,74,56)
#39392B
(57,57,43)
#28281E
(40,40,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #C1C193

#C1C193
(193,193,147)
#C6C69C
(198,198,156)
#CBCBA5
(203,203,165)
#D0D0AE
(208,208,174)
#D5D5B7
(213,213,183)
#DADAC0
(218,218,192)
#DFDFC9
(223,223,201)
#E4E4D2
(228,228,210)
#E9E9DB
(233,233,219)
#EEEEE4
(238,238,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C193; }

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

This text font color is #C1C193.


Background Color

.myBgColor { background-color: #C1C193; }

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

This div background color is #C1C193.


Border color

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

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

This div border color is #C1C193.


Opacity

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

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

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

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

This text has shadow with #C1C193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C193 on black background.


Color preview on white background

This text has color #C1C193 on white background.



Black color preview on #C1C193 background

This text has black color on #C1C193 background.


White color preview on #C1C193 background

This text has white color on #C1C193 background.