COLOR #C8C946

HEX: #C8C946 RGB: (200,201,70)

Color info

#C8C946 contains mainly red and green colors. Web safe color of #C8C946 is #CCCC33 (or #CC3).

RGB color model

#C8C946 color RGB value is (200,201,70).

RGB: (200,201,70) (78%, 79%, 27%)

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 70 of 255 = 27%

200
201
70

R + G + B ~ 61%. #C8C946 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 201 + 70 = 471 (100%)
R 200 of 471 ~ 42.46%
G 201 of 471 ~ 42.68%
B 70 of 471 ~ 14.86'%

%42.46
%42.68
%14.86

CMYK color model

#C8C946 color CMYK value is (0,0,65,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 65.17%
  • key color value is 21.18%

CMYK: (0,0,65,21)
C0M0Y65K21 (0%, 0%, 65%, 21%)
(0.00 / 0.00 / 0.65 / 0.21)

CMYK percentages

%0.5
%0
%65.17
%21.18

Codes

Color #C8C946 in popluar color models

C8 C9 46
RGB 200 201 70
HSL 60° 54.81% 53.14%
HSB/HSV 60° 65.17% 78.82%
CMYK 0.50% 0.00% 65.17%
21.18%

Color #C8C946 in popluar number systems.

HEX C8 C9 46
Decimal 200 201 70
Binary 11001000 11001001 1000110
Octal 310 311 106

Shades and tints

Shades of #C8C946

#C8C946
(200,201,70)
#B6B740
(182,183,64)
#A4A53A
(164,165,58)
#929334
(146,147,52)
#80812E
(128,129,46)
#6E6F28
(110,111,40)
#5C5D22
(92,93,34)
#4A4B1C
(74,75,28)
#383916
(56,57,22)
#262710
(38,39,16)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #C8C946

#C8C946
(200,201,70)
#CDCD56
(205,205,86)
#D2D166
(210,209,102)
#D7D576
(215,213,118)
#DCD986
(220,217,134)
#E1DD96
(225,221,150)
#E6E1A6
(230,225,166)
#EBE5B6
(235,229,182)
#F0E9C6
(240,233,198)
#F5EDD6
(245,237,214)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C946 color. Also use rgb(200,201,70) instead hex code.

Text Font Color

.myTextColor { color: #C8C946; }

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

This text font color is #C8C946.

Background Color

.myBgColor { background-color: #C8C946; }

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

This div background color is #C8C946.

Border color

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

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

This div border color is #C8C946.

Opacity

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

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

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

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

This text has shadow with #C8C946 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C946.

Preview

Color preview on black background

This text has color #C8C946 on black background.


Color preview on white background

This text has color #C8C946 on white background.


Black color preview on #C8C946 background

This text has black color on #C8C946 background.


White color preview on #C8C946 background

This text has white color on #C8C946 background.


Related colors

Complementary color

Complementary color for #hex is #3736B9.


I love getcolorcode.com

Triadic colors

1 #46C8C9 and #C946C8 with #C8C946 are triadic colors.

2 #46C9C8 and #C9C846 with #C8C946 are triadic colors.