COLOR #C4B392

HEX: #C4B392
RGB: (196,179,146)

Color info

#C4B392 contains red, green and blue colors in about the same proportion. Web safe color of #C4B392 is #CC9999 (or #C99).

RGB color model

#C4B392 color RGB value is (196,179,146).

  • red value is 196;
  • green value is 179;
  • blue value is 146.
RGB:
(196,179,146)
(77%,70%,57%)

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 146 of 255 = 57%

196
179
146

R + G + B ~ 68%. #C4B392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 146 = 521 (100%)
R 196 of 521 ~ 37.62%
G 179 of 521 ~ 34.36%
B 146 of 521 ~ 28.02%

%37.62
%34.36
%28.02

CMYK color model

#C4B392 color CMYK value is (0,9,26,23).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK:
(0,9,26,23)
C0M9Y26K23 
(0%,9%,26%,23%)
(0.00/0.09/0.26/0.23)	

CMYK percentages

%0
%8.67
%25.51
%23.14

Codes

Color #C4B392 in popluar color models

C4B392
RGB196179146
HSL40°29.76%67.06%
HSB/HSV40°25.51%76.86%
CMYK0.00%8.67%25.51%
23.14%

Color #C4B392 in popluar number systems.

HEXC4B392
Decimal196179146
Binary110001001011001110010010
Octal304263222

Shades and tints

Shades of #C4B392

#C4B392
(196,179,146)
#B3A385
(179,163,133)
#A29378
(162,147,120)
#91836B
(145,131,107)
#80735E
(128,115,94)
#6F6351
(111,99,81)
#5E5344
(94,83,68)
#4D4337
(77,67,55)
#3C332A
(60,51,42)
#2B231D
(43,35,29)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C4B392

#C4B392
(196,179,146)
#C9B99B
(201,185,155)
#CEBFA4
(206,191,164)
#D3C5AD
(211,197,173)
#D8CBB6
(216,203,182)
#DDD1BF
(221,209,191)
#E2D7C8
(226,215,200)
#E7DDD1
(231,221,209)
#ECE3DA
(236,227,218)
#F1E9E3
(241,233,227)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B392 color. Also use rgb(196,179,146) instead hex code.

Text Font Color

.myTextColor { color: #C4B392; }

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

This text font color is #C4B392.


Background Color

.myBgColor { background-color: #C4B392; }

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

This div background color is #C4B392.


Border color

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

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

This div border color is #C4B392.


Opacity

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

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

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

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

This text has shadow with #C4B392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B392 on black background.


Color preview on white background

This text has color #C4B392 on white background.



Black color preview on #C4B392 background

This text has black color on #C4B392 background.


White color preview on #C4B392 background

This text has white color on #C4B392 background.