COLOR #C8B892

HEX: #C8B892
RGB: (200,184,146)

Color info

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

RGB color model

#C8B892 color RGB value is (200,184,146).

  • red value is 200;
  • green value is 184;
  • blue value is 146.
RGB:
(200,184,146)
(78%,72%,57%)

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 146 of 255 = 57%

200
184
146

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 146 = 530 (100%)
R 200 of 530 ~ 37.74%
G 184 of 530 ~ 34.72%
B 146 of 530 ~ 27.55%

%37.74
%34.72
%27.55

CMYK color model

#C8B892 color CMYK value is (0,8,27,22).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,8,27,22)
C0M8Y27K22 
(0%,8%,27%,22%)
(0.00/0.08/0.27/0.22)	

CMYK percentages

%0
%8
%27
%21.57

Codes

Color #C8B892 in popluar color models

C8B892
RGB200184146
HSL42°32.93%67.84%
HSB/HSV42°27.00%78.43%
CMYK0.00%8.00%27.00%
21.57%

Color #C8B892 in popluar number systems.

HEXC8B892
Decimal200184146
Binary110010001011100010010010
Octal310270222

Shades and tints

Shades of #C8B892

#C8B892
(200,184,146)
#B6A885
(182,168,133)
#A49878
(164,152,120)
#92886B
(146,136,107)
#80785E
(128,120,94)
#6E6851
(110,104,81)
#5C5844
(92,88,68)
#4A4837
(74,72,55)
#38382A
(56,56,42)
#26281D
(38,40,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #C8B892

#C8B892
(200,184,146)
#CDBE9B
(205,190,155)
#D2C4A4
(210,196,164)
#D7CAAD
(215,202,173)
#DCD0B6
(220,208,182)
#E1D6BF
(225,214,191)
#E6DCC8
(230,220,200)
#EBE2D1
(235,226,209)
#F0E8DA
(240,232,218)
#F5EEE3
(245,238,227)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B892 color. Also use rgb(200,184,146) instead hex code.

Text Font Color

.myTextColor { color: #C8B892; }

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

This text font color is #C8B892.


Background Color

.myBgColor { background-color: #C8B892; }

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

This div background color is #C8B892.


Border color

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

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

This div border color is #C8B892.


Opacity

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

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

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

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

This text has shadow with #C8B892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B892 on black background.


Color preview on white background

This text has color #C8B892 on white background.



Black color preview on #C8B892 background

This text has black color on #C8B892 background.


White color preview on #C8B892 background

This text has white color on #C8B892 background.