COLOR #C8B1A1

HEX: #C8B1A1
RGB: (200,177,161)

Color info

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

RGB color model

#C8B1A1 color RGB value is (200,177,161).

  • red value is 200;
  • green value is 177;
  • blue value is 161.
RGB:
(200,177,161)
(78%,69%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 161 of 255 = 63%

200
177
161

R + G + B ~ 70%. #C8B1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 177 + 161 = 538 (100%)
R 200 of 538 ~ 37.17%
G 177 of 538 ~ 32.9%
B 161 of 538 ~ 29.93%

%37.17
%32.9
%29.93

CMYK color model

#C8B1A1 color CMYK value is (0,12,20,22).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 19.50%
  • key color value is 21.57%
CMYK:
(0,12,20,22)
C0M12Y20K22 
(0%,12%,20%,22%)
(0.00/0.12/0.20/0.22)	

CMYK percentages

%0
%11.5
%19.5
%21.57

Codes

Color #C8B1A1 in popluar color models

C8B1A1
RGB200177161
HSL25°26.17%70.78%
HSB/HSV25°19.50%78.43%
CMYK0.00%11.50%19.50%
21.57%

Color #C8B1A1 in popluar number systems.

HEXC8B1A1
Decimal200177161
Binary110010001011000110100001
Octal310261241

Shades and tints

Shades of #C8B1A1

#C8B1A1
(200,177,161)
#B6A193
(182,161,147)
#A49185
(164,145,133)
#928177
(146,129,119)
#807169
(128,113,105)
#6E615B
(110,97,91)
#5C514D
(92,81,77)
#4A413F
(74,65,63)
#383131
(56,49,49)
#262123
(38,33,35)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C8B1A1

#C8B1A1
(200,177,161)
#CDB8A9
(205,184,169)
#D2BFB1
(210,191,177)
#D7C6B9
(215,198,185)
#DCCDC1
(220,205,193)
#E1D4C9
(225,212,201)
#E6DBD1
(230,219,209)
#EBE2D9
(235,226,217)
#F0E9E1
(240,233,225)
#F5F0E9
(245,240,233)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B1A1 color. Also use rgb(200,177,161) instead hex code.

Text Font Color

.myTextColor { color: #C8B1A1; }

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

This text font color is #C8B1A1.


Background Color

.myBgColor { background-color: #C8B1A1; }

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

This div background color is #C8B1A1.


Border color

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

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

This div border color is #C8B1A1.


Opacity

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

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

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

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

This text has shadow with #C8B1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B1A1 on black background.


Color preview on white background

This text has color #C8B1A1 on white background.



Black color preview on #C8B1A1 background

This text has black color on #C8B1A1 background.


White color preview on #C8B1A1 background

This text has white color on #C8B1A1 background.