COLOR #C8B18E

HEX: #C8B18E RGB: (200,177,142)

Color info

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

RGB color model

#C8B18E color RGB value is (200,177,142).

RGB: (200,177,142) (78%, 69%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 142 of 255 = 56%

200
177
142

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

Portions of RGB colors in percentages

R + G + B = 200 + 177 + 142 = 519 (100%)
R 200 of 519 ~ 38.54%
G 177 of 519 ~ 34.1%
B 142 of 519 ~ 27.36'%

%38.54
%34.1
%27.36

CMYK color model

#C8B18E color CMYK value is (0,12,29,22).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 29.00%
  • key color value is 21.57%

CMYK: (0,12,29,22)
C0M12Y29K22 (0%, 12%, 29%, 22%)
(0.00 / 0.12 / 0.29 / 0.22)

CMYK percentages

%0
%11.5
%29
%21.57

Codes

Color #C8B18E in popluar color models

C8 B1 8E
RGB 200 177 142
HSL 36° 34.52% 67.06%
HSB/HSV 36° 29.00% 78.43%
CMYK 0.00% 11.50% 29.00%
21.57%

Color #C8B18E in popluar number systems.

HEX C8 B1 8E
Decimal 200 177 142
Binary 11001000 10110001 10001110
Octal 310 261 216

Shades and tints

Shades of #C8B18E

#C8B18E
(200,177,142)
#B6A182
(182,161,130)
#A49176
(164,145,118)
#92816A
(146,129,106)
#80715E
(128,113,94)
#6E6152
(110,97,82)
#5C5146
(92,81,70)
#4A413A
(74,65,58)
#38312E
(56,49,46)
#262122
(38,33,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #C8B18E

#C8B18E
(200,177,142)
#CDB898
(205,184,152)
#D2BFA2
(210,191,162)
#D7C6AC
(215,198,172)
#DCCDB6
(220,205,182)
#E1D4C0
(225,212,192)
#E6DBCA
(230,219,202)
#EBE2D4
(235,226,212)
#F0E9DE
(240,233,222)
#F5F0E8
(245,240,232)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B18E; }

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

This text font color is #C8B18E.

Background Color

.myBgColor { background-color: #C8B18E; }

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

This div background color is #C8B18E.

Border color

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

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

This div border color is #C8B18E.

Opacity

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

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

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

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

This text has shadow with #C8B18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B18E.

Preview

Color preview on black background

This text has color #C8B18E on black background.


Color preview on white background

This text has color #C8B18E on white background.


Black color preview on #C8B18E background

This text has black color on #C8B18E background.


White color preview on #C8B18E background

This text has white color on #C8B18E background.


Related colors

Complementary color

Complementary color for #hex is #374E71.


I love getcolorcode.com

Triadic colors

1 #8EC8B1 and #B18EC8 with #C8B18E are triadic colors.

2 #8EB1C8 and #B1C88E with #C8B18E are triadic colors.