COLOR #C1C585

HEX: #C1C585
RGB: (193,197,133)

Color info

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

RGB color model

#C1C585 color RGB value is (193,197,133).

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

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 133 of 255 = 52%

193
197
133

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

Portions of RGB colors in percentages

R + G + B =
193 + 197 + 133 = 523 (100%)
R 193 of 523 ~ 36.9%
G 197 of 523 ~ 37.67%
B 133 of 523 ~ 25.43%

%36.9
%37.67
%25.43

CMYK color model

#C1C585 color CMYK value is (2,0,32,23).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 32.49%
  • key color value is 22.75%
CMYK:
(2,0,32,23)
C2M0Y32K23 
(2%,0%,32%,23%)
(0.02/0.00/0.32/0.23)	

CMYK percentages

%2.03
%0
%32.49
%22.75

Codes

Color #C1C585 in popluar color models

C1C585
RGB193197133
HSL64°35.56%64.71%
HSB/HSV64°32.49%77.25%
CMYK2.03%0.00%32.49%
22.75%

Color #C1C585 in popluar number systems.

HEXC1C585
Decimal193197133
Binary110000011100010110000101
Octal301305205

Shades and tints

Shades of #C1C585

#C1C585
(193,197,133)
#B0B479
(176,180,121)
#9FA36D
(159,163,109)
#8E9261
(142,146,97)
#7D8155
(125,129,85)
#6C7049
(108,112,73)
#5B5F3D
(91,95,61)
#4A4E31
(74,78,49)
#393D25
(57,61,37)
#282C19
(40,44,25)
#171B0D
(23,27,13)
#000000
(0,0,0)

Tints of #C1C585

#C1C585
(193,197,133)
#C6CA90
(198,202,144)
#CBCF9B
(203,207,155)
#D0D4A6
(208,212,166)
#D5D9B1
(213,217,177)
#DADEBC
(218,222,188)
#DFE3C7
(223,227,199)
#E4E8D2
(228,232,210)
#E9EDDD
(233,237,221)
#EEF2E8
(238,242,232)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C585; }

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

This text font color is #C1C585.


Background Color

.myBgColor { background-color: #C1C585; }

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

This div background color is #C1C585.


Border color

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

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

This div border color is #C1C585.


Opacity

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

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

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

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

This text has shadow with #C1C585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C585 on black background.


Color preview on white background

This text has color #C1C585 on white background.



Black color preview on #C1C585 background

This text has black color on #C1C585 background.


White color preview on #C1C585 background

This text has white color on #C1C585 background.