COLOR #C2C598

HEX: #C2C598
RGB: (194,197,152)

Color info

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

RGB color model

#C2C598 color RGB value is (194,197,152).

  • red value is 194;
  • green value is 197;
  • blue value is 152.
RGB:
(194,197,152)
(76%,77%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 152 of 255 = 60%

194
197
152

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

Portions of RGB colors in percentages

R + G + B =
194 + 197 + 152 = 543 (100%)
R 194 of 543 ~ 35.73%
G 197 of 543 ~ 36.28%
B 152 of 543 ~ 27.99%

%35.73
%36.28
%27.99

CMYK color model

#C2C598 color CMYK value is (2,0,23,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(2,0,23,23)
C2M0Y23K23 
(2%,0%,23%,23%)
(0.02/0.00/0.23/0.23)	

CMYK percentages

%1.52
%0
%22.84
%22.75

Codes

Color #C2C598 in popluar color models

C2C598
RGB194197152
HSL64°27.95%68.43%
HSB/HSV64°22.84%77.25%
CMYK1.52%0.00%22.84%
22.75%

Color #C2C598 in popluar number systems.

HEXC2C598
Decimal194197152
Binary110000101100010110011000
Octal302305230

Shades and tints

Shades of #C2C598

#C2C598
(194,197,152)
#B1B48B
(177,180,139)
#A0A37E
(160,163,126)
#8F9271
(143,146,113)
#7E8164
(126,129,100)
#6D7057
(109,112,87)
#5C5F4A
(92,95,74)
#4B4E3D
(75,78,61)
#3A3D30
(58,61,48)
#292C23
(41,44,35)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #C2C598

#C2C598
(194,197,152)
#C7CAA1
(199,202,161)
#CCCFAA
(204,207,170)
#D1D4B3
(209,212,179)
#D6D9BC
(214,217,188)
#DBDEC5
(219,222,197)
#E0E3CE
(224,227,206)
#E5E8D7
(229,232,215)
#EAEDE0
(234,237,224)
#EFF2E9
(239,242,233)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C598 color. Also use rgb(194,197,152) instead hex code.

Text Font Color

.myTextColor { color: #C2C598; }

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

This text font color is #C2C598.


Background Color

.myBgColor { background-color: #C2C598; }

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

This div background color is #C2C598.


Border color

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

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

This div border color is #C2C598.


Opacity

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

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

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

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

This text has shadow with #C2C598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C598 on black background.


Color preview on white background

This text has color #C2C598 on white background.



Black color preview on #C2C598 background

This text has black color on #C2C598 background.


White color preview on #C2C598 background

This text has white color on #C2C598 background.