COLOR #C5C29B

HEX: #C5C29B RGB: (197,194,155)

Color info

#C5C29B contains red, green and blue colors in about the same proportion. Web safe color of #C5C29B is #CCCC99 (or #CC9).

RGB color model

#C5C29B color RGB value is (197,194,155).

RGB: (197,194,155) (77%, 76%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 194 of 255 = 76%
B 155 of 255 = 61%

197
194
155

R + G + B ~ 71%. #C5C29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 194 + 155 = 546 (100%)
R 197 of 546 ~ 36.08%
G 194 of 546 ~ 35.53%
B 155 of 546 ~ 28.39'%

%36.08
%35.53
%28.39

CMYK color model

#C5C29B color CMYK value is (0,2,21,23).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 21.32%
  • key color value is 22.75%

CMYK: (0,2,21,23)
C0M2Y21K23 (0%, 2%, 21%, 23%)
(0.00 / 0.02 / 0.21 / 0.23)

CMYK percentages

%0
%1.52
%21.32
%22.75

Codes

Color #C5C29B in popluar color models

C5 C2 9B
RGB 197 194 155
HSL 56° 26.58% 69.02%
HSB/HSV 56° 21.32% 77.25%
CMYK 0.00% 1.52% 21.32%
22.75%

Color #C5C29B in popluar number systems.

HEX C5 C2 9B
Decimal 197 194 155
Binary 11000101 11000010 10011011
Octal 305 302 233

Shades and tints

Shades of #C5C29B

#C5C29B
(197,194,155)
#B4B18D
(180,177,141)
#A3A07F
(163,160,127)
#928F71
(146,143,113)
#817E63
(129,126,99)
#706D55
(112,109,85)
#5F5C47
(95,92,71)
#4E4B39
(78,75,57)
#3D3A2B
(61,58,43)
#2C291D
(44,41,29)
#1B180F
(27,24,15)
#000000
(0,0,0)

Tints of #C5C29B

#C5C29B
(197,194,155)
#CAC7A4
(202,199,164)
#CFCCAD
(207,204,173)
#D4D1B6
(212,209,182)
#D9D6BF
(217,214,191)
#DEDBC8
(222,219,200)
#E3E0D1
(227,224,209)
#E8E5DA
(232,229,218)
#EDEAE3
(237,234,227)
#F2EFEC
(242,239,236)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C29B color. Also use rgb(197,194,155) instead hex code.

Text Font Color

.myTextColor { color: #C5C29B; }

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

This text font color is #C5C29B.

Background Color

.myBgColor { background-color: #C5C29B; }

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

This div background color is #C5C29B.

Border color

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

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

This div border color is #C5C29B.

Opacity

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

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

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

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

This text has shadow with #C5C29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C29B.

Preview

Color preview on black background

This text has color #C5C29B on black background.


Color preview on white background

This text has color #C5C29B on white background.


Black color preview on #C5C29B background

This text has black color on #C5C29B background.


White color preview on #C5C29B background

This text has white color on #C5C29B background.


Related colors

Complementary color

Complementary color for #hex is #3A3D64.


I love getcolorcode.com

Triadic colors

1 #9BC5C2 and #C29BC5 with #C5C29B are triadic colors.

2 #9BC2C5 and #C2C59B with #C5C29B are triadic colors.