COLOR #C2C499

HEX: #C2C499 RGB: (194,196,153)

Color info

#C2C499 contains red, green and blue colors in about the same proportion. Web safe color of #C2C499 is #CCCC99 (or #CC9).

RGB color model

#C2C499 color RGB value is (194,196,153).

RGB: (194,196,153) (76%, 77%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 196 of 255 = 77%
B 153 of 255 = 60%

194
196
153

R + G + B ~ 71%. #C2C499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 196 + 153 = 543 (100%)
R 194 of 543 ~ 35.73%
G 196 of 543 ~ 36.1%
B 153 of 543 ~ 28.18'%

%35.73
%36.1
%28.18

CMYK color model

#C2C499 color CMYK value is (1,0,22,23).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%

CMYK: (1,0,22,23)
C1M0Y22K23 (1%, 0%, 22%, 23%)
(0.01 / 0.00 / 0.22 / 0.23)

CMYK percentages

%1.02
%0
%21.94
%23.14

Codes

Color #C2C499 in popluar color models

C2 C4 99
RGB 194 196 153
HSL 63° 26.71% 68.43%
HSB/HSV 63° 21.94% 76.86%
CMYK 1.02% 0.00% 21.94%
23.14%

Color #C2C499 in popluar number systems.

HEX C2 C4 99
Decimal 194 196 153
Binary 11000010 11000100 10011001
Octal 302 304 231

Shades and tints

Shades of #C2C499

#C2C499
(194,196,153)
#B1B38C
(177,179,140)
#A0A27F
(160,162,127)
#8F9172
(143,145,114)
#7E8065
(126,128,101)
#6D6F58
(109,111,88)
#5C5E4B
(92,94,75)
#4B4D3E
(75,77,62)
#3A3C31
(58,60,49)
#292B24
(41,43,36)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2C499

#C2C499
(194,196,153)
#C7C9A2
(199,201,162)
#CCCEAB
(204,206,171)
#D1D3B4
(209,211,180)
#D6D8BD
(214,216,189)
#DBDDC6
(219,221,198)
#E0E2CF
(224,226,207)
#E5E7D8
(229,231,216)
#EAECE1
(234,236,225)
#EFF1EA
(239,241,234)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C499; }

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

This text font color is #C2C499.

Background Color

.myBgColor { background-color: #C2C499; }

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

This div background color is #C2C499.

Border color

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

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

This div border color is #C2C499.

Opacity

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

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

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

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

This text has shadow with #C2C499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C499.

Preview

Color preview on black background

This text has color #C2C499 on black background.


Color preview on white background

This text has color #C2C499 on white background.


Black color preview on #C2C499 background

This text has black color on #C2C499 background.


White color preview on #C2C499 background

This text has white color on #C2C499 background.


Related colors

Complementary color

Complementary color for #hex is #3D3B66.


I love getcolorcode.com

Triadic colors

1 #99C2C4 and #C499C2 with #C2C499 are triadic colors.

2 #99C4C2 and #C4C299 with #C2C499 are triadic colors.