COLOR #C8C49C

HEX: #C8C49C RGB: (200,196,156)

Color info

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

RGB color model

#C8C49C color RGB value is (200,196,156).

RGB: (200,196,156) (78%, 77%, 61%)

RGB channels and saturation

R 200 of 255 = 78%
G 196 of 255 = 77%
B 156 of 255 = 61%

200
196
156

R + G + B ~ 72%. #C8C49C is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 196 + 156 = 552 (100%)
R 200 of 552 ~ 36.23%
G 196 of 552 ~ 35.51%
B 156 of 552 ~ 28.26'%

%36.23
%35.51
%28.26

CMYK color model

#C8C49C color CMYK value is (0,2,22,22).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 22.00%
  • key color value is 21.57%

CMYK: (0,2,22,22)
C0M2Y22K22 (0%, 2%, 22%, 22%)
(0.00 / 0.02 / 0.22 / 0.22)

CMYK percentages

%0
%2
%22
%21.57

Codes

Color #C8C49C in popluar color models

C8 C4 9C
RGB 200 196 156
HSL 55° 28.57% 69.80%
HSB/HSV 55° 22.00% 78.43%
CMYK 0.00% 2.00% 22.00%
21.57%

Color #C8C49C in popluar number systems.

HEX C8 C4 9C
Decimal 200 196 156
Binary 11001000 11000100 10011100
Octal 310 304 234

Shades and tints

Shades of #C8C49C

#C8C49C
(200,196,156)
#B6B38E
(182,179,142)
#A4A280
(164,162,128)
#929172
(146,145,114)
#808064
(128,128,100)
#6E6F56
(110,111,86)
#5C5E48
(92,94,72)
#4A4D3A
(74,77,58)
#383C2C
(56,60,44)
#262B1E
(38,43,30)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #C8C49C

#C8C49C
(200,196,156)
#CDC9A5
(205,201,165)
#D2CEAE
(210,206,174)
#D7D3B7
(215,211,183)
#DCD8C0
(220,216,192)
#E1DDC9
(225,221,201)
#E6E2D2
(230,226,210)
#EBE7DB
(235,231,219)
#F0ECE4
(240,236,228)
#F5F1ED
(245,241,237)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C49C; }

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

This text font color is #C8C49C.

Background Color

.myBgColor { background-color: #C8C49C; }

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

This div background color is #C8C49C.

Border color

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

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

This div border color is #C8C49C.

Opacity

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

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

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

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

This text has shadow with #C8C49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C49C.

Preview

Color preview on black background

This text has color #C8C49C on black background.


Color preview on white background

This text has color #C8C49C on white background.


Black color preview on #C8C49C background

This text has black color on #C8C49C background.


White color preview on #C8C49C background

This text has white color on #C8C49C background.


Related colors

Complementary color

Complementary color for #hex is #373B63.


I love getcolorcode.com

Triadic colors

1 #9CC8C4 and #C49CC8 with #C8C49C are triadic colors.

2 #9CC4C8 and #C4C89C with #C8C49C are triadic colors.