COLOR #C1C47F

HEX: #C1C47F RGB: (193,196,127)

Color info

#C1C47F contains mainly red and green colors. Web safe color of #C1C47F is #CCCC66 (or #CC6).

RGB color model

#C1C47F color RGB value is (193,196,127).

RGB: (193,196,127) (76%, 77%, 50%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 127 of 255 = 50%

193
196
127

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

Portions of RGB colors in percentages

R + G + B = 193 + 196 + 127 = 516 (100%)
R 193 of 516 ~ 37.4%
G 196 of 516 ~ 37.98%
B 127 of 516 ~ 24.61'%

%37.4
%37.98
%24.61

CMYK color model

#C1C47F color CMYK value is (2,0,35,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK: (2,0,35,23) C2M0Y35K23 (2%,0%,35%,23%) (0.02/0.00/0.35/0.23) 

CMYK percentages

%1.53
%0
%35.2
%23.14

Codes

Color #C1C47F in popluar color models

C1 C4 7F
RGB 193 196 127
HSL 63° 36.90% 63.33%
HSB/HSV 63° 35.20% 76.86%
CMYK 1.53% 0.00% 35.20%
23.14%

Color #C1C47F in popluar number systems.

HEX C1 C4 7F
Decimal 193 196 127
Binary 11000001 11000100 1111111
Octal 301 304 177

Shades and tints

Shades of #C1C47F

#C1C47F
(193,196,127)
#B0B374
(176,179,116)
#9FA269
(159,162,105)
#8E915E
(142,145,94)
#7D8053
(125,128,83)
#6C6F48
(108,111,72)
#5B5E3D
(91,94,61)
#4A4D32
(74,77,50)
#393C27
(57,60,39)
#282B1C
(40,43,28)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #C1C47F

#C1C47F
(193,196,127)
#C6C98A
(198,201,138)
#CBCE95
(203,206,149)
#D0D3A0
(208,211,160)
#D5D8AB
(213,216,171)
#DADDB6
(218,221,182)
#DFE2C1
(223,226,193)
#E4E7CC
(228,231,204)
#E9ECD7
(233,236,215)
#EEF1E2
(238,241,226)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C47F color. Also use rgb(193,196,127) instead hex code.

Text Font Color

.myTextColor { color: #C1C47F; }

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

This text font color is #C1C47F.

Background Color

.myBgColor { background-color: #C1C47F; }

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

This div background color is #C1C47F.

Border color

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

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

This div border color is #C1C47F.

Opacity

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

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

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

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

This text has shadow with #C1C47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C47F.

Preview

Color preview on black background

This text has color #C1C47F on black background.


Color preview on white background

This text has color #C1C47F on white background.


Black color preview on #C1C47F background

This text has black color on #C1C47F background.


White color preview on #C1C47F background

This text has white color on #C1C47F background.


Related colors

Complementary color

Complementary color for #hex is #3E3B80.


I love getcolorcode.com

Triadic colors

1 #7FC1C4 and #C47FC1 with #C1C47F are triadic colors.

2 #7FC4C1 and #C4C17F with #C1C47F are triadic colors.