COLOR #C3C915

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
201
21

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

Portions of RGB colors in percentages

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

%46.76
%48.2

CMYK color model

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

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

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

CMYK percentages

%2.99
%0
%89.55
%21.18

Codes

Color #C3C915 in popluar color models

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

Color #C3C915 in popluar number systems.

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

Shades and tints

Shades of #C3C915

#C3C915
(195,201,21)
#B2B714
(178,183,20)
#A1A513
(161,165,19)
#909312
(144,147,18)
#7F8111
(127,129,17)
#6E6F10
(110,111,16)
#5D5D0F
(93,93,15)
#4C4B0E
(76,75,14)
#3B390D
(59,57,13)
#2A270C
(42,39,12)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #C3C915

#C3C915
(195,201,21)
#C8CD2A
(200,205,42)
#CDD13F
(205,209,63)
#D2D554
(210,213,84)
#D7D969
(215,217,105)
#DCDD7E
(220,221,126)
#E1E193
(225,225,147)
#E6E5A8
(230,229,168)
#EBE9BD
(235,233,189)
#F0EDD2
(240,237,210)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C915; }

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

This text font color is #C3C915.

Background Color

.myBgColor { background-color: #C3C915; }

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

This div background color is #C3C915.

Border color

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

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

This div border color is #C3C915.

Opacity

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

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

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

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

This text has shadow with #C3C915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C915.

Preview

Color preview on black background

This text has color #C3C915 on black background.


Color preview on white background

This text has color #C3C915 on white background.


Black color preview on #C3C915 background

This text has black color on #C3C915 background.


White color preview on #C3C915 background

This text has white color on #C3C915 background.


Related colors

Complementary color

Complementary color for #hex is #3C36EA.


I love getcolorcode.com

Triadic colors

1 #15C3C9 and #C915C3 with #C3C915 are triadic colors.

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