COLOR #C4B775

HEX: #C4B775
RGB: (196,183,117)

Color info

#C4B775 contains mainly red and green colors. Web safe color of #C4B775 is #CCCC66 (or #CC6).

RGB color model

#C4B775 color RGB value is (196,183,117).

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

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 117 of 255 = 46%

196
183
117

R + G + B ~ 65%. #C4B775 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 117 = 496 (100%)
R 196 of 496 ~ 39.52%
G 183 of 496 ~ 36.9%
B 117 of 496 ~ 23.59%

%39.52
%36.9
%23.59

CMYK color model

#C4B775 color CMYK value is (0,7,40,23).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,7,40,23)
C0M7Y40K23 
(0%,7%,40%,23%)
(0.00/0.07/0.40/0.23)	

CMYK percentages

%0
%6.63
%40.31
%23.14

Codes

Color #C4B775 in popluar color models

C4B775
RGB196183117
HSL50°40.10%61.37%
HSB/HSV50°40.31%76.86%
CMYK0.00%6.63%40.31%
23.14%

Color #C4B775 in popluar number systems.

HEXC4B775
Decimal196183117
Binary11000100101101111110101
Octal304267165

Shades and tints

Shades of #C4B775

#C4B775
(196,183,117)
#B3A76B
(179,167,107)
#A29761
(162,151,97)
#918757
(145,135,87)
#80774D
(128,119,77)
#6F6743
(111,103,67)
#5E5739
(94,87,57)
#4D472F
(77,71,47)
#3C3725
(60,55,37)
#2B271B
(43,39,27)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4B775

#C4B775
(196,183,117)
#C9BD81
(201,189,129)
#CEC38D
(206,195,141)
#D3C999
(211,201,153)
#D8CFA5
(216,207,165)
#DDD5B1
(221,213,177)
#E2DBBD
(226,219,189)
#E7E1C9
(231,225,201)
#ECE7D5
(236,231,213)
#F1EDE1
(241,237,225)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B775; }

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

This text font color is #C4B775.


Background Color

.myBgColor { background-color: #C4B775; }

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

This div background color is #C4B775.


Border color

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

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

This div border color is #C4B775.


Opacity

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

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

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

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

This text has shadow with #C4B775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B775 on black background.


Color preview on white background

This text has color #C4B775 on white background.



Black color preview on #C4B775 background

This text has black color on #C4B775 background.


White color preview on #C4B775 background

This text has white color on #C4B775 background.