COLOR #C3C16A

HEX: #C3C16A
RGB: (195,193,106)

Color info

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

RGB color model

#C3C16A color RGB value is (195,193,106).

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

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 106 of 255 = 42%

195
193
106

R + G + B ~ 65%. #C3C16A is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 106 = 494 (100%)
R 195 of 494 ~ 39.47%
G 193 of 494 ~ 39.07%
B 106 of 494 ~ 21.46%

%39.47
%39.07
%21.46

CMYK color model

#C3C16A color CMYK value is (0,1,46,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 45.64%
  • key color value is 23.53%
CMYK:
(0,1,46,24)
C0M1Y46K24 
(0%,1%,46%,24%)
(0.00/0.01/0.46/0.24)	

CMYK percentages

%0
%1.03
%45.64
%23.53

Codes

Color #C3C16A in popluar color models

C3C16A
RGB195193106
HSL59°42.58%59.02%
HSB/HSV59°45.64%76.47%
CMYK0.00%1.03%45.64%
23.53%

Color #C3C16A in popluar number systems.

HEXC3C16A
Decimal195193106
Binary11000011110000011101010
Octal303301152

Shades and tints

Shades of #C3C16A

#C3C16A
(195,193,106)
#B2B061
(178,176,97)
#A19F58
(161,159,88)
#908E4F
(144,142,79)
#7F7D46
(127,125,70)
#6E6C3D
(110,108,61)
#5D5B34
(93,91,52)
#4C4A2B
(76,74,43)
#3B3922
(59,57,34)
#2A2819
(42,40,25)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #C3C16A

#C3C16A
(195,193,106)
#C8C677
(200,198,119)
#CDCB84
(205,203,132)
#D2D091
(210,208,145)
#D7D59E
(215,213,158)
#DCDAAB
(220,218,171)
#E1DFB8
(225,223,184)
#E6E4C5
(230,228,197)
#EBE9D2
(235,233,210)
#F0EEDF
(240,238,223)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C16A; }

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

This text font color is #C3C16A.


Background Color

.myBgColor { background-color: #C3C16A; }

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

This div background color is #C3C16A.


Border color

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

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

This div border color is #C3C16A.


Opacity

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

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

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

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

This text has shadow with #C3C16A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C16A on black background.


Color preview on white background

This text has color #C3C16A on white background.



Black color preview on #C3C16A background

This text has black color on #C3C16A background.


White color preview on #C3C16A background

This text has white color on #C3C16A background.