COLOR #C4B793

HEX: #C4B793
RGB: (196,183,147)

Color info

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

RGB color model

#C4B793 color RGB value is (196,183,147).

  • red value is 196;
  • green value is 183;
  • blue value is 147.
RGB:
(196,183,147)
(77%,72%,58%)

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 147 of 255 = 58%

196
183
147

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

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 147 = 526 (100%)
R 196 of 526 ~ 37.26%
G 183 of 526 ~ 34.79%
B 147 of 526 ~ 27.95%

%37.26
%34.79
%27.95

CMYK color model

#C4B793 color CMYK value is (0,7,25,23).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 25.00%
  • key color value is 23.14%
CMYK:
(0,7,25,23)
C0M7Y25K23 
(0%,7%,25%,23%)
(0.00/0.07/0.25/0.23)	

CMYK percentages

%0
%6.63
%25
%23.14

Codes

Color #C4B793 in popluar color models

C4B793
RGB196183147
HSL44°29.34%67.25%
HSB/HSV44°25.00%76.86%
CMYK0.00%6.63%25.00%
23.14%

Color #C4B793 in popluar number systems.

HEXC4B793
Decimal196183147
Binary110001001011011110010011
Octal304267223

Shades and tints

Shades of #C4B793

#C4B793
(196,183,147)
#B3A786
(179,167,134)
#A29779
(162,151,121)
#91876C
(145,135,108)
#80775F
(128,119,95)
#6F6752
(111,103,82)
#5E5745
(94,87,69)
#4D4738
(77,71,56)
#3C372B
(60,55,43)
#2B271E
(43,39,30)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4B793

#C4B793
(196,183,147)
#C9BD9C
(201,189,156)
#CEC3A5
(206,195,165)
#D3C9AE
(211,201,174)
#D8CFB7
(216,207,183)
#DDD5C0
(221,213,192)
#E2DBC9
(226,219,201)
#E7E1D2
(231,225,210)
#ECE7DB
(236,231,219)
#F1EDE4
(241,237,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B793 color. Also use rgb(196,183,147) instead hex code.

Text Font Color

.myTextColor { color: #C4B793; }

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

This text font color is #C4B793.


Background Color

.myBgColor { background-color: #C4B793; }

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

This div background color is #C4B793.


Border color

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

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

This div border color is #C4B793.


Opacity

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

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

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

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

This text has shadow with #C4B793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B793 on black background.


Color preview on white background

This text has color #C4B793 on white background.



Black color preview on #C4B793 background

This text has black color on #C4B793 background.


White color preview on #C4B793 background

This text has white color on #C4B793 background.