COLOR #C8B491

HEX: #C8B491
RGB: (200,180,145)

Color info

#C8B491 contains red, green and blue colors in about the same proportion. Web safe color of #C8B491 is #CCCC99 (or #CC9).

RGB color model

#C8B491 color RGB value is (200,180,145).

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

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 145 of 255 = 57%

200
180
145

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

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 145 = 525 (100%)
R 200 of 525 ~ 38.1%
G 180 of 525 ~ 34.29%
B 145 of 525 ~ 27.62%

%38.1
%34.29
%27.62

CMYK color model

#C8B491 color CMYK value is (0,10,28,22).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK:
(0,10,28,22)
C0M10Y28K22 
(0%,10%,28%,22%)
(0.00/0.10/0.28/0.22)	

CMYK percentages

%0
%10
%27.5
%21.57

Codes

Color #C8B491 in popluar color models

C8B491
RGB200180145
HSL38°33.33%67.65%
HSB/HSV38°27.50%78.43%
CMYK0.00%10.00%27.50%
21.57%

Color #C8B491 in popluar number systems.

HEXC8B491
Decimal200180145
Binary110010001011010010010001
Octal310264221

Shades and tints

Shades of #C8B491

#C8B491
(200,180,145)
#B6A484
(182,164,132)
#A49477
(164,148,119)
#92846A
(146,132,106)
#80745D
(128,116,93)
#6E6450
(110,100,80)
#5C5443
(92,84,67)
#4A4436
(74,68,54)
#383429
(56,52,41)
#26241C
(38,36,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8B491

#C8B491
(200,180,145)
#CDBA9B
(205,186,155)
#D2C0A5
(210,192,165)
#D7C6AF
(215,198,175)
#DCCCB9
(220,204,185)
#E1D2C3
(225,210,195)
#E6D8CD
(230,216,205)
#EBDED7
(235,222,215)
#F0E4E1
(240,228,225)
#F5EAEB
(245,234,235)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B491; }

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

This text font color is #C8B491.


Background Color

.myBgColor { background-color: #C8B491; }

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

This div background color is #C8B491.


Border color

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

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

This div border color is #C8B491.


Opacity

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

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

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

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

This text has shadow with #C8B491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B491 on black background.


Color preview on white background

This text has color #C8B491 on white background.



Black color preview on #C8B491 background

This text has black color on #C8B491 background.


White color preview on #C8B491 background

This text has white color on #C8B491 background.