COLOR #C1C97A

HEX: #C1C97A RGB: (193,201,122)

Color info

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

RGB color model

#C1C97A color RGB value is (193,201,122).

RGB: (193,201,122) (76%, 79%, 48%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 122 of 255 = 48%

193
201
122

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

Portions of RGB colors in percentages

R + G + B = 193 + 201 + 122 = 516 (100%)
R 193 of 516 ~ 37.4%
G 201 of 516 ~ 38.95%
B 122 of 516 ~ 23.64'%

%37.4
%38.95
%23.64

CMYK color model

#C1C97A color CMYK value is (4,0,39,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 21.18%
CMYK: (4,0,39,21) C4M0Y39K21 (4%,0%,39%,21%) (0.04/0.00/0.39/0.21) 

CMYK percentages

%3.98
%0
%39.3
%21.18

Codes

Color #C1C97A in popluar color models

C1 C9 7A
RGB 193 201 122
HSL 66° 42.25% 63.33%
HSB/HSV 66° 39.30% 78.82%
CMYK 3.98% 0.00% 39.30%
21.18%

Color #C1C97A in popluar number systems.

HEX C1 C9 7A
Decimal 193 201 122
Binary 11000001 11001001 1111010
Octal 301 311 172

Shades and tints

Shades of #C1C97A

#C1C97A
(193,201,122)
#B0B76F
(176,183,111)
#9FA564
(159,165,100)
#8E9359
(142,147,89)
#7D814E
(125,129,78)
#6C6F43
(108,111,67)
#5B5D38
(91,93,56)
#4A4B2D
(74,75,45)
#393922
(57,57,34)
#282717
(40,39,23)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #C1C97A

#C1C97A
(193,201,122)
#C6CD86
(198,205,134)
#CBD192
(203,209,146)
#D0D59E
(208,213,158)
#D5D9AA
(213,217,170)
#DADDB6
(218,221,182)
#DFE1C2
(223,225,194)
#E4E5CE
(228,229,206)
#E9E9DA
(233,233,218)
#EEEDE6
(238,237,230)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C97A; }

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

This text font color is #C1C97A.

Background Color

.myBgColor { background-color: #C1C97A; }

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

This div background color is #C1C97A.

Border color

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

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

This div border color is #C1C97A.

Opacity

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

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

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

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

This text has shadow with #C1C97A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C97A.

Preview

Color preview on black background

This text has color #C1C97A on black background.


Color preview on white background

This text has color #C1C97A on white background.


Black color preview on #C1C97A background

This text has black color on #C1C97A background.


White color preview on #C1C97A background

This text has white color on #C1C97A background.


Related colors

Complementary color

Complementary color for #hex is #3E3685.


I love getcolorcode.com

Triadic colors

1 #7AC1C9 and #C97AC1 with #C1C97A are triadic colors.

2 #7AC9C1 and #C9C17A with #C1C97A are triadic colors.