COLOR #C8B193

HEX: #C8B193
RGB: (200,177,147)

Color info

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

RGB color model

#C8B193 color RGB value is (200,177,147).

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

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 147 of 255 = 58%

200
177
147

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

Portions of RGB colors in percentages

R + G + B =
200 + 177 + 147 = 524 (100%)
R 200 of 524 ~ 38.17%
G 177 of 524 ~ 33.78%
B 147 of 524 ~ 28.05%

%38.17
%33.78
%28.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK: (0,12,27,22) C0M12Y27K22 (0%,12%,27%,22%) (0.00/0.12/0.27/0.22)

CMYK percentages

%0
%11.5
%26.5
%21.57

Codes

Color #C8B193 in popluar color models

C8B193
RGB200177147
HSL34°32.52%68.04%
HSB/HSV34°26.50%78.43%
CMYK0.00%11.50%26.50%
21.57%

Color #C8B193 in popluar number systems.

HEXC8B193
Decimal200177147
Binary110010001011000110010011
Octal310261223

Shades and tints

Shades of #C8B193

#C8B193
(200,177,147)
#B6A186
(182,161,134)
#A49179
(164,145,121)
#92816C
(146,129,108)
#80715F
(128,113,95)
#6E6152
(110,97,82)
#5C5145
(92,81,69)
#4A4138
(74,65,56)
#38312B
(56,49,43)
#26211E
(38,33,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C8B193

#C8B193
(200,177,147)
#CDB89C
(205,184,156)
#D2BFA5
(210,191,165)
#D7C6AE
(215,198,174)
#DCCDB7
(220,205,183)
#E1D4C0
(225,212,192)
#E6DBC9
(230,219,201)
#EBE2D2
(235,226,210)
#F0E9DB
(240,233,219)
#F5F0E4
(245,240,228)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B193; }

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

This text font color is #C8B193.


Background Color

.myBgColor { background-color: #C8B193; }

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

This div background color is #C8B193.


Border color

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

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

This div border color is #C8B193.


Opacity

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

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

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

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

This text has shadow with #C8B193 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C8B193 on black background.


Color preview on white background

This text has color #C8B193 on white background.



Black color preview on #C8B193 background

This text has black color on #C8B193 background.


White color preview on #C8B193 background

This text has white color on #C8B193 background.