COLOR #C8B19D

HEX: #C8B19D RGB: (200,177,157)

Color info

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

RGB color model

#C8B19D color RGB value is (200,177,157).

RGB: (200,177,157) (78%, 69%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 157 of 255 = 62%

200
177
157

R + G + B ~ 70%. #C8B19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 177 + 157 = 534 (100%)
R 200 of 534 ~ 37.45%
G 177 of 534 ~ 33.15%
B 157 of 534 ~ 29.4'%

%37.45
%33.15
%29.4

CMYK color model

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

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

CMYK: (0,12,22,22)
C0M12Y22K22 (0%, 12%, 22%, 22%)
(0.00 / 0.12 / 0.22 / 0.22)

CMYK percentages

%0
%11.5
%21.5
%21.57

Codes

Color #C8B19D in popluar color models

C8 B1 9D
RGB 200 177 157
HSL 28° 28.10% 70.00%
HSB/HSV 28° 21.50% 78.43%
CMYK 0.00% 11.50% 21.50%
21.57%

Color #C8B19D in popluar number systems.

HEX C8 B1 9D
Decimal 200 177 157
Binary 11001000 10110001 10011101
Octal 310 261 235

Shades and tints

Shades of #C8B19D

#C8B19D
(200,177,157)
#B6A18F
(182,161,143)
#A49181
(164,145,129)
#928173
(146,129,115)
#807165
(128,113,101)
#6E6157
(110,97,87)
#5C5149
(92,81,73)
#4A413B
(74,65,59)
#38312D
(56,49,45)
#26211F
(38,33,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C8B19D

#C8B19D
(200,177,157)
#CDB8A5
(205,184,165)
#D2BFAD
(210,191,173)
#D7C6B5
(215,198,181)
#DCCDBD
(220,205,189)
#E1D4C5
(225,212,197)
#E6DBCD
(230,219,205)
#EBE2D5
(235,226,213)
#F0E9DD
(240,233,221)
#F5F0E5
(245,240,229)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B19D; }

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

This text font color is #C8B19D.

Background Color

.myBgColor { background-color: #C8B19D; }

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

This div background color is #C8B19D.

Border color

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

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

This div border color is #C8B19D.

Opacity

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

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

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

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

This text has shadow with #C8B19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B19D.

Preview

Color preview on black background

This text has color #C8B19D on black background.


Color preview on white background

This text has color #C8B19D on white background.


Black color preview on #C8B19D background

This text has black color on #C8B19D background.


White color preview on #C8B19D background

This text has white color on #C8B19D background.


Related colors

Complementary color

Complementary color for #hex is #374E62.


I love getcolorcode.com

Triadic colors

1 #9DC8B1 and #B19DC8 with #C8B19D are triadic colors.

2 #9DB1C8 and #B1C89D with #C8B19D are triadic colors.