COLOR #C29B64

HEX: #C29B64
RGB: (194,155,100)

Color info

#C29B64 contains mainly red and green colors. Web safe color of #C29B64 is #CC9966 (or #C96).

RGB color model

#C29B64 color RGB value is (194,155,100).

  • red value is 194;
  • green value is 155;
  • blue value is 100.
RGB:
(194,155,100)
(76%,61%,39%)

RGB channels and saturation

R 194 of 255 = 76%
G 155 of 255 = 61%
B 100 of 255 = 39%

194
155
100

R + G + B ~ 59%. #C29B64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 155 + 100 = 449 (100%)
R 194 of 449 ~ 43.21%
G 155 of 449 ~ 34.52%
B 100 of 449 ~ 22.27%

%43.21
%34.52
%22.27

CMYK color model

#C29B64 color CMYK value is (0,20,48,24).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 48.45%
  • key color value is 23.92%
CMYK:
(0,20,48,24)
C0M20Y48K24 
(0%,20%,48%,24%)
(0.00/0.20/0.48/0.24)	

CMYK percentages

%0
%20.1
%48.45
%23.92

Codes

Color #C29B64 in popluar color models

C29B64
RGB194155100
HSL35°43.52%57.65%
HSB/HSV35°48.45%76.08%
CMYK0.00%20.10%48.45%
23.92%

Color #C29B64 in popluar number systems.

HEXC29B64
Decimal194155100
Binary11000010100110111100100
Octal302233144

Shades and tints

Shades of #C29B64

#C29B64
(194,155,100)
#B18D5B
(177,141,91)
#A07F52
(160,127,82)
#8F7149
(143,113,73)
#7E6340
(126,99,64)
#6D5537
(109,85,55)
#5C472E
(92,71,46)
#4B3925
(75,57,37)
#3A2B1C
(58,43,28)
#291D13
(41,29,19)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #C29B64

#C29B64
(194,155,100)
#C7A472
(199,164,114)
#CCAD80
(204,173,128)
#D1B68E
(209,182,142)
#D6BF9C
(214,191,156)
#DBC8AA
(219,200,170)
#E0D1B8
(224,209,184)
#E5DAC6
(229,218,198)
#EAE3D4
(234,227,212)
#EFECE2
(239,236,226)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29B64; }

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

This text font color is #C29B64.


Background Color

.myBgColor { background-color: #C29B64; }

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

This div background color is #C29B64.


Border color

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

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

This div border color is #C29B64.


Opacity

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

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

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

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

This text has shadow with #C29B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29B64 on black background.


Color preview on white background

This text has color #C29B64 on white background.



Black color preview on #C29B64 background

This text has black color on #C29B64 background.


White color preview on #C29B64 background

This text has white color on #C29B64 background.