COLOR #C8C17C

HEX: #C8C17C
RGB: (200,193,124)

Color info

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

RGB color model

#C8C17C color RGB value is (200,193,124).

  • red value is 200;
  • green value is 193;
  • blue value is 124.
RGB:
(200,193,124)
(78%,76%,49%)

RGB channels and saturation

R 200 of 255 = 78%
G 193 of 255 = 76%
B 124 of 255 = 49%

200
193
124

R + G + B ~ 68%. #C8C17C is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 193 + 124 = 517 (100%)
R 200 of 517 ~ 38.68%
G 193 of 517 ~ 37.33%
B 124 of 517 ~ 23.98%

%38.68
%37.33
%23.98

CMYK color model

#C8C17C color CMYK value is (0,4,38,22).

  • cyan value is 0.00%
  • magenta value is 3.50%
  • yellow value is 38.00%
  • key color value is 21.57%
CMYK:
(0,4,38,22)
C0M4Y38K22 
(0%,4%,38%,22%)
(0.00/0.04/0.38/0.22)	

CMYK percentages

%0
%3.5
%38
%21.57

Codes

Color #C8C17C in popluar color models

C8C17C
RGB200193124
HSL54°40.86%63.53%
HSB/HSV54°38.00%78.43%
CMYK0.00%3.50%38.00%
21.57%

Color #C8C17C in popluar number systems.

HEXC8C17C
Decimal200193124
Binary11001000110000011111100
Octal310301174

Shades and tints

Shades of #C8C17C

#C8C17C
(200,193,124)
#B6B071
(182,176,113)
#A49F66
(164,159,102)
#928E5B
(146,142,91)
#807D50
(128,125,80)
#6E6C45
(110,108,69)
#5C5B3A
(92,91,58)
#4A4A2F
(74,74,47)
#383924
(56,57,36)
#262819
(38,40,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #C8C17C

#C8C17C
(200,193,124)
#CDC687
(205,198,135)
#D2CB92
(210,203,146)
#D7D09D
(215,208,157)
#DCD5A8
(220,213,168)
#E1DAB3
(225,218,179)
#E6DFBE
(230,223,190)
#EBE4C9
(235,228,201)
#F0E9D4
(240,233,212)
#F5EEDF
(245,238,223)
#FAF3EA
(250,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C17C; }

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

This text font color is #C8C17C.


Background Color

.myBgColor { background-color: #C8C17C; }

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

This div background color is #C8C17C.


Border color

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

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

This div border color is #C8C17C.


Opacity

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

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

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

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

This text has shadow with #C8C17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C17C on black background.


Color preview on white background

This text has color #C8C17C on white background.



Black color preview on #C8C17C background

This text has black color on #C8C17C background.


White color preview on #C8C17C background

This text has white color on #C8C17C background.