COLOR #C4B19D

HEX: #C4B19D
RGB: (196,177,157)

Color info

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

RGB color model

#C4B19D color RGB value is (196,177,157).

  • red value is 196;
  • green value is 177;
  • blue value is 157.
RGB:
(196,177,157)
(77%,69%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 157 of 255 = 62%

196
177
157

R + G + B ~ 69%. #C4B19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 157 = 530 (100%)
R 196 of 530 ~ 36.98%
G 177 of 530 ~ 33.4%
B 157 of 530 ~ 29.62%

%36.98
%33.4
%29.62

CMYK color model

#C4B19D color CMYK value is (0,10,20,23).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 19.90%
  • key color value is 23.14%
CMYK:
(0,10,20,23)
C0M10Y20K23 
(0%,10%,20%,23%)
(0.00/0.10/0.20/0.23)	

CMYK percentages

%0
%9.69
%19.9
%23.14

Codes

Color #C4B19D in popluar color models

C4B19D
RGB196177157
HSL31°24.84%69.22%
HSB/HSV31°19.90%76.86%
CMYK0.00%9.69%19.90%
23.14%

Color #C4B19D in popluar number systems.

HEXC4B19D
Decimal196177157
Binary110001001011000110011101
Octal304261235

Shades and tints

Shades of #C4B19D

#C4B19D
(196,177,157)
#B3A18F
(179,161,143)
#A29181
(162,145,129)
#918173
(145,129,115)
#807165
(128,113,101)
#6F6157
(111,97,87)
#5E5149
(94,81,73)
#4D413B
(77,65,59)
#3C312D
(60,49,45)
#2B211F
(43,33,31)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C4B19D

#C4B19D
(196,177,157)
#C9B8A5
(201,184,165)
#CEBFAD
(206,191,173)
#D3C6B5
(211,198,181)
#D8CDBD
(216,205,189)
#DDD4C5
(221,212,197)
#E2DBCD
(226,219,205)
#E7E2D5
(231,226,213)
#ECE9DD
(236,233,221)
#F1F0E5
(241,240,229)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B19D color. Also use rgb(196,177,157) instead hex code.

Text Font Color

.myTextColor { color: #C4B19D; }

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

This text font color is #C4B19D.


Background Color

.myBgColor { background-color: #C4B19D; }

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

This div background color is #C4B19D.


Border color

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

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

This div border color is #C4B19D.


Opacity

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

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

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

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

This text has shadow with #C4B19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B19D on black background.


Color preview on white background

This text has color #C4B19D on white background.



Black color preview on #C4B19D background

This text has black color on #C4B19D background.


White color preview on #C4B19D background

This text has white color on #C4B19D background.