COLOR #C3C16C

HEX: #C3C16C
RGB: (195,193,108)

Color info

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

RGB color model

#C3C16C color RGB value is (195,193,108).

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

RGB channels and saturation

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

195
193
108

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

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 108 = 496 (100%)
R 195 of 496 ~ 39.31%
G 193 of 496 ~ 38.91%
B 108 of 496 ~ 21.77%

%39.31
%38.91
%21.77

CMYK color model

#C3C16C color CMYK value is (0,1,45,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 44.62%
  • key color value is 23.53%
CMYK:
(0,1,45,24)
C0M1Y45K24 
(0%,1%,45%,24%)
(0.00/0.01/0.45/0.24)	

CMYK percentages

%0
%1.03
%44.62
%23.53

Codes

Color #C3C16C in popluar color models

C3C16C
RGB195193108
HSL59°42.03%59.41%
HSB/HSV59°44.62%76.47%
CMYK0.00%1.03%44.62%
23.53%

Color #C3C16C in popluar number systems.

HEXC3C16C
Decimal195193108
Binary11000011110000011101100
Octal303301154

Shades and tints

Shades of #C3C16C

#C3C16C
(195,193,108)
#B2B063
(178,176,99)
#A19F5A
(161,159,90)
#908E51
(144,142,81)
#7F7D48
(127,125,72)
#6E6C3F
(110,108,63)
#5D5B36
(93,91,54)
#4C4A2D
(76,74,45)
#3B3924
(59,57,36)
#2A281B
(42,40,27)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #C3C16C

#C3C16C
(195,193,108)
#C8C679
(200,198,121)
#CDCB86
(205,203,134)
#D2D093
(210,208,147)
#D7D5A0
(215,213,160)
#DCDAAD
(220,218,173)
#E1DFBA
(225,223,186)
#E6E4C7
(230,228,199)
#EBE9D4
(235,233,212)
#F0EEE1
(240,238,225)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C16C; }

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

This text font color is #C3C16C.


Background Color

.myBgColor { background-color: #C3C16C; }

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

This div background color is #C3C16C.


Border color

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

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

This div border color is #C3C16C.


Opacity

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

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

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

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

This text has shadow with #C3C16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C16C on black background.


Color preview on white background

This text has color #C3C16C on white background.



Black color preview on #C3C16C background

This text has black color on #C3C16C background.


White color preview on #C3C16C background

This text has white color on #C3C16C background.