COLOR #C8B291

HEX: #C8B291
RGB: (200,178,145)

Color info

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

RGB color model

#C8B291 color RGB value is (200,178,145).

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

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 145 of 255 = 57%

200
178
145

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

Portions of RGB colors in percentages

R + G + B =
200 + 178 + 145 = 523 (100%)
R 200 of 523 ~ 38.24%
G 178 of 523 ~ 34.03%
B 145 of 523 ~ 27.72%

%38.24
%34.03
%27.72

CMYK color model

#C8B291 color CMYK value is (0,11,28,22).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK:
(0,11,28,22)
C0M11Y28K22 
(0%,11%,28%,22%)
(0.00/0.11/0.28/0.22)	

CMYK percentages

%0
%11
%27.5
%21.57

Codes

Color #C8B291 in popluar color models

C8B291
RGB200178145
HSL36°33.33%67.65%
HSB/HSV36°27.50%78.43%
CMYK0.00%11.00%27.50%
21.57%

Color #C8B291 in popluar number systems.

HEXC8B291
Decimal200178145
Binary110010001011001010010001
Octal310262221

Shades and tints

Shades of #C8B291

#C8B291
(200,178,145)
#B6A284
(182,162,132)
#A49277
(164,146,119)
#92826A
(146,130,106)
#80725D
(128,114,93)
#6E6250
(110,98,80)
#5C5243
(92,82,67)
#4A4236
(74,66,54)
#383229
(56,50,41)
#26221C
(38,34,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #C8B291

#C8B291
(200,178,145)
#CDB99B
(205,185,155)
#D2C0A5
(210,192,165)
#D7C7AF
(215,199,175)
#DCCEB9
(220,206,185)
#E1D5C3
(225,213,195)
#E6DCCD
(230,220,205)
#EBE3D7
(235,227,215)
#F0EAE1
(240,234,225)
#F5F1EB
(245,241,235)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B291; }

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

This text font color is #C8B291.


Background Color

.myBgColor { background-color: #C8B291; }

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

This div background color is #C8B291.


Border color

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

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

This div border color is #C8B291.


Opacity

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

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

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

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

This text has shadow with #C8B291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B291 on black background.


Color preview on white background

This text has color #C8B291 on white background.



Black color preview on #C8B291 background

This text has black color on #C8B291 background.


White color preview on #C8B291 background

This text has white color on #C8B291 background.