COLOR #C1C179

HEX: #C1C179
RGB: (193,193,121)

Color info

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

RGB color model

#C1C179 color RGB value is (193,193,121).

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

RGB channels and saturation

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

193
193
121

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

Portions of RGB colors in percentages

R + G + B =
193 + 193 + 121 = 507 (100%)
R 193 of 507 ~ 38.07%
G 193 of 507 ~ 38.07%
B 121 of 507 ~ 23.87%

%38.07
%38.07
%23.87

CMYK color model

#C1C179 color CMYK value is (0,0,37,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.31%
  • key color value is 24.31%
CMYK:
(0,0,37,24)
C0M0Y37K24 
(0%,0%,37%,24%)
(0.00/0.00/0.37/0.24)	

CMYK percentages

%0
%0
%37.31
%24.31

Codes

Color #C1C179 in popluar color models

C1C179
RGB193193121
HSL60°36.73%61.57%
HSB/HSV60°37.31%75.69%
CMYK0.00%0.00%37.31%
24.31%

Color #C1C179 in popluar number systems.

HEXC1C179
Decimal193193121
Binary11000001110000011111001
Octal301301171

Shades and tints

Shades of #C1C179

#C1C179
(193,193,121)
#B0B06E
(176,176,110)
#9F9F63
(159,159,99)
#8E8E58
(142,142,88)
#7D7D4D
(125,125,77)
#6C6C42
(108,108,66)
#5B5B37
(91,91,55)
#4A4A2C
(74,74,44)
#393921
(57,57,33)
#282816
(40,40,22)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #C1C179

#C1C179
(193,193,121)
#C6C685
(198,198,133)
#CBCB91
(203,203,145)
#D0D09D
(208,208,157)
#D5D5A9
(213,213,169)
#DADAB5
(218,218,181)
#DFDFC1
(223,223,193)
#E4E4CD
(228,228,205)
#E9E9D9
(233,233,217)
#EEEEE5
(238,238,229)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C179; }

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

This text font color is #C1C179.


Background Color

.myBgColor { background-color: #C1C179; }

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

This div background color is #C1C179.


Border color

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

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

This div border color is #C1C179.


Opacity

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

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

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

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

This text has shadow with #C1C179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C179 on black background.


Color preview on white background

This text has color #C1C179 on white background.



Black color preview on #C1C179 background

This text has black color on #C1C179 background.


White color preview on #C1C179 background

This text has white color on #C1C179 background.