COLOR #C1C399

HEX: #C1C399
RGB: (193,195,153)

Color info

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

RGB color model

#C1C399 color RGB value is (193,195,153).

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

RGB channels and saturation

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

193
195
153

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

Portions of RGB colors in percentages

R + G + B =
193 + 195 + 153 = 541 (100%)
R 193 of 541 ~ 35.67%
G 195 of 541 ~ 36.04%
B 153 of 541 ~ 28.28%

%35.67
%36.04
%28.28

CMYK color model

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

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

CMYK percentages

%1.03
%0
%21.54
%23.53

Codes

Color #C1C399 in popluar color models

C1C399
RGB193195153
HSL63°25.93%68.24%
HSB/HSV63°21.54%76.47%
CMYK1.03%0.00%21.54%
23.53%

Color #C1C399 in popluar number systems.

HEXC1C399
Decimal193195153
Binary110000011100001110011001
Octal301303231

Shades and tints

Shades of #C1C399

#C1C399
(193,195,153)
#B0B28C
(176,178,140)
#9FA17F
(159,161,127)
#8E9072
(142,144,114)
#7D7F65
(125,127,101)
#6C6E58
(108,110,88)
#5B5D4B
(91,93,75)
#4A4C3E
(74,76,62)
#393B31
(57,59,49)
#282A24
(40,42,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #C1C399

#C1C399
(193,195,153)
#C6C8A2
(198,200,162)
#CBCDAB
(203,205,171)
#D0D2B4
(208,210,180)
#D5D7BD
(213,215,189)
#DADCC6
(218,220,198)
#DFE1CF
(223,225,207)
#E4E6D8
(228,230,216)
#E9EBE1
(233,235,225)
#EEF0EA
(238,240,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C399; }

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

This text font color is #C1C399.


Background Color

.myBgColor { background-color: #C1C399; }

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

This div background color is #C1C399.


Border color

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

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

This div border color is #C1C399.


Opacity

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

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

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

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

This text has shadow with #C1C399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C399 on black background.


Color preview on white background

This text has color #C1C399 on white background.



Black color preview on #C1C399 background

This text has black color on #C1C399 background.


White color preview on #C1C399 background

This text has white color on #C1C399 background.