COLOR #C8B390

HEX: #C8B390
RGB: (200,179,144)

Color info

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

RGB color model

#C8B390 color RGB value is (200,179,144).

  • red value is 200;
  • green value is 179;
  • blue value is 144.
RGB:
(200,179,144)
(78%,70%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 179 of 255 = 70%
B 144 of 255 = 56%

200
179
144

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

Portions of RGB colors in percentages

R + G + B =
200 + 179 + 144 = 523 (100%)
R 200 of 523 ~ 38.24%
G 179 of 523 ~ 34.23%
B 144 of 523 ~ 27.53%

%38.24
%34.23
%27.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 28.00%
  • 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
%10.5
%28
%21.57

Codes

Color #C8B390 in popluar color models

C8B390
RGB200179144
HSL38°33.73%67.45%
HSB/HSV38°28.00%78.43%
CMYK0.00%10.50%28.00%
21.57%

Color #C8B390 in popluar number systems.

HEXC8B390
Decimal200179144
Binary110010001011001110010000
Octal310263220

Shades and tints

Shades of #C8B390

#C8B390
(200,179,144)
#B6A383
(182,163,131)
#A49376
(164,147,118)
#928369
(146,131,105)
#80735C
(128,115,92)
#6E634F
(110,99,79)
#5C5342
(92,83,66)
#4A4335
(74,67,53)
#383328
(56,51,40)
#26231B
(38,35,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #C8B390

#C8B390
(200,179,144)
#CDB99A
(205,185,154)
#D2BFA4
(210,191,164)
#D7C5AE
(215,197,174)
#DCCBB8
(220,203,184)
#E1D1C2
(225,209,194)
#E6D7CC
(230,215,204)
#EBDDD6
(235,221,214)
#F0E3E0
(240,227,224)
#F5E9EA
(245,233,234)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B390 color. Also use rgb(200,179,144) instead hex code.

Text Font Color

.myTextColor { color: #C8B390; }

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

This text font color is #C8B390.


Background Color

.myBgColor { background-color: #C8B390; }

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

This div background color is #C8B390.


Border color

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

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

This div border color is #C8B390.


Opacity

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

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

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

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

This text has shadow with #C8B390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B390 on black background.


Color preview on white background

This text has color #C8B390 on white background.



Black color preview on #C8B390 background

This text has black color on #C8B390 background.


White color preview on #C8B390 background

This text has white color on #C8B390 background.