COLOR #C4B17B

HEX: #C4B17B RGB: (196,177,123)

Color info

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

RGB color model

#C4B17B color RGB value is (196,177,123).

RGB: (196,177,123) (77%, 69%, 48%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 123 of 255 = 48%

196
177
123

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

Portions of RGB colors in percentages

R + G + B = 196 + 177 + 123 = 496 (100%)
R 196 of 496 ~ 39.52%
G 177 of 496 ~ 35.69%
B 123 of 496 ~ 24.8'%

%39.52
%35.69
%24.8

CMYK color model

#C4B17B color CMYK value is (0,10,37,23).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 37.24%
  • key color value is 23.14%

CMYK: (0,10,37,23)
C0M10Y37K23 (0%, 10%, 37%, 23%)
(0.00 / 0.10 / 0.37 / 0.23)

CMYK percentages

%0
%9.69
%37.24
%23.14

Codes

Color #C4B17B in popluar color models

C4 B1 7B
RGB 196 177 123
HSL 44° 38.22% 62.55%
HSB/HSV 44° 37.24% 76.86%
CMYK 0.00% 9.69% 37.24%
23.14%

Color #C4B17B in popluar number systems.

HEX C4 B1 7B
Decimal 196 177 123
Binary 11000100 10110001 1111011
Octal 304 261 173

Shades and tints

Shades of #C4B17B

#C4B17B
(196,177,123)
#B3A170
(179,161,112)
#A29165
(162,145,101)
#91815A
(145,129,90)
#80714F
(128,113,79)
#6F6144
(111,97,68)
#5E5139
(94,81,57)
#4D412E
(77,65,46)
#3C3123
(60,49,35)
#2B2118
(43,33,24)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #C4B17B

#C4B17B
(196,177,123)
#C9B887
(201,184,135)
#CEBF93
(206,191,147)
#D3C69F
(211,198,159)
#D8CDAB
(216,205,171)
#DDD4B7
(221,212,183)
#E2DBC3
(226,219,195)
#E7E2CF
(231,226,207)
#ECE9DB
(236,233,219)
#F1F0E7
(241,240,231)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B17B; }

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

This text font color is #C4B17B.

Background Color

.myBgColor { background-color: #C4B17B; }

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

This div background color is #C4B17B.

Border color

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

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

This div border color is #C4B17B.

Opacity

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

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

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

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

This text has shadow with #C4B17B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B17B.

Preview

Color preview on black background

This text has color #C4B17B on black background.


Color preview on white background

This text has color #C4B17B on white background.


Black color preview on #C4B17B background

This text has black color on #C4B17B background.


White color preview on #C4B17B background

This text has white color on #C4B17B background.


Related colors

Complementary color

Complementary color for #hex is #3B4E84.


I love getcolorcode.com

Triadic colors

1 #7BC4B1 and #B17BC4 with #C4B17B are triadic colors.

2 #7BB1C4 and #B1C47B with #C4B17B are triadic colors.