COLOR #C1C899

HEX: #C1C899
RGB: (193,200,153)

Color info

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

RGB color model

#C1C899 color RGB value is (193,200,153).

  • red value is 193;
  • green value is 200;
  • blue value is 153.
RGB:
(193,200,153)
(76%,78%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 200 of 255 = 78%
B 153 of 255 = 60%

193
200
153

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

Portions of RGB colors in percentages

R + G + B =
193 + 200 + 153 = 546 (100%)
R 193 of 546 ~ 35.35%
G 200 of 546 ~ 36.63%
B 153 of 546 ~ 28.02%

%35.35
%36.63
%28.02

CMYK color model

#C1C899 color CMYK value is (4,0,24,22).

  • cyan value is 3.50%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(4,0,24,22)
C4M0Y24K22 
(4%,0%,24%,22%)
(0.04/0.00/0.24/0.22)	

CMYK percentages

%3.5
%0
%23.5
%21.57

Codes

Color #C1C899 in popluar color models

C1C899
RGB193200153
HSL69°29.94%69.22%
HSB/HSV69°23.50%78.43%
CMYK3.50%0.00%23.50%
21.57%

Color #C1C899 in popluar number systems.

HEXC1C899
Decimal193200153
Binary110000011100100010011001
Octal301310231

Shades and tints

Shades of #C1C899

#C1C899
(193,200,153)
#B0B68C
(176,182,140)
#9FA47F
(159,164,127)
#8E9272
(142,146,114)
#7D8065
(125,128,101)
#6C6E58
(108,110,88)
#5B5C4B
(91,92,75)
#4A4A3E
(74,74,62)
#393831
(57,56,49)
#282624
(40,38,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1C899

#C1C899
(193,200,153)
#C6CDA2
(198,205,162)
#CBD2AB
(203,210,171)
#D0D7B4
(208,215,180)
#D5DCBD
(213,220,189)
#DAE1C6
(218,225,198)
#DFE6CF
(223,230,207)
#E4EBD8
(228,235,216)
#E9F0E1
(233,240,225)
#EEF5EA
(238,245,234)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C899 color. Also use rgb(193,200,153) instead hex code.

Text Font Color

.myTextColor { color: #C1C899; }

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

This text font color is #C1C899.


Background Color

.myBgColor { background-color: #C1C899; }

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

This div background color is #C1C899.


Border color

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

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

This div border color is #C1C899.


Opacity

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

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

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

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

This text has shadow with #C1C899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C899 on black background.


Color preview on white background

This text has color #C1C899 on white background.



Black color preview on #C1C899 background

This text has black color on #C1C899 background.


White color preview on #C1C899 background

This text has white color on #C1C899 background.