COLOR #C4B699

HEX: #C4B699 RGB: (196,182,153)

Color info

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

RGB color model

#C4B699 color RGB value is (196,182,153).

RGB: (196,182,153) (77%, 71%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 153 of 255 = 60%

196
182
153

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

Portions of RGB colors in percentages

R + G + B = 196 + 182 + 153 = 531 (100%)
R 196 of 531 ~ 36.91%
G 182 of 531 ~ 34.27%
B 153 of 531 ~ 28.81'%

%36.91
%34.27
%28.81

CMYK color model

#C4B699 color CMYK value is (0,7,22,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 21.94%
  • key color value is 23.14%

CMYK: (0,7,22,23)
C0M7Y22K23 (0%, 7%, 22%, 23%)
(0.00 / 0.07 / 0.22 / 0.23)

CMYK percentages

%0
%7.14
%21.94
%23.14

Codes

Color #C4B699 in popluar color models

C4 B6 99
RGB 196 182 153
HSL 40° 26.71% 68.43%
HSB/HSV 40° 21.94% 76.86%
CMYK 0.00% 7.14% 21.94%
23.14%

Color #C4B699 in popluar number systems.

HEX C4 B6 99
Decimal 196 182 153
Binary 11000100 10110110 10011001
Octal 304 266 231

Shades and tints

Shades of #C4B699

#C4B699
(196,182,153)
#B3A68C
(179,166,140)
#A2967F
(162,150,127)
#918672
(145,134,114)
#807665
(128,118,101)
#6F6658
(111,102,88)
#5E564B
(94,86,75)
#4D463E
(77,70,62)
#3C3631
(60,54,49)
#2B2624
(43,38,36)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4B699

#C4B699
(196,182,153)
#C9BCA2
(201,188,162)
#CEC2AB
(206,194,171)
#D3C8B4
(211,200,180)
#D8CEBD
(216,206,189)
#DDD4C6
(221,212,198)
#E2DACF
(226,218,207)
#E7E0D8
(231,224,216)
#ECE6E1
(236,230,225)
#F1ECEA
(241,236,234)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B699 color. Also use rgb(196,182,153) instead hex code.

Text Font Color

.myTextColor { color: #C4B699; }

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

This text font color is #C4B699.

Background Color

.myBgColor { background-color: #C4B699; }

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

This div background color is #C4B699.

Border color

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

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

This div border color is #C4B699.

Opacity

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

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

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

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

This text has shadow with #C4B699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B699.

Preview

Color preview on black background

This text has color #C4B699 on black background.


Color preview on white background

This text has color #C4B699 on white background.


Black color preview on #C4B699 background

This text has black color on #C4B699 background.


White color preview on #C4B699 background

This text has white color on #C4B699 background.


Related colors

Complementary color

Complementary color for #hex is #3B4966.


I love getcolorcode.com

Triadic colors

1 #99C4B6 and #B699C4 with #C4B699 are triadic colors.

2 #99B6C4 and #B6C499 with #C4B699 are triadic colors.