COLOR #C2C17B

HEX: #C2C17B RGB: (194,193,123)

Color info

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

RGB color model

#C2C17B color RGB value is (194,193,123).

RGB: (194,193,123) (76%, 76%, 48%)

RGB channels and saturation

R 194 of 255 = 76%
G 193 of 255 = 76%
B 123 of 255 = 48%

194
193
123

R + G + B ~ 67%. #C2C17B is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 193 + 123 = 510 (100%)
R 194 of 510 ~ 38.04%
G 193 of 510 ~ 37.84%
B 123 of 510 ~ 24.12'%

%38.04
%37.84
%24.12

CMYK color model

#C2C17B color CMYK value is (0,1,37,24).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 36.60%
  • key color value is 23.92%

CMYK: (0,1,37,24)
C0M1Y37K24 (0%, 1%, 37%, 24%)
(0.00 / 0.01 / 0.37 / 0.24)

CMYK percentages

%0
%0.52
%36.6
%23.92

Codes

Color #C2C17B in popluar color models

C2 C1 7B
RGB 194 193 123
HSL 59° 36.79% 62.16%
HSB/HSV 59° 36.60% 76.08%
CMYK 0.00% 0.52% 36.60%
23.92%

Color #C2C17B in popluar number systems.

HEX C2 C1 7B
Decimal 194 193 123
Binary 11000010 11000001 1111011
Octal 302 301 173

Shades and tints

Shades of #C2C17B

#C2C17B
(194,193,123)
#B1B070
(177,176,112)
#A09F65
(160,159,101)
#8F8E5A
(143,142,90)
#7E7D4F
(126,125,79)
#6D6C44
(109,108,68)
#5C5B39
(92,91,57)
#4B4A2E
(75,74,46)
#3A3923
(58,57,35)
#292818
(41,40,24)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #C2C17B

#C2C17B
(194,193,123)
#C7C687
(199,198,135)
#CCCB93
(204,203,147)
#D1D09F
(209,208,159)
#D6D5AB
(214,213,171)
#DBDAB7
(219,218,183)
#E0DFC3
(224,223,195)
#E5E4CF
(229,228,207)
#EAE9DB
(234,233,219)
#EFEEE7
(239,238,231)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C17B color. Also use rgb(194,193,123) instead hex code.

Text Font Color

.myTextColor { color: #C2C17B; }

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

This text font color is #C2C17B.

Background Color

.myBgColor { background-color: #C2C17B; }

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

This div background color is #C2C17B.

Border color

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

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

This div border color is #C2C17B.

Opacity

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

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

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

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

This text has shadow with #C2C17B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C17B.

Preview

Color preview on black background

This text has color #C2C17B on black background.


Color preview on white background

This text has color #C2C17B on white background.


Black color preview on #C2C17B background

This text has black color on #C2C17B background.


White color preview on #C2C17B background

This text has white color on #C2C17B background.


Related colors

Complementary color

Complementary color for #hex is #3D3E84.


I love getcolorcode.com

Triadic colors

1 #7BC2C1 and #C17BC2 with #C2C17B are triadic colors.

2 #7BC1C2 and #C1C27B with #C2C17B are triadic colors.