COLOR #C2C469

HEX: #C2C469
RGB: (194,196,105)

Color info

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

RGB color model

#C2C469 color RGB value is (194,196,105).

  • red value is 194;
  • green value is 196;
  • blue value is 105.
RGB:
(194,196,105)
(76%,77%,41%)

RGB channels and saturation

R 194 of 255 = 76%
G 196 of 255 = 77%
B 105 of 255 = 41%

194
196
105

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

Portions of RGB colors in percentages

R + G + B =
194 + 196 + 105 = 495 (100%)
R 194 of 495 ~ 39.19%
G 196 of 495 ~ 39.6%
B 105 of 495 ~ 21.21%

%39.19
%39.6
%21.21

CMYK color model

#C2C469 color CMYK value is (1,0,46,23).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 23.14%
CMYK:
(1,0,46,23)
C1M0Y46K23 
(1%,0%,46%,23%)
(0.01/0.00/0.46/0.23)	

CMYK percentages

%1.02
%0
%46.43
%23.14

Codes

Color #C2C469 in popluar color models

C2C469
RGB194196105
HSL61°43.54%59.02%
HSB/HSV61°46.43%76.86%
CMYK1.02%0.00%46.43%
23.14%

Color #C2C469 in popluar number systems.

HEXC2C469
Decimal194196105
Binary11000010110001001101001
Octal302304151

Shades and tints

Shades of #C2C469

#C2C469
(194,196,105)
#B1B360
(177,179,96)
#A0A257
(160,162,87)
#8F914E
(143,145,78)
#7E8045
(126,128,69)
#6D6F3C
(109,111,60)
#5C5E33
(92,94,51)
#4B4D2A
(75,77,42)
#3A3C21
(58,60,33)
#292B18
(41,43,24)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #C2C469

#C2C469
(194,196,105)
#C7C976
(199,201,118)
#CCCE83
(204,206,131)
#D1D390
(209,211,144)
#D6D89D
(214,216,157)
#DBDDAA
(219,221,170)
#E0E2B7
(224,226,183)
#E5E7C4
(229,231,196)
#EAECD1
(234,236,209)
#EFF1DE
(239,241,222)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C469 color. Also use rgb(194,196,105) instead hex code.

Text Font Color

.myTextColor { color: #C2C469; }

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

This text font color is #C2C469.


Background Color

.myBgColor { background-color: #C2C469; }

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

This div background color is #C2C469.


Border color

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

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

This div border color is #C2C469.


Opacity

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

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

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

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

This text has shadow with #C2C469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C469 on black background.


Color preview on white background

This text has color #C2C469 on white background.



Black color preview on #C2C469 background

This text has black color on #C2C469 background.


White color preview on #C2C469 background

This text has white color on #C2C469 background.