COLOR #C2C323

HEX: #C2C323
RGB: (194,195,35)

Color info

#C2C323 contains mainly red and green colors. Web safe color of #C2C323 is #CCCC33 (or #CC3).

RGB color model

#C2C323 color RGB value is (194,195,35).

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

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 35 of 255 = 14%

194
195
35

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

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 35 = 424 (100%)
R 194 of 424 ~ 45.75%
G 195 of 424 ~ 45.99%
B 35 of 424 ~ 8.25%

%45.75
%45.99

CMYK color model

#C2C323 color CMYK value is (1,0,82,24).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 82.05%
  • key color value is 23.53%
CMYK:
(1,0,82,24)
C1M0Y82K24 
(1%,0%,82%,24%)
(0.01/0.00/0.82/0.24)	

CMYK percentages

%0.51
%0
%82.05
%23.53

Codes

Color #C2C323 in popluar color models

C2C323
RGB19419535
HSL60°69.57%45.10%
HSB/HSV60°82.05%76.47%
CMYK0.51%0.00%82.05%
23.53%

Color #C2C323 in popluar number systems.

HEXC2C323
Decimal19419535
Binary1100001011000011100011
Octal30230343

Shades and tints

Shades of #C2C323

#C2C323
(194,195,35)
#B1B220
(177,178,32)
#A0A11D
(160,161,29)
#8F901A
(143,144,26)
#7E7F17
(126,127,23)
#6D6E14
(109,110,20)
#5C5D11
(92,93,17)
#4B4C0E
(75,76,14)
#3A3B0B
(58,59,11)
#292A08
(41,42,8)
#181905
(24,25,5)
#000000
(0,0,0)

Tints of #C2C323

#C2C323
(194,195,35)
#C7C837
(199,200,55)
#CCCD4B
(204,205,75)
#D1D25F
(209,210,95)
#D6D773
(214,215,115)
#DBDC87
(219,220,135)
#E0E19B
(224,225,155)
#E5E6AF
(229,230,175)
#EAEBC3
(234,235,195)
#EFF0D7
(239,240,215)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C323; }

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

This text font color is #C2C323.


Background Color

.myBgColor { background-color: #C2C323; }

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

This div background color is #C2C323.


Border color

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

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

This div border color is #C2C323.


Opacity

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

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

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

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

This text has shadow with #C2C323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C323 on black background.


Color preview on white background

This text has color #C2C323 on white background.



Black color preview on #C2C323 background

This text has black color on #C2C323 background.


White color preview on #C2C323 background

This text has white color on #C2C323 background.