COLOR #C1C872

HEX: #C1C872 RGB: (193,200,114)

Color info

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

RGB color model

#C1C872 color RGB value is (193,200,114).

RGB: (193,200,114) (76%, 78%, 45%)

RGB channels and saturation

R 193 of 255 = 76%
G 200 of 255 = 78%
B 114 of 255 = 45%

193
200
114

R + G + B ~ 66%. #C1C872 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 200 + 114 = 507 (100%)
R 193 of 507 ~ 38.07%
G 200 of 507 ~ 39.45%
B 114 of 507 ~ 22.49'%

%38.07
%39.45
%22.49

CMYK color model

#C1C872 color CMYK value is (4,0,43,22).

  • cyan value is 3.50%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 21.57%

CMYK: (4,0,43,22)
C4M0Y43K22 (4%, 0%, 43%, 22%)
(0.04 / 0.00 / 0.43 / 0.22)

CMYK percentages

%3.5
%0
%43
%21.57

Codes

Color #C1C872 in popluar color models

C1 C8 72
RGB 193 200 114
HSL 65° 43.88% 61.57%
HSB/HSV 65° 43.00% 78.43%
CMYK 3.50% 0.00% 43.00%
21.57%

Color #C1C872 in popluar number systems.

HEX C1 C8 72
Decimal 193 200 114
Binary 11000001 11001000 1110010
Octal 301 310 162

Shades and tints

Shades of #C1C872

#C1C872
(193,200,114)
#B0B668
(176,182,104)
#9FA45E
(159,164,94)
#8E9254
(142,146,84)
#7D804A
(125,128,74)
#6C6E40
(108,110,64)
#5B5C36
(91,92,54)
#4A4A2C
(74,74,44)
#393822
(57,56,34)
#282618
(40,38,24)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #C1C872

#C1C872
(193,200,114)
#C6CD7E
(198,205,126)
#CBD28A
(203,210,138)
#D0D796
(208,215,150)
#D5DCA2
(213,220,162)
#DAE1AE
(218,225,174)
#DFE6BA
(223,230,186)
#E4EBC6
(228,235,198)
#E9F0D2
(233,240,210)
#EEF5DE
(238,245,222)
#F3FAEA
(243,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C872 color. Also use rgb(193,200,114) instead hex code.

Text Font Color

.myTextColor { color: #C1C872; }

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

This text font color is #C1C872.

Background Color

.myBgColor { background-color: #C1C872; }

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

This div background color is #C1C872.

Border color

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

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

This div border color is #C1C872.

Opacity

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

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

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

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

This text has shadow with #C1C872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C872.

Preview

Color preview on black background

This text has color #C1C872 on black background.


Color preview on white background

This text has color #C1C872 on white background.


Black color preview on #C1C872 background

This text has black color on #C1C872 background.


White color preview on #C1C872 background

This text has white color on #C1C872 background.


Related colors

Complementary color

Complementary color for #hex is #3E378D.


I love getcolorcode.com

Triadic colors

1 #72C1C8 and #C872C1 with #C1C872 are triadic colors.

2 #72C8C1 and #C8C172 with #C1C872 are triadic colors.