COLOR #C2C310

HEX: #C2C310
RGB: (194,195,16)

Color info

#C2C310 contains mainly red and green colors. Web safe color of #C2C310 is #CCCC00 (or #CC0).

RGB color model

#C2C310 color RGB value is (194,195,16).

  • red value is 194;
  • green value is 195;
  • blue value is 16.
RGB:
(194,195,16)
(76%,76%,6%)

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 16 of 255 = 6%

194
195
16

R + G + B ~ 53%. #C2C310 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 16 = 405 (100%)
R 194 of 405 ~ 47.9%
G 195 of 405 ~ 48.15%
B 16 of 405 ~ 3.95%

%47.9
%48.15

CMYK color model

#C2C310 color CMYK value is (1,0,92,24).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 91.79%
  • key color value is 23.53%
CMYK:
(1,0,92,24)
C1M0Y92K24 
(1%,0%,92%,24%)
(0.01/0.00/0.92/0.24)	

CMYK percentages

%0.51
%0
%91.79
%23.53

Codes

Color #C2C310 in popluar color models

C2C310
RGB19419516
HSL60°84.83%41.37%
HSB/HSV60°91.79%76.47%
CMYK0.51%0.00%91.79%
23.53%

Color #C2C310 in popluar number systems.

HEXC2C310
Decimal19419516
Binary110000101100001110000
Octal30230320

Shades and tints

Shades of #C2C310

#C2C310
(194,195,16)
#B1B20F
(177,178,15)
#A0A10E
(160,161,14)
#8F900D
(143,144,13)
#7E7F0C
(126,127,12)
#6D6E0B
(109,110,11)
#5C5D0A
(92,93,10)
#4B4C09
(75,76,9)
#3A3B08
(58,59,8)
#292A07
(41,42,7)
#181906
(24,25,6)
#000000
(0,0,0)

Tints of #C2C310

#C2C310
(194,195,16)
#C7C825
(199,200,37)
#CCCD3A
(204,205,58)
#D1D24F
(209,210,79)
#D6D764
(214,215,100)
#DBDC79
(219,220,121)
#E0E18E
(224,225,142)
#E5E6A3
(229,230,163)
#EAEBB8
(234,235,184)
#EFF0CD
(239,240,205)
#F4F5E2
(244,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C310 color. Also use rgb(194,195,16) instead hex code.

Text Font Color

.myTextColor { color: #C2C310; }

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

This text font color is #C2C310.


Background Color

.myBgColor { background-color: #C2C310; }

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

This div background color is #C2C310.


Border color

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

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

This div border color is #C2C310.


Opacity

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

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

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

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

This text has shadow with #C2C310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C310 on black background.


Color preview on white background

This text has color #C2C310 on white background.



Black color preview on #C2C310 background

This text has black color on #C2C310 background.


White color preview on #C2C310 background

This text has white color on #C2C310 background.