COLOR #C9B48A

HEX: #C9B48A
RGB: (201,180,138)

Color info

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

RGB color model

#C9B48A color RGB value is (201,180,138).

  • red value is 201;
  • green value is 180;
  • blue value is 138.
RGB:
(201,180,138)
(79%,71%,54%)

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 138 of 255 = 54%

201
180
138

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

Portions of RGB colors in percentages

R + G + B =
201 + 180 + 138 = 519 (100%)
R 201 of 519 ~ 38.73%
G 180 of 519 ~ 34.68%
B 138 of 519 ~ 26.59%

%38.73
%34.68
%26.59

CMYK color model

#C9B48A color CMYK value is (0,10,31,21).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 31.34%
  • key color value is 21.18%
CMYK:
(0,10,31,21)
C0M10Y31K21 
(0%,10%,31%,21%)
(0.00/0.10/0.31/0.21)	

CMYK percentages

%0
%10.45
%31.34
%21.18

Codes

Color #C9B48A in popluar color models

C9B48A
RGB201180138
HSL40°36.84%66.47%
HSB/HSV40°31.34%78.82%
CMYK0.00%10.45%31.34%
21.18%

Color #C9B48A in popluar number systems.

HEXC9B48A
Decimal201180138
Binary110010011011010010001010
Octal311264212

Shades and tints

Shades of #C9B48A

#C9B48A
(201,180,138)
#B7A47E
(183,164,126)
#A59472
(165,148,114)
#938466
(147,132,102)
#81745A
(129,116,90)
#6F644E
(111,100,78)
#5D5442
(93,84,66)
#4B4436
(75,68,54)
#39342A
(57,52,42)
#27241E
(39,36,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C9B48A

#C9B48A
(201,180,138)
#CDBA94
(205,186,148)
#D1C09E
(209,192,158)
#D5C6A8
(213,198,168)
#D9CCB2
(217,204,178)
#DDD2BC
(221,210,188)
#E1D8C6
(225,216,198)
#E5DED0
(229,222,208)
#E9E4DA
(233,228,218)
#EDEAE4
(237,234,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B48A color. Also use rgb(201,180,138) instead hex code.

Text Font Color

.myTextColor { color: #C9B48A; }

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

This text font color is #C9B48A.


Background Color

.myBgColor { background-color: #C9B48A; }

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

This div background color is #C9B48A.


Border color

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

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

This div border color is #C9B48A.


Opacity

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

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

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

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

This text has shadow with #C9B48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B48A on black background.


Color preview on white background

This text has color #C9B48A on white background.



Black color preview on #C9B48A background

This text has black color on #C9B48A background.


White color preview on #C9B48A background

This text has white color on #C9B48A background.