COLOR #C3C073

HEX: #C3C073
RGB: (195,192,115)

Color info

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

RGB color model

#C3C073 color RGB value is (195,192,115).

  • red value is 195;
  • green value is 192;
  • blue value is 115.
RGB:
(195,192,115)
(76%,75%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 192 of 255 = 75%
B 115 of 255 = 45%

195
192
115

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

Portions of RGB colors in percentages

R + G + B =
195 + 192 + 115 = 502 (100%)
R 195 of 502 ~ 38.84%
G 192 of 502 ~ 38.25%
B 115 of 502 ~ 22.91%

%38.84
%38.25
%22.91

CMYK color model

#C3C073 color CMYK value is (0,2,41,24).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 41.03%
  • key color value is 23.53%
CMYK:
(0,2,41,24)
C0M2Y41K24 
(0%,2%,41%,24%)
(0.00/0.02/0.41/0.24)	

CMYK percentages

%0
%1.54
%41.03
%23.53

Codes

Color #C3C073 in popluar color models

C3C073
RGB195192115
HSL58°40.00%60.78%
HSB/HSV58°41.03%76.47%
CMYK0.00%1.54%41.03%
23.53%

Color #C3C073 in popluar number systems.

HEXC3C073
Decimal195192115
Binary11000011110000001110011
Octal303300163

Shades and tints

Shades of #C3C073

#C3C073
(195,192,115)
#B2AF69
(178,175,105)
#A19E5F
(161,158,95)
#908D55
(144,141,85)
#7F7C4B
(127,124,75)
#6E6B41
(110,107,65)
#5D5A37
(93,90,55)
#4C492D
(76,73,45)
#3B3823
(59,56,35)
#2A2719
(42,39,25)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #C3C073

#C3C073
(195,192,115)
#C8C57F
(200,197,127)
#CDCA8B
(205,202,139)
#D2CF97
(210,207,151)
#D7D4A3
(215,212,163)
#DCD9AF
(220,217,175)
#E1DEBB
(225,222,187)
#E6E3C7
(230,227,199)
#EBE8D3
(235,232,211)
#F0EDDF
(240,237,223)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C073 color. Also use rgb(195,192,115) instead hex code.

Text Font Color

.myTextColor { color: #C3C073; }

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

This text font color is #C3C073.


Background Color

.myBgColor { background-color: #C3C073; }

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

This div background color is #C3C073.


Border color

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

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

This div border color is #C3C073.


Opacity

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

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

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

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

This text has shadow with #C3C073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C073 on black background.


Color preview on white background

This text has color #C3C073 on white background.



Black color preview on #C3C073 background

This text has black color on #C3C073 background.


White color preview on #C3C073 background

This text has white color on #C3C073 background.