COLOR #C9C315

HEX: #C9C315 RGB: (201,195,21)

Color info

#C9C315 contains mainly red and green colors. Web safe color of #C9C315 is #CCCC00 (or #CC0).

RGB color model

#C9C315 color RGB value is (201,195,21).

RGB: (201,195,21) (79%, 76%, 8%)

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 21 of 255 = 8%

201
195
21

R + G + B ~ 54%. #C9C315 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 195 + 21 = 417 (100%)
R 201 of 417 ~ 48.2%
G 195 of 417 ~ 46.76%
B 21 of 417 ~ 5.04'%

%48.2
%46.76

CMYK color model

#C9C315 color CMYK value is (0,3,90,21).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 89.55%
  • key color value is 21.18%

CMYK: (0,3,90,21)
C0M3Y90K21 (0%, 3%, 90%, 21%)
(0.00 / 0.03 / 0.90 / 0.21)

CMYK percentages

%0
%2.99
%89.55
%21.18

Codes

Color #C9C315 in popluar color models

C9 C3 15
RGB 201 195 21
HSL 58° 81.08% 43.53%
HSB/HSV 58° 89.55% 78.82%
CMYK 0.00% 2.99% 89.55%
21.18%

Color #C9C315 in popluar number systems.

HEX C9 C3 15
Decimal 201 195 21
Binary 11001001 11000011 10101
Octal 311 303 25

Shades and tints

Shades of #C9C315

#C9C315
(201,195,21)
#B7B214
(183,178,20)
#A5A113
(165,161,19)
#939012
(147,144,18)
#817F11
(129,127,17)
#6F6E10
(111,110,16)
#5D5D0F
(93,93,15)
#4B4C0E
(75,76,14)
#393B0D
(57,59,13)
#272A0C
(39,42,12)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #C9C315

#C9C315
(201,195,21)
#CDC82A
(205,200,42)
#D1CD3F
(209,205,63)
#D5D254
(213,210,84)
#D9D769
(217,215,105)
#DDDC7E
(221,220,126)
#E1E193
(225,225,147)
#E5E6A8
(229,230,168)
#E9EBBD
(233,235,189)
#EDF0D2
(237,240,210)
#F1F5E7
(241,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C315 color. Also use rgb(201,195,21) instead hex code.

Text Font Color

.myTextColor { color: #C9C315; }

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

This text font color is #C9C315.

Background Color

.myBgColor { background-color: #C9C315; }

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

This div background color is #C9C315.

Border color

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

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

This div border color is #C9C315.

Opacity

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

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

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

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

This text has shadow with #C9C315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C315.

Preview

Color preview on black background

This text has color #C9C315 on black background.


Color preview on white background

This text has color #C9C315 on white background.


Black color preview on #C9C315 background

This text has black color on #C9C315 background.


White color preview on #C9C315 background

This text has white color on #C9C315 background.


Related colors

Complementary color

Complementary color for #hex is #363CEA.


I love getcolorcode.com

Triadic colors

1 #15C9C3 and #C315C9 with #C9C315 are triadic colors.

2 #15C3C9 and #C3C915 with #C9C315 are triadic colors.