COLOR #C8C891

HEX: #C8C891
RGB: (200,200,145)

Color info

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

RGB color model

#C8C891 color RGB value is (200,200,145).

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

RGB channels and saturation

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

200
200
145

R + G + B ~ 71%. #C8C891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 145 = 545 (100%)
R 200 of 545 ~ 36.7%
G 200 of 545 ~ 36.7%
B 145 of 545 ~ 26.61%

%36.7
%36.7
%26.61

CMYK color model

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

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

CMYK percentages

%0
%0
%27.5
%21.57

Codes

Color #C8C891 in popluar color models

C8C891
RGB200200145
HSL60°33.33%67.65%
HSB/HSV60°27.50%78.43%
CMYK0.00%0.00%27.50%
21.57%

Color #C8C891 in popluar number systems.

HEXC8C891
Decimal200200145
Binary110010001100100010010001
Octal310310221

Shades and tints

Shades of #C8C891

#C8C891
(200,200,145)
#B6B684
(182,182,132)
#A4A477
(164,164,119)
#92926A
(146,146,106)
#80805D
(128,128,93)
#6E6E50
(110,110,80)
#5C5C43
(92,92,67)
#4A4A36
(74,74,54)
#383829
(56,56,41)
#26261C
(38,38,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8C891

#C8C891
(200,200,145)
#CDCD9B
(205,205,155)
#D2D2A5
(210,210,165)
#D7D7AF
(215,215,175)
#DCDCB9
(220,220,185)
#E1E1C3
(225,225,195)
#E6E6CD
(230,230,205)
#EBEBD7
(235,235,215)
#F0F0E1
(240,240,225)
#F5F5EB
(245,245,235)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C891; }

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

This text font color is #C8C891.


Background Color

.myBgColor { background-color: #C8C891; }

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

This div background color is #C8C891.


Border color

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

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

This div border color is #C8C891.


Opacity

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

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

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

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

This text has shadow with #C8C891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C891 on black background.


Color preview on white background

This text has color #C8C891 on white background.



Black color preview on #C8C891 background

This text has black color on #C8C891 background.


White color preview on #C8C891 background

This text has white color on #C8C891 background.