COLOR #C4B988

HEX: #C4B988 RGB: (196,185,136)

Color info

#C4B988 contains mainly red and green colors. Web safe color of #C4B988 is #CCCC99 (or #CC9).

RGB color model

#C4B988 color RGB value is (196,185,136).

RGB: (196,185,136) (77%, 73%, 53%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 136 of 255 = 53%

196
185
136

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

Portions of RGB colors in percentages

R + G + B = 196 + 185 + 136 = 517 (100%)
R 196 of 517 ~ 37.91%
G 185 of 517 ~ 35.78%
B 136 of 517 ~ 26.31'%

%37.91
%35.78
%26.31

CMYK color model

#C4B988 color CMYK value is (0,6,31,23).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 30.61%
  • key color value is 23.14%

CMYK: (0,6,31,23)
C0M6Y31K23 (0%, 6%, 31%, 23%)
(0.00 / 0.06 / 0.31 / 0.23)

CMYK percentages

%0
%5.61
%30.61
%23.14

Codes

Color #C4B988 in popluar color models

C4 B9 88
RGB 196 185 136
HSL 49° 33.71% 65.10%
HSB/HSV 49° 30.61% 76.86%
CMYK 0.00% 5.61% 30.61%
23.14%

Color #C4B988 in popluar number systems.

HEX C4 B9 88
Decimal 196 185 136
Binary 11000100 10111001 10001000
Octal 304 271 210

Shades and tints

Shades of #C4B988

#C4B988
(196,185,136)
#B3A97C
(179,169,124)
#A29970
(162,153,112)
#918964
(145,137,100)
#807958
(128,121,88)
#6F694C
(111,105,76)
#5E5940
(94,89,64)
#4D4934
(77,73,52)
#3C3928
(60,57,40)
#2B291C
(43,41,28)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #C4B988

#C4B988
(196,185,136)
#C9BF92
(201,191,146)
#CEC59C
(206,197,156)
#D3CBA6
(211,203,166)
#D8D1B0
(216,209,176)
#DDD7BA
(221,215,186)
#E2DDC4
(226,221,196)
#E7E3CE
(231,227,206)
#ECE9D8
(236,233,216)
#F1EFE2
(241,239,226)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B988 color. Also use rgb(196,185,136) instead hex code.

Text Font Color

.myTextColor { color: #C4B988; }

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

This text font color is #C4B988.

Background Color

.myBgColor { background-color: #C4B988; }

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

This div background color is #C4B988.

Border color

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

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

This div border color is #C4B988.

Opacity

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

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

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

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

This text has shadow with #C4B988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B988.

Preview

Color preview on black background

This text has color #C4B988 on black background.


Color preview on white background

This text has color #C4B988 on white background.


Black color preview on #C4B988 background

This text has black color on #C4B988 background.


White color preview on #C4B988 background

This text has white color on #C4B988 background.


Related colors

Complementary color

Complementary color for #hex is #3B4677.


I love getcolorcode.com

Triadic colors

1 #88C4B9 and #B988C4 with #C4B988 are triadic colors.

2 #88B9C4 and #B9C488 with #C4B988 are triadic colors.