COLOR #C1C379

HEX: #C1C379
RGB: (193,195,121)

Color info

#C1C379 contains mainly red and green colors. Web safe color of #C1C379 is #CCCC66 (or #CC6).

RGB color model

#C1C379 color RGB value is (193,195,121).

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

RGB channels and saturation

R 193 of 255 = 76%
G 195 of 255 = 76%
B 121 of 255 = 47%

193
195
121

R + G + B ~ 66%. #C1C379 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 195 + 121 = 509 (100%)
R 193 of 509 ~ 37.92%
G 195 of 509 ~ 38.31%
B 121 of 509 ~ 23.77%

%37.92
%38.31
%23.77

CMYK color model

#C1C379 color CMYK value is (1,0,38,24).

  • cyan value is 1.03%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 23.53%
CMYK:
(1,0,38,24)
C1M0Y38K24 
(1%,0%,38%,24%)
(0.01/0.00/0.38/0.24)	

CMYK percentages

%1.03
%0
%37.95
%23.53

Codes

Color #C1C379 in popluar color models

C1C379
RGB193195121
HSL62°38.14%61.96%
HSB/HSV62°37.95%76.47%
CMYK1.03%0.00%37.95%
23.53%

Color #C1C379 in popluar number systems.

HEXC1C379
Decimal193195121
Binary11000001110000111111001
Octal301303171

Shades and tints

Shades of #C1C379

#C1C379
(193,195,121)
#B0B26E
(176,178,110)
#9FA163
(159,161,99)
#8E9058
(142,144,88)
#7D7F4D
(125,127,77)
#6C6E42
(108,110,66)
#5B5D37
(91,93,55)
#4A4C2C
(74,76,44)
#393B21
(57,59,33)
#282A16
(40,42,22)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #C1C379

#C1C379
(193,195,121)
#C6C885
(198,200,133)
#CBCD91
(203,205,145)
#D0D29D
(208,210,157)
#D5D7A9
(213,215,169)
#DADCB5
(218,220,181)
#DFE1C1
(223,225,193)
#E4E6CD
(228,230,205)
#E9EBD9
(233,235,217)
#EEF0E5
(238,240,229)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C379; }

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

This text font color is #C1C379.


Background Color

.myBgColor { background-color: #C1C379; }

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

This div background color is #C1C379.


Border color

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

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

This div border color is #C1C379.


Opacity

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

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

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

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

This text has shadow with #C1C379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C379 on black background.


Color preview on white background

This text has color #C1C379 on white background.



Black color preview on #C1C379 background

This text has black color on #C1C379 background.


White color preview on #C1C379 background

This text has white color on #C1C379 background.