COLOR #C2C185

HEX: #C2C185
RGB: (194,193,133)

Color info

#C2C185 contains mainly red and green colors. Web safe color of #C2C185 is #CCCC99 (or #CC9).

RGB color model

#C2C185 color RGB value is (194,193,133).

  • red value is 194;
  • green value is 193;
  • blue value is 133.
RGB:
(194,193,133)
(76%,76%,52%)

RGB channels and saturation

R 194 of 255 = 76%
G 193 of 255 = 76%
B 133 of 255 = 52%

194
193
133

R + G + B ~ 68%. #C2C185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 193 + 133 = 520 (100%)
R 194 of 520 ~ 37.31%
G 193 of 520 ~ 37.12%
B 133 of 520 ~ 25.58%

%37.31
%37.12
%25.58

CMYK color model

#C2C185 color CMYK value is (0,1,31,24).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(0,1,31,24)
C0M1Y31K24 
(0%,1%,31%,24%)
(0.00/0.01/0.31/0.24)	

CMYK percentages

%0
%0.52
%31.44
%23.92

Codes

Color #C2C185 in popluar color models

C2C185
RGB194193133
HSL59°33.33%64.12%
HSB/HSV59°31.44%76.08%
CMYK0.00%0.52%31.44%
23.92%

Color #C2C185 in popluar number systems.

HEXC2C185
Decimal194193133
Binary110000101100000110000101
Octal302301205

Shades and tints

Shades of #C2C185

#C2C185
(194,193,133)
#B1B079
(177,176,121)
#A09F6D
(160,159,109)
#8F8E61
(143,142,97)
#7E7D55
(126,125,85)
#6D6C49
(109,108,73)
#5C5B3D
(92,91,61)
#4B4A31
(75,74,49)
#3A3925
(58,57,37)
#292819
(41,40,25)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #C2C185

#C2C185
(194,193,133)
#C7C690
(199,198,144)
#CCCB9B
(204,203,155)
#D1D0A6
(209,208,166)
#D6D5B1
(214,213,177)
#DBDABC
(219,218,188)
#E0DFC7
(224,223,199)
#E5E4D2
(229,228,210)
#EAE9DD
(234,233,221)
#EFEEE8
(239,238,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C185 color. Also use rgb(194,193,133) instead hex code.

Text Font Color

.myTextColor { color: #C2C185; }

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

This text font color is #C2C185.


Background Color

.myBgColor { background-color: #C2C185; }

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

This div background color is #C2C185.


Border color

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

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

This div border color is #C2C185.


Opacity

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

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

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

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

This text has shadow with #C2C185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C185 on black background.


Color preview on white background

This text has color #C2C185 on white background.



Black color preview on #C2C185 background

This text has black color on #C2C185 background.


White color preview on #C2C185 background

This text has white color on #C2C185 background.