COLOR #C5A819

HEX: #C5A819
RGB: (197,168,25)

Color info

#C5A819 contains mainly red and green colors. Web safe color of #C5A819 is #CC9900 (or #C90).

RGB color model

#C5A819 color RGB value is (197,168,25).

  • red value is 197;
  • green value is 168;
  • blue value is 25.
RGB:
(197,168,25)
(77%,66%,10%)

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 25 of 255 = 10%

197
168
25

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

Portions of RGB colors in percentages

R + G + B =
197 + 168 + 25 = 390 (100%)
R 197 of 390 ~ 50.51%
G 168 of 390 ~ 43.08%
B 25 of 390 ~ 6.41%

%50.51
%43.08

CMYK color model

#C5A819 color CMYK value is (0,15,87,23).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 87.31%
  • key color value is 22.75%
CMYK:
(0,15,87,23)
C0M15Y87K23 
(0%,15%,87%,23%)
(0.00/0.15/0.87/0.23)	

CMYK percentages

%0
%14.72
%87.31
%22.75

Codes

Color #C5A819 in popluar color models

C5A819
RGB19716825
HSL50°77.48%43.53%
HSB/HSV50°87.31%77.25%
CMYK0.00%14.72%87.31%
22.75%

Color #C5A819 in popluar number systems.

HEXC5A819
Decimal19716825
Binary110001011010100011001
Octal30525031

Shades and tints

Shades of #C5A819

#C5A819
(197,168,25)
#B49917
(180,153,23)
#A38A15
(163,138,21)
#927B13
(146,123,19)
#816C11
(129,108,17)
#705D0F
(112,93,15)
#5F4E0D
(95,78,13)
#4E3F0B
(78,63,11)
#3D3009
(61,48,9)
#2C2107
(44,33,7)
#1B1205
(27,18,5)
#000000
(0,0,0)

Tints of #C5A819

#C5A819
(197,168,25)
#CAAF2D
(202,175,45)
#CFB641
(207,182,65)
#D4BD55
(212,189,85)
#D9C469
(217,196,105)
#DECB7D
(222,203,125)
#E3D291
(227,210,145)
#E8D9A5
(232,217,165)
#EDE0B9
(237,224,185)
#F2E7CD
(242,231,205)
#F7EEE1
(247,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A819 color. Also use rgb(197,168,25) instead hex code.

Text Font Color

.myTextColor { color: #C5A819; }

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

This text font color is #C5A819.


Background Color

.myBgColor { background-color: #C5A819; }

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

This div background color is #C5A819.


Border color

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

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

This div border color is #C5A819.


Opacity

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

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

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

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

This text has shadow with #C5A819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A819 on black background.


Color preview on white background

This text has color #C5A819 on white background.



Black color preview on #C5A819 background

This text has black color on #C5A819 background.


White color preview on #C5A819 background

This text has white color on #C5A819 background.