COLOR #C8B18D

HEX: #C8B18D
RGB: (200,177,141)

Color info

#C8B18D contains red, green and blue colors in about the same proportion. Web safe color of #C8B18D is #CC9999 (or #C99).

RGB color model

#C8B18D color RGB value is (200,177,141).

  • red value is 200;
  • green value is 177;
  • blue value is 141.
RGB:
(200,177,141)
(78%,69%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 141 of 255 = 55%

200
177
141

R + G + B ~ 67%. #C8B18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 177 + 141 = 518 (100%)
R 200 of 518 ~ 38.61%
G 177 of 518 ~ 34.17%
B 141 of 518 ~ 27.22%

%38.61
%34.17
%27.22

CMYK color model

#C8B18D color CMYK value is (0,12,30,22).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(0,12,30,22)
C0M12Y30K22 
(0%,12%,30%,22%)
(0.00/0.12/0.30/0.22)	

CMYK percentages

%0
%11.5
%29.5
%21.57

Codes

Color #C8B18D in popluar color models

C8B18D
RGB200177141
HSL37°34.91%66.86%
HSB/HSV37°29.50%78.43%
CMYK0.00%11.50%29.50%
21.57%

Color #C8B18D in popluar number systems.

HEXC8B18D
Decimal200177141
Binary110010001011000110001101
Octal310261215

Shades and tints

Shades of #C8B18D

#C8B18D
(200,177,141)
#B6A181
(182,161,129)
#A49175
(164,145,117)
#928169
(146,129,105)
#80715D
(128,113,93)
#6E6151
(110,97,81)
#5C5145
(92,81,69)
#4A4139
(74,65,57)
#38312D
(56,49,45)
#262121
(38,33,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C8B18D

#C8B18D
(200,177,141)
#CDB897
(205,184,151)
#D2BFA1
(210,191,161)
#D7C6AB
(215,198,171)
#DCCDB5
(220,205,181)
#E1D4BF
(225,212,191)
#E6DBC9
(230,219,201)
#EBE2D3
(235,226,211)
#F0E9DD
(240,233,221)
#F5F0E7
(245,240,231)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B18D color. Also use rgb(200,177,141) instead hex code.

Text Font Color

.myTextColor { color: #C8B18D; }

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

This text font color is #C8B18D.


Background Color

.myBgColor { background-color: #C8B18D; }

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

This div background color is #C8B18D.


Border color

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

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

This div border color is #C8B18D.


Opacity

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

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

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

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

This text has shadow with #C8B18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B18D on black background.


Color preview on white background

This text has color #C8B18D on white background.



Black color preview on #C8B18D background

This text has black color on #C8B18D background.


White color preview on #C8B18D background

This text has white color on #C8B18D background.