COLOR #C8C469

HEX: #C8C469
RGB: (200,196,105)

Color info

#C8C469 contains mainly red and green colors. Web safe color of #C8C469 is #CCCC66 (or #CC6).

RGB color model

#C8C469 color RGB value is (200,196,105).

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

RGB channels and saturation

R 200 of 255 = 78%
G 196 of 255 = 77%
B 105 of 255 = 41%

200
196
105

R + G + B ~ 65%. #C8C469 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 196 + 105 = 501 (100%)
R 200 of 501 ~ 39.92%
G 196 of 501 ~ 39.12%
B 105 of 501 ~ 20.96%

%39.92
%39.12
%20.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 47.50%
  • key color value is 21.57%
CMYK:
(0,2,48,22)
C0M2Y48K22 
(0%,2%,48%,22%)
(0.00/0.02/0.48/0.22)	

CMYK percentages

%0
%2
%47.5
%21.57

Codes

Color #C8C469 in popluar color models

C8C469
RGB200196105
HSL57°46.34%59.80%
HSB/HSV57°47.50%78.43%
CMYK0.00%2.00%47.50%
21.57%

Color #C8C469 in popluar number systems.

HEXC8C469
Decimal200196105
Binary11001000110001001101001
Octal310304151

Shades and tints

Shades of #C8C469

#C8C469
(200,196,105)
#B6B360
(182,179,96)
#A4A257
(164,162,87)
#92914E
(146,145,78)
#808045
(128,128,69)
#6E6F3C
(110,111,60)
#5C5E33
(92,94,51)
#4A4D2A
(74,77,42)
#383C21
(56,60,33)
#262B18
(38,43,24)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #C8C469

#C8C469
(200,196,105)
#CDC976
(205,201,118)
#D2CE83
(210,206,131)
#D7D390
(215,211,144)
#DCD89D
(220,216,157)
#E1DDAA
(225,221,170)
#E6E2B7
(230,226,183)
#EBE7C4
(235,231,196)
#F0ECD1
(240,236,209)
#F5F1DE
(245,241,222)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C469; }

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

This text font color is #C8C469.


Background Color

.myBgColor { background-color: #C8C469; }

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

This div background color is #C8C469.


Border color

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

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

This div border color is #C8C469.


Opacity

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

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

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

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

This text has shadow with #C8C469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C469 on black background.


Color preview on white background

This text has color #C8C469 on white background.



Black color preview on #C8C469 background

This text has black color on #C8C469 background.


White color preview on #C8C469 background

This text has white color on #C8C469 background.