COLOR #C8C671

HEX: #C8C671
RGB: (200,198,113)

Color info

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

RGB color model

#C8C671 color RGB value is (200,198,113).

  • red value is 200;
  • green value is 198;
  • blue value is 113.
RGB:
(200,198,113)
(78%,78%,44%)

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 113 of 255 = 44%

200
198
113

R + G + B ~ 67%. #C8C671 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 113 = 511 (100%)
R 200 of 511 ~ 39.14%
G 198 of 511 ~ 38.75%
B 113 of 511 ~ 22.11%

%39.14
%38.75
%22.11

CMYK color model

#C8C671 color CMYK value is (0,1,44,22).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 43.50%
  • key color value is 21.57%
CMYK:
(0,1,44,22)
C0M1Y44K22 
(0%,1%,44%,22%)
(0.00/0.01/0.44/0.22)	

CMYK percentages

%0
%1
%43.5
%21.57

Codes

Color #C8C671 in popluar color models

C8C671
RGB200198113
HSL59°44.16%61.37%
HSB/HSV59°43.50%78.43%
CMYK0.00%1.00%43.50%
21.57%

Color #C8C671 in popluar number systems.

HEXC8C671
Decimal200198113
Binary11001000110001101110001
Octal310306161

Shades and tints

Shades of #C8C671

#C8C671
(200,198,113)
#B6B467
(182,180,103)
#A4A25D
(164,162,93)
#929053
(146,144,83)
#807E49
(128,126,73)
#6E6C3F
(110,108,63)
#5C5A35
(92,90,53)
#4A482B
(74,72,43)
#383621
(56,54,33)
#262417
(38,36,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #C8C671

#C8C671
(200,198,113)
#CDCB7D
(205,203,125)
#D2D089
(210,208,137)
#D7D595
(215,213,149)
#DCDAA1
(220,218,161)
#E1DFAD
(225,223,173)
#E6E4B9
(230,228,185)
#EBE9C5
(235,233,197)
#F0EED1
(240,238,209)
#F5F3DD
(245,243,221)
#FAF8E9
(250,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C671; }

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

This text font color is #C8C671.


Background Color

.myBgColor { background-color: #C8C671; }

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

This div background color is #C8C671.


Border color

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

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

This div border color is #C8C671.


Opacity

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

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

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

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

This text has shadow with #C8C671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C671 on black background.


Color preview on white background

This text has color #C8C671 on white background.



Black color preview on #C8C671 background

This text has black color on #C8C671 background.


White color preview on #C8C671 background

This text has white color on #C8C671 background.