COLOR #C8C48E

HEX: #C8C48E
RGB: (200,196,142)

Color info

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

RGB color model

#C8C48E color RGB value is (200,196,142).

  • red value is 200;
  • green value is 196;
  • blue value is 142.
RGB:
(200,196,142)
(78%,77%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 196 of 255 = 77%
B 142 of 255 = 56%

200
196
142

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

Portions of RGB colors in percentages

R + G + B =
200 + 196 + 142 = 538 (100%)
R 200 of 538 ~ 37.17%
G 196 of 538 ~ 36.43%
B 142 of 538 ~ 26.39%

%37.17
%36.43
%26.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(0,2,29,22)
C0M2Y29K22 
(0%,2%,29%,22%)
(0.00/0.02/0.29/0.22)	

CMYK percentages

%0
%2
%29
%21.57

Codes

Color #C8C48E in popluar color models

C8C48E
RGB200196142
HSL56°34.52%67.06%
HSB/HSV56°29.00%78.43%
CMYK0.00%2.00%29.00%
21.57%

Color #C8C48E in popluar number systems.

HEXC8C48E
Decimal200196142
Binary110010001100010010001110
Octal310304216

Shades and tints

Shades of #C8C48E

#C8C48E
(200,196,142)
#B6B382
(182,179,130)
#A4A276
(164,162,118)
#92916A
(146,145,106)
#80805E
(128,128,94)
#6E6F52
(110,111,82)
#5C5E46
(92,94,70)
#4A4D3A
(74,77,58)
#383C2E
(56,60,46)
#262B22
(38,43,34)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #C8C48E

#C8C48E
(200,196,142)
#CDC998
(205,201,152)
#D2CEA2
(210,206,162)
#D7D3AC
(215,211,172)
#DCD8B6
(220,216,182)
#E1DDC0
(225,221,192)
#E6E2CA
(230,226,202)
#EBE7D4
(235,231,212)
#F0ECDE
(240,236,222)
#F5F1E8
(245,241,232)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C48E; }

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

This text font color is #C8C48E.


Background Color

.myBgColor { background-color: #C8C48E; }

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

This div background color is #C8C48E.


Border color

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

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

This div border color is #C8C48E.


Opacity

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

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

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

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

This text has shadow with #C8C48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C48E on black background.


Color preview on white background

This text has color #C8C48E on white background.



Black color preview on #C8C48E background

This text has black color on #C8C48E background.


White color preview on #C8C48E background

This text has white color on #C8C48E background.