COLOR #C8B294

HEX: #C8B294
RGB: (200,178,148)

Color info

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

RGB color model

#C8B294 color RGB value is (200,178,148).

  • red value is 200;
  • green value is 178;
  • blue value is 148.
RGB:
(200,178,148)
(78%,70%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 148 of 255 = 58%

200
178
148

R + G + B ~ 69%. #C8B294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 178 + 148 = 526 (100%)
R 200 of 526 ~ 38.02%
G 178 of 526 ~ 33.84%
B 148 of 526 ~ 28.14%

%38.02
%33.84
%28.14

CMYK color model

#C8B294 color CMYK value is (0,11,26,22).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 26.00%
  • key color value is 21.57%
CMYK:
(0,11,26,22)
C0M11Y26K22 
(0%,11%,26%,22%)
(0.00/0.11/0.26/0.22)	

CMYK percentages

%0
%11
%26
%21.57

Codes

Color #C8B294 in popluar color models

C8B294
RGB200178148
HSL35°32.10%68.24%
HSB/HSV35°26.00%78.43%
CMYK0.00%11.00%26.00%
21.57%

Color #C8B294 in popluar number systems.

HEXC8B294
Decimal200178148
Binary110010001011001010010100
Octal310262224

Shades and tints

Shades of #C8B294

#C8B294
(200,178,148)
#B6A287
(182,162,135)
#A4927A
(164,146,122)
#92826D
(146,130,109)
#807260
(128,114,96)
#6E6253
(110,98,83)
#5C5246
(92,82,70)
#4A4239
(74,66,57)
#38322C
(56,50,44)
#26221F
(38,34,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #C8B294

#C8B294
(200,178,148)
#CDB99D
(205,185,157)
#D2C0A6
(210,192,166)
#D7C7AF
(215,199,175)
#DCCEB8
(220,206,184)
#E1D5C1
(225,213,193)
#E6DCCA
(230,220,202)
#EBE3D3
(235,227,211)
#F0EADC
(240,234,220)
#F5F1E5
(245,241,229)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B294 color. Also use rgb(200,178,148) instead hex code.

Text Font Color

.myTextColor { color: #C8B294; }

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

This text font color is #C8B294.


Background Color

.myBgColor { background-color: #C8B294; }

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

This div background color is #C8B294.


Border color

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

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

This div border color is #C8B294.


Opacity

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

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

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

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

This text has shadow with #C8B294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B294 on black background.


Color preview on white background

This text has color #C8B294 on white background.



Black color preview on #C8B294 background

This text has black color on #C8B294 background.


White color preview on #C8B294 background

This text has white color on #C8B294 background.