COLOR #C1C294

HEX: #C1C294
RGB: (193,194,148)

Color info

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

RGB color model

#C1C294 color RGB value is (193,194,148).

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

RGB channels and saturation

R 193 of 255 = 76%
G 194 of 255 = 76%
B 148 of 255 = 58%

193
194
148

R + G + B ~ 70%. #C1C294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 194 + 148 = 535 (100%)
R 193 of 535 ~ 36.07%
G 194 of 535 ~ 36.26%
B 148 of 535 ~ 27.66%

%36.07
%36.26
%27.66

CMYK color model

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

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(1,0,24,24)
C1M0Y24K24 
(1%,0%,24%,24%)
(0.01/0.00/0.24/0.24)	

CMYK percentages

%0.52
%0
%23.71
%23.92

Codes

Color #C1C294 in popluar color models

C1C294
RGB193194148
HSL61°27.38%67.06%
HSB/HSV61°23.71%76.08%
CMYK0.52%0.00%23.71%
23.92%

Color #C1C294 in popluar number systems.

HEXC1C294
Decimal193194148
Binary110000011100001010010100
Octal301302224

Shades and tints

Shades of #C1C294

#C1C294
(193,194,148)
#B0B187
(176,177,135)
#9FA07A
(159,160,122)
#8E8F6D
(142,143,109)
#7D7E60
(125,126,96)
#6C6D53
(108,109,83)
#5B5C46
(91,92,70)
#4A4B39
(74,75,57)
#393A2C
(57,58,44)
#28291F
(40,41,31)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #C1C294

#C1C294
(193,194,148)
#C6C79D
(198,199,157)
#CBCCA6
(203,204,166)
#D0D1AF
(208,209,175)
#D5D6B8
(213,214,184)
#DADBC1
(218,219,193)
#DFE0CA
(223,224,202)
#E4E5D3
(228,229,211)
#E9EADC
(233,234,220)
#EEEFE5
(238,239,229)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C294; }

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

This text font color is #C1C294.


Background Color

.myBgColor { background-color: #C1C294; }

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

This div background color is #C1C294.


Border color

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

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

This div border color is #C1C294.


Opacity

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

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

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

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

This text has shadow with #C1C294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C294 on black background.


Color preview on white background

This text has color #C1C294 on white background.



Black color preview on #C1C294 background

This text has black color on #C1C294 background.


White color preview on #C1C294 background

This text has white color on #C1C294 background.