COLOR #C1C769

HEX: #C1C769
RGB: (193,199,105)

Color info

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

RGB color model

#C1C769 color RGB value is (193,199,105).

  • red value is 193;
  • green value is 199;
  • blue value is 105.
RGB:
(193,199,105)
(76%,78%,41%)

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 105 of 255 = 41%

193
199
105

R + G + B ~ 65%. #C1C769 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 199 + 105 = 497 (100%)
R 193 of 497 ~ 38.83%
G 199 of 497 ~ 40.04%
B 105 of 497 ~ 21.13%

%38.83
%40.04
%21.13

CMYK color model

#C1C769 color CMYK value is (3,0,47,22).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 21.96%
CMYK:
(3,0,47,22)
C3M0Y47K22 
(3%,0%,47%,22%)
(0.03/0.00/0.47/0.22)	

CMYK percentages

%3.02
%0
%47.24
%21.96

Codes

Color #C1C769 in popluar color models

C1C769
RGB193199105
HSL64°45.63%59.61%
HSB/HSV64°47.24%78.04%
CMYK3.02%0.00%47.24%
21.96%

Color #C1C769 in popluar number systems.

HEXC1C769
Decimal193199105
Binary11000001110001111101001
Octal301307151

Shades and tints

Shades of #C1C769

#C1C769
(193,199,105)
#B0B560
(176,181,96)
#9FA357
(159,163,87)
#8E914E
(142,145,78)
#7D7F45
(125,127,69)
#6C6D3C
(108,109,60)
#5B5B33
(91,91,51)
#4A492A
(74,73,42)
#393721
(57,55,33)
#282518
(40,37,24)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #C1C769

#C1C769
(193,199,105)
#C6CC76
(198,204,118)
#CBD183
(203,209,131)
#D0D690
(208,214,144)
#D5DB9D
(213,219,157)
#DAE0AA
(218,224,170)
#DFE5B7
(223,229,183)
#E4EAC4
(228,234,196)
#E9EFD1
(233,239,209)
#EEF4DE
(238,244,222)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C769 color. Also use rgb(193,199,105) instead hex code.

Text Font Color

.myTextColor { color: #C1C769; }

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

This text font color is #C1C769.


Background Color

.myBgColor { background-color: #C1C769; }

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

This div background color is #C1C769.


Border color

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

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

This div border color is #C1C769.


Opacity

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

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

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

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

This text has shadow with #C1C769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C769 on black background.


Color preview on white background

This text has color #C1C769 on white background.



Black color preview on #C1C769 background

This text has black color on #C1C769 background.


White color preview on #C1C769 background

This text has white color on #C1C769 background.