COLOR #C2C28A

HEX: #C2C28A
RGB: (194,194,138)

Color info

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

RGB color model

#C2C28A color RGB value is (194,194,138).

  • red value is 194;
  • green value is 194;
  • blue value is 138.
RGB:
(194,194,138)
(76%,76%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 194 of 255 = 76%
B 138 of 255 = 54%

194
194
138

R + G + B ~ 69%. #C2C28A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 194 + 138 = 526 (100%)
R 194 of 526 ~ 36.88%
G 194 of 526 ~ 36.88%
B 138 of 526 ~ 26.24%

%36.88
%36.88
%26.24

CMYK color model

#C2C28A color CMYK value is (0,0,29,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,0,29,24)
C0M0Y29K24 
(0%,0%,29%,24%)
(0.00/0.00/0.29/0.24)	

CMYK percentages

%0
%0
%28.87
%23.92

Codes

Color #C2C28A in popluar color models

C2C28A
RGB194194138
HSL60°31.46%65.10%
HSB/HSV60°28.87%76.08%
CMYK0.00%0.00%28.87%
23.92%

Color #C2C28A in popluar number systems.

HEXC2C28A
Decimal194194138
Binary110000101100001010001010
Octal302302212

Shades and tints

Shades of #C2C28A

#C2C28A
(194,194,138)
#B1B17E
(177,177,126)
#A0A072
(160,160,114)
#8F8F66
(143,143,102)
#7E7E5A
(126,126,90)
#6D6D4E
(109,109,78)
#5C5C42
(92,92,66)
#4B4B36
(75,75,54)
#3A3A2A
(58,58,42)
#29291E
(41,41,30)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #C2C28A

#C2C28A
(194,194,138)
#C7C794
(199,199,148)
#CCCC9E
(204,204,158)
#D1D1A8
(209,209,168)
#D6D6B2
(214,214,178)
#DBDBBC
(219,219,188)
#E0E0C6
(224,224,198)
#E5E5D0
(229,229,208)
#EAEADA
(234,234,218)
#EFEFE4
(239,239,228)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C28A; }

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

This text font color is #C2C28A.


Background Color

.myBgColor { background-color: #C2C28A; }

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

This div background color is #C2C28A.


Border color

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

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

This div border color is #C2C28A.


Opacity

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

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

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

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

This text has shadow with #C2C28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C28A on black background.


Color preview on white background

This text has color #C2C28A on white background.



Black color preview on #C2C28A background

This text has black color on #C2C28A background.


White color preview on #C2C28A background

This text has white color on #C2C28A background.