COLOR #C1C990

HEX: #C1C990
RGB: (193,201,144)

Color info

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

RGB color model

#C1C990 color RGB value is (193,201,144).

  • red value is 193;
  • green value is 201;
  • blue value is 144.
RGB:
(193,201,144)
(76%,79%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 144 of 255 = 56%

193
201
144

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

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 144 = 538 (100%)
R 193 of 538 ~ 35.87%
G 201 of 538 ~ 37.36%
B 144 of 538 ~ 26.77%

%35.87
%37.36
%26.77

CMYK color model

#C1C990 color CMYK value is (4,0,28,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(4,0,28,21)
C4M0Y28K21 
(4%,0%,28%,21%)
(0.04/0.00/0.28/0.21)	

CMYK percentages

%3.98
%0
%28.36
%21.18

Codes

Color #C1C990 in popluar color models

C1C990
RGB193201144
HSL68°34.55%67.65%
HSB/HSV68°28.36%78.82%
CMYK3.98%0.00%28.36%
21.18%

Color #C1C990 in popluar number systems.

HEXC1C990
Decimal193201144
Binary110000011100100110010000
Octal301311220

Shades and tints

Shades of #C1C990

#C1C990
(193,201,144)
#B0B783
(176,183,131)
#9FA576
(159,165,118)
#8E9369
(142,147,105)
#7D815C
(125,129,92)
#6C6F4F
(108,111,79)
#5B5D42
(91,93,66)
#4A4B35
(74,75,53)
#393928
(57,57,40)
#28271B
(40,39,27)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #C1C990

#C1C990
(193,201,144)
#C6CD9A
(198,205,154)
#CBD1A4
(203,209,164)
#D0D5AE
(208,213,174)
#D5D9B8
(213,217,184)
#DADDC2
(218,221,194)
#DFE1CC
(223,225,204)
#E4E5D6
(228,229,214)
#E9E9E0
(233,233,224)
#EEEDEA
(238,237,234)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C990 color. Also use rgb(193,201,144) instead hex code.

Text Font Color

.myTextColor { color: #C1C990; }

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

This text font color is #C1C990.


Background Color

.myBgColor { background-color: #C1C990; }

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

This div background color is #C1C990.


Border color

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

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

This div border color is #C1C990.


Opacity

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

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

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

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

This text has shadow with #C1C990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C990 on black background.


Color preview on white background

This text has color #C1C990 on white background.



Black color preview on #C1C990 background

This text has black color on #C1C990 background.


White color preview on #C1C990 background

This text has white color on #C1C990 background.