COLOR #C1C392

HEX: #C1C392
RGB: (193,195,146)

Color info

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

RGB color model

#C1C392 color RGB value is (193,195,146).

  • red value is 193;
  • green value is 195;
  • blue value is 146.
RGB:
(193,195,146)
(76%,76%,57%)

RGB channels and saturation

R 193 of 255 = 76%
G 195 of 255 = 76%
B 146 of 255 = 57%

193
195
146

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

Portions of RGB colors in percentages

R + G + B =
193 + 195 + 146 = 534 (100%)
R 193 of 534 ~ 36.14%
G 195 of 534 ~ 36.52%
B 146 of 534 ~ 27.34%

%36.14
%36.52
%27.34

CMYK color model

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

  • cyan value is 1.03%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(1,0,25,24)
C1M0Y25K24 
(1%,0%,25%,24%)
(0.01/0.00/0.25/0.24)	

CMYK percentages

%1.03
%0
%25.13
%23.53

Codes

Color #C1C392 in popluar color models

C1C392
RGB193195146
HSL62°28.99%66.86%
HSB/HSV62°25.13%76.47%
CMYK1.03%0.00%25.13%
23.53%

Color #C1C392 in popluar number systems.

HEXC1C392
Decimal193195146
Binary110000011100001110010010
Octal301303222

Shades and tints

Shades of #C1C392

#C1C392
(193,195,146)
#B0B285
(176,178,133)
#9FA178
(159,161,120)
#8E906B
(142,144,107)
#7D7F5E
(125,127,94)
#6C6E51
(108,110,81)
#5B5D44
(91,93,68)
#4A4C37
(74,76,55)
#393B2A
(57,59,42)
#282A1D
(40,42,29)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #C1C392

#C1C392
(193,195,146)
#C6C89B
(198,200,155)
#CBCDA4
(203,205,164)
#D0D2AD
(208,210,173)
#D5D7B6
(213,215,182)
#DADCBF
(218,220,191)
#DFE1C8
(223,225,200)
#E4E6D1
(228,230,209)
#E9EBDA
(233,235,218)
#EEF0E3
(238,240,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C392 color. Also use rgb(193,195,146) instead hex code.

Text Font Color

.myTextColor { color: #C1C392; }

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

This text font color is #C1C392.


Background Color

.myBgColor { background-color: #C1C392; }

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

This div background color is #C1C392.


Border color

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

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

This div border color is #C1C392.


Opacity

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

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

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

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

This text has shadow with #C1C392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C392 on black background.


Color preview on white background

This text has color #C1C392 on white background.



Black color preview on #C1C392 background

This text has black color on #C1C392 background.


White color preview on #C1C392 background

This text has white color on #C1C392 background.